Listing several positions with same employer #587
Unanswered
miguelbernadi
asked this question in
Q&A
Replies: 1 comment
|
Hi @miguelbernadi, You can leave the Organization and Location empty in \begin{cventries}
\cventry
{Software \& Cloud Engineer (Innovation team){\enskip\cdotp\enskip}\it{Full-time}} % Job title
{EVS Broadcast Equipment} % Organization
{Liège, Belgium} % Location
{Oct. 2022 - Now} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item{Deployed \textbf{EVS's AI Agent} in the cloud to enhance video content with AI effects, and integrated it into \colorhref[material-indigo]{https://github.com/google/virtual-broadcast-production-assistant}{\textbf{Google's Virtual Broadcast Production Assistant}} project, showcased at the \colorhref[material-indigo]{https://show.ibc.org/accelerator-project-ai-assistance-agents-live-production}{2025 IBC Accelerator}.}
\item{Designed and \textbf{developed from scratch a new C++/Qt/QML application} enabling manual and AI-assisted zooming on live video feeds, which later became a \textbf{new EVS product}. \textbf{Traveled internationally to demonstrate} it to operators in production trucks.}
\item{Played a key role in designing, developing, and scaling a new Azure-based cloud platform in C\#/.NET~8 to host and expose EVS's AI-focused SaaS solutions.}
\end{cvitems}
}
\cventry
{Software \& Cloud Software Engineer{\enskip\cdotp\enskip}\it{Full-time}} % Job title
{} % Organization --> empty because there is a most recent position in the same company
{} % Location --> empty because there is a most recent position in the same company
{Jan. 2021 - Sept. 2022} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item{Involved in development, architecture enhancement and scalability aspects of a cloud-based solution (AWS).}
\item{Developed and improved containerized microservice applications and RESTful services using ASP.NET Core and .NET 5.0/6.0.}
\item{Participated in the development, testing and deployment of web applications using React, Typescript and Cypress.}
\item{Worked with container systems like Docker and container orchestration like Kubernetes or Amazon ECS/EKS, managed with Terraform.}
\item{Used CI/CD pipelines automation (TeamCity) to drive all the builds out to the package or container registries.}
\end{cvitems}
}
\end{cventries} |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I just started to try this package and I'm not seeing how to list several positions with the same employer clearly. I'm also finding that the employer is less visible than the positions, so it's easy to visually mix the positions between employers.
Has anyone found a solution for this? Is it not supported?
All reactions