Advertisement
omckws

CV source

Jun 1st, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 3.56 KB | None | 0 0
  1. \documentclass[paper=a4,fontsize=11pt]{scrartcl}
  2.                            
  3. \usepackage[english]{babel}
  4. \usepackage[utf8x]{inputenc}
  5. \usepackage[protrusion=true,expansion=true]{microtype}
  6. \usepackage{amsmath,amsfonts,amsthm}    
  7. \usepackage{graphicx}                    
  8. \usepackage[svgnames]{xcolor}            
  9. \usepackage{geometry}
  10.    \textheight=700px                  
  11. \usepackage{url}
  12.  
  13. \frenchspacing              
  14. \pagestyle{empty}          
  15.  
  16. \usepackage{sectsty}
  17.  
  18. \sectionfont{%                      
  19.     \usefont{OT1}{phv}{b}{n}%      
  20.     \sectionrule{0pt}{0pt}{-5pt}{1pt}}
  21.  
  22. \newlength{\spacebox}
  23. \settowidth{\spacebox}{8888888888}          
  24. \newcommand{\sepspace}{\vspace*{1em}}      
  25.  
  26. \newcommand{\MyName}[1]{
  27.        \Huge \usefont{OT1}{phv}{b}{n} \hfill #1
  28.        \par \normalsize \normalfont}
  29.  
  30. \newcommand{\NewPart}[1]{\section*{\uppercase{#1}}}
  31.  
  32. \newcommand{\PersonalEntry}[2]{
  33.        \noindent\hangindent=2em\hangafter=0
  34.        \parbox{\spacebox}{        
  35.        \textit{#1}}              
  36.        \hspace{1.5em} #2 \par}    
  37.  
  38. \newcommand{\SkillsEntry}[2]{      
  39.        \noindent\hangindent=2em\hangafter=0
  40.        \parbox{\spacebox}{        
  41.        \textit{#1}}              
  42.        \hspace{1.5em} #2 \par}    
  43.        
  44. \newcommand{\EducationEntry}[4]{
  45.        \noindent \textbf{#1} \hfill      
  46.        \colorbox{White}{%
  47.             \parbox{5cm}{%
  48.             \hfill\color{Black}#2}} \par  
  49.        \noindent \textit{#3} \par      
  50.        \noindent\hangindent=2em\hangafter=0 \small #4
  51.        \normalsize \par}
  52.  
  53. \newcommand{\WorkEntry}[4]{              
  54.        \noindent \textbf{#1} \hfill      
  55.        \noindent\colorbox{Black}{\color{White}#2} \par  
  56.        \noindent \textit{#3} \par              
  57.        \noindent\hangindent=2em\hangafter=0 \small #4
  58.        \normalsize \par}
  59.  
  60. \begin{document}
  61.  
  62. \MyName{Emin Agaev}
  63.  
  64. \sepspace
  65.  
  66. \NewPart{Personal Data}{}
  67.  
  68. \PersonalEntry{Born on}{24.02.1991}
  69. \PersonalEntry{Address}{Kosmonavtov 23/37 8, Moscow, Russia}
  70. \PersonalEntry{E--Mail}{\url{homuthesun@gmail.com}}
  71.  
  72. %\NewPart{Education}{}
  73.  
  74. %\EducationEntry{FIRST MOSCOW STATE MEDICAL UNIVERSITY}{2013}{ }
  75.  
  76.  
  77. \sepspace
  78.  
  79. \NewPart{Work experience}{}
  80.  
  81. \EducationEntry{Middle Ruby Developer, S\&T Russia, Moscow}{12.2013-04.2016}{Middle Ruby Developer}{
  82. \begin{itemize}
  83. \item{Outsourced Developer for Renaissance Credit. Developed backend software for Sales Reports and System Analysis Tools.}
  84. \item{Stack: Nginx, Rails 3.2.x(up to 4.2.x) with Puma, Oracle DB 11g}
  85. \item{I also performed migration of Sales Report backend from MySQL to OracleDB to increase performance and integrated LDAP authorization and replicate data to another db scheme through Materialized Views. I was in charge to major upgrade Sales Report system due to frequently appearing of new bank products, keep it stable and update gems.}
  86. \end{itemize}
  87. }
  88. \sepspace
  89.  
  90. \NewPart{Skills}{}
  91.  
  92. \SkillsEntry{Languages}{English (advanced)}
  93. \SkillsEntry{}{Russian (native speaker)}
  94.  
  95. \SkillsEntry{Programming}{Ruby, Javascript, Python, Go}
  96. \SkillsEntry{Technologies}{Jenkins, Capistrano, RTMP}
  97. \SkillsEntry{Testing}{MiniTest, RSpec, Capybara, Cucumber, Factory Girl}
  98. \SkillsEntry{}{}
  99. \SkillsEntry{OS}{Windows, Linux, Mac OS}
  100. \SkillsEntry{CVS}{Git, SVN, Mercurial}
  101. \SkillsEntry{SQL}{OracleDB, Mysql, Postresql}
  102. \SkillsEntry{Other}{Algorithms, Data Mining, Computer Vision}
  103. \SkillsEntry{}{}
  104. \SkillsEntry{Interests}{Bleeding Edge Technologies, Metaprogramming}
  105. \SkillsEntry{Hobbies}{Tabletop games, music, Japanese history and culture}
  106.  
  107.  
  108. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement