mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-25 07:28:34 +00:00
add/edit skills and responsibilities
This commit is contained in:
parent
f52fa4b677
commit
19705fa3af
4 changed files with 15 additions and 10 deletions
|
@ -593,6 +593,10 @@
|
|||
\end{tabular*}%
|
||||
}
|
||||
|
||||
%% Define cv entry responsibilities
|
||||
%% Usage: \responsibilities{<description>}
|
||||
\newcommand*{\responsibilities}[1]{#1\vspace{4.0mm}}
|
||||
|
||||
% Define an environment for cvsubentry
|
||||
\newenvironment{cvsubentries}{%
|
||||
\begin{center}
|
||||
|
|
|
@ -89,8 +89,9 @@
|
|||
% Each section is imported separately, open each file in turn to modify content
|
||||
%-------------------------------------------------------------------------------
|
||||
\input{cv/education.tex}
|
||||
\input{cv/experience.tex}
|
||||
\input{cv/skills.tex}
|
||||
\input{cv/experience.tex}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
\end{document}
|
||||
|
|
|
@ -13,10 +13,10 @@
|
|||
\cventry
|
||||
{Senior Software Engineer} % Job title
|
||||
{Alert Logic} % Organization
|
||||
{Cardiff – London, United Kingdom} % Location
|
||||
{Cardiff -- London, United Kingdom} % Location
|
||||
{Nov. 2016 – PRESENT} % Date(s)
|
||||
{
|
||||
Design, implement and test efficient and scalable software to be run in a distributed environment. Drive challenging development processes within a multinational team, taking ownership over technical activities inside the team. Help manage task distribution within a small team and drive the implementation effort to complete business goals and deliver high-quality results. Interview engineer position candidates. Mentor junior software engineers. Major areas of responsibility include:
|
||||
\responsibilities{Drive challenging development processes within a cross geographical team, taking ownership over technical activities inside the team. Help manage task distribution within a small team and drive the implementation effort to complete business goals and deliver high-quality results. Interview engineer position candidates. Mentor unexperienced software engineers. Major areas of responsibility include:}
|
||||
\begin{cvitems} % Description(s) of tasks/responsibilities
|
||||
\item {AWS Marketplace Metering and Contract services integration.}
|
||||
\item {Sales and finance integration (Zuora, SalesForce).}
|
||||
|
@ -31,9 +31,9 @@
|
|||
{Software Engineer} % Job title
|
||||
{Alert Logic} % Organization
|
||||
{Cardiff, United Kingdom} % Location
|
||||
{Aug. 2013 – Nov. 2016} % Date(s)
|
||||
{Feb. 2015 -- Nov. 2016} % Date(s)
|
||||
{
|
||||
Designed, implemented and tested fast and scalable software that run in a distributed environment. Was responsible for deployed software components in the field, being on on-call rotation for emergency escalations. Participated in challenging development process within cross geographical teams. Contributed to multiple projects including:
|
||||
\responsibilities{Design and development backend services, responsible for deployed software components in the field, being on on-call rotation for emergency escalations. Contributed to multiple projects including:}
|
||||
\begin{cvitems} % Description(s) of tasks/responsibilities
|
||||
\item {AWS Marketplace SaaS integration.}
|
||||
\item {Billing and metering services.}
|
||||
|
@ -57,9 +57,9 @@
|
|||
{Senior Software Engineer} % Job title
|
||||
{Reksoft} % Organization
|
||||
{St. Petersburg, Russia} % Location
|
||||
{Aug. 2013 – Feb. 2015} % Date(s)
|
||||
{Aug. 2013 -- Feb. 2015} % Date(s)
|
||||
{
|
||||
Designed, implemented and tested fast and scalable software that run in a distributed environment. Was responsible for deployed software components in the field, being on on-call rotation for emergency escalations. Participated in challenging development process within cross geographical teams. Contributed to multiple projects including:
|
||||
\responsibilities{Contribute to software design, code development, testing and operational maintenance of the team's services:}
|
||||
\begin{cvitems} % Description(s) of tasks/responsibilities
|
||||
\item {Microsoft Azure marketplace resource provider.}
|
||||
\item {Account management and provisioning API, including integration with 3rd party services, such as SalesForce, Siteminder, LDAP and etc.}
|
||||
|
@ -76,7 +76,7 @@
|
|||
{Software Engineer} % Job title
|
||||
{Sperasoft} % Organization
|
||||
{St. Petersburg, Russia} % Location
|
||||
{Apr. 2013 – Jul. 2013} % Date(s)
|
||||
{Apr. 2013 -- Jul. 2013} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s) of tasks/responsibilities
|
||||
\item {Develop, troubleshoot and maintain NHL14 logic and screens.}
|
||||
|
@ -89,7 +89,7 @@
|
|||
{Software Engineer} % Job title
|
||||
{Devline Limited} % Organization
|
||||
{Krasnodar, Russia} % Location
|
||||
{Jul. 2008 - Apr. 2013} % Date(s)
|
||||
{Jul. 2008 -- Apr. 2013} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s) of tasks/responsibilities
|
||||
\item {Refactored and maintained a library for video archive export through VFW using C++}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
%---------------------------------------------------------
|
||||
\cvskill
|
||||
{Technologies} % Category
|
||||
{Docker, NoSQL, SQL, STL, Boost} % Skills
|
||||
{AWS, Docker, Chef, Ansible, NoSQL, SQL, STL, Boost} % Skills
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvskill
|
||||
|
|
Loading…
Reference in a new issue