Add the \hl command

This commit is contained in:
Sameer Rahmani 2022-03-25 14:57:15 +00:00
parent 8783654dca
commit 0bf54fb25e
2 changed files with 17 additions and 13 deletions

26
cv.tex
View File

@ -53,39 +53,39 @@
\hspace{0.2cm} Played a key role in delivering the most important UFB project in
its lifetime (since 2015) which is the LearningPaths and moved to
SRE/Build team to improve the efficiency of our services and
development environments. We are using Python/Django, Docker,
AWS, K8s, Mesos, RabbitMQ, Kafka, Redshift, MySQL, Cassandra,
C/Rust and \ldots }}
development environments. We are using \hl{Python}, \hl{Golang}, \hl{Docker},
\hl{C/C++}, \hl{Rust}, \hl{AWS}, \hl{K8s}, \hl{RabbitMQ}, \hl{Kafka},
\hl{MySQL}, \hl{Cassandra} and \ldots }}
\role{PageFair}{Senior Software Engineer}{2017-2018}{ % chktex 8
\jobdesc{
\hspace{0.2cm} Successfully developed and maintained a very large scale and
complex system of several components using technologies like
NodeJS, Scala, Docker, AWS, Promethus, Python, Django,
PostgreSQL, RabbitMQ and \ldots }}
\hl{NodeJS}, \hl{Scala}, \hl{Docker}, \hl{AWS}, \hl{Promethus}, \hl{Python}, \hl{Django},
\hl{PostgreSQL}, \hl{RabbitMQ} and \ldots }}
\role{Buzzjective}{Senior Software Engineer}{2014-2017}{ % chktex 8
\jobdesc{
\hspace{0.2cm} Worked on a face to face identification service based on Germany
called identity.tm. We used RubyOnRails, AngularJS, PostgreSQL,
Websocket, WebRTC, Docker and \ldots
called identity.tm. We used \hl{RubyOnRails}, \hl{AngularJS}, \hl{PostgreSQL},
\hl{Websocket}, \hl{WebRTC}, \hl{Docker} and \ldots
}
}
\role{Yellowen}{Senior Software Engineer}{2010-2014}{ % chktex 8
\jobdesc{
\hspace{0.2cm} Successfully developed and managed serveral large scale web
and mobile projects Using RubyonRails, Clojure, Python/Django,
MongoDB, PostgreSQL, Riak, Redis, ElasticSearch, Fluentd, Cassandra,
Javascript and \ldots
and mobile projects Using \hl{RubyonRails}, \hl{Clojure}, \hl{Python/Django}, \hl{C/C++},
\hl{MongoDB}, \hl{PostgreSQL}, \hl{Riak}, \hl{Redis}, \hl{ElasticSearch}, \hl{Fluentd}, \hl{Cassandra},
\hl{Javascript} and \ldots
}
}
\role{Bayan}{Senior Software Engineer}{2009-2010}{ % chktex 8
\jobdesc{
\hspace{0.2cm} Worked on a large scale Python/Django SSO which is the beating
heart of Bayan services. We used MongoDB, Python, Django,
Celery, Memcached, PostgreSQL and \ldots
heart of Bayan services. We used \hl{MongoDB}, \hl{Python}, \hl{Django},
\hl{Celery}, \hl{Memcached}, \hl{PostgreSQL} and \ldots
}
}
@ -93,7 +93,7 @@ Celery, Memcached, PostgreSQL and \ldots
\jobdesc{
\hspace{0.2cm} I mostly worked on a GIS software along side a huge automation
software which ran on 3000 school all over the country. We used:
Python/Django, Qt, PostGIS, PostgreSQL and \ldots
\hl{Python/Django}, \hl{Qt}, \hl{PostGIS}, \hl{PostgreSQL} and \ldots
}
}

View File

@ -130,6 +130,10 @@ Position: & \@claimedposition \\
\newcommand\ruleafter[1]{#1~{\color{black!60!\@themecolor}\hrulefill}} % a trick to put the line with <before> parameter in \titleformat
\newcommand{\hl}[1]{%
{\color{\@themecolor} #1}
}
%colorfulpipeseperator
\newcommand{\cps}{{\color{\@themecolor} \quad\textbar\quad}}