Advertisement
Guest User

cv

a guest
Oct 16th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.03 KB | None | 0 0
  1. %% start of file `moderncv_ntrp_template_en.tex'.
  2. %% Copyright 2007 Xavier Danaux (xdanaux@gmail.com).
  3. %
  4. % This work may be distributed and/or modified under the
  5. % conditions of the LaTeX Project Public License version 1.3c,
  6. % available at http://www.latex-project.org/lppl/.
  7. %
  8. % Modded by ntrp (nitropowered@gmail.com)
  9.  
  10. \documentclass[11pt,a4paper]{moderncv}
  11.  
  12. % moderncv themes
  13. %\moderncvtheme[blue]{casual} % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
  14. \moderncvtheme[green]{classic} % idem
  15.  
  16. \usepackage[T1]{fontenc}
  17. % character encoding
  18. \usepackage[utf8x]{inputenc} % replace by the encoding you are using
  19. \usepackage[croatian]{babel}
  20.  
  21. % adjust the page margins
  22. \usepackage[scale=0.8]{geometry}
  23. \usepackage[]{combelow}
  24. \recomputelengths % required when changes are made to page layout lengths
  25.  
  26. \fancyfoot{} % clear all footer fields
  27. \fancyfoot[LE,RO]{\thepage} % page number in "outer" position of footer line
  28. \fancyfoot[RE,LO]{\footnotesize } % other info in "inner" position of footer line
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. % personal data
  36. \firstname{C\u{a}t\u{a}lin}
  37. \familyname{Icleanu}
  38. \title{Curriculum Vitae} % optional, remove the line if not wanted
  39. \address{Str. Elena Cuza Voda, bl. a1, sc. 1, ap. 1}{mun. Turnu M\u{a}gurele, jud. Teleorman} % optional, remove the line if not wanted
  40. \mobile{+40 762996679} % optional, remove the line if not wanted
  41. \email{catalinicleanu29@gmail.com} % optional, remove the line if not wanted
  42. %\extrainfo{additional information (optional)} % optional, remove the line if not wanted
  43. %\photo[84pt]{poza.jpg} % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted
  44. %\quote{,,Fii omul din tine, nu omul din altul'' - Anonim} % optional, remove the line if not wanted
  45.  
  46. %\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
  47.  
  48.  
  49. %----------------------------------------------------------------------------------
  50. % content
  51. %----------------------------------------------------------------------------------
  52. \begin{document}
  53. \maketitle
  54.  
  55.  
  56. %Section
  57. \section{Education and Training}
  58. \cventry{2015-present}{Bachelor's degree}{Politehnica University of Bucharest, Faculty of Automatic Control and Computer Science, Bucharest}{\newline 3rd year in a 4 years degree}{}{} % arguments 3 to 6 are optional
  59.  
  60. \cventry{2011-2015}{High school diploma}{National High School ,,Unirea''}{Turnu M\u{a}gurele}{}{ \textit{Baccalaureate 9.43/10.00}} % arguments 3 to 6 are optional
  61.  
  62. %Section
  63. \section{Work experience and projects}
  64.  
  65. \cventry{July 2018 - present}{Junior Full Stack Developer - WhiteBox Technologies}{}{}{}
  66. {\textbf{} Developing web applications using Java Spring, Spring Boot, Angular 5. CI/CD using TeamCity, LOGGING with Kibana, Docker orchestration using Rancher\textit{}
  67. }
  68.  
  69. \cventry{March 2018 - July 2018}{Deutsche Bank Java Tech School}{}{}{}
  70. {\textbf{} Developed a parking system management web application. Deepen technologies like Java 8, Spring, Angular, JavaScript, NodeJs, HTML5, GIT. Had the opportunity to develop my team-work skills, to develop an entire app from the scratch obtaining a final product. \textit{}
  71. }
  72.  
  73. \cventry{January 2018}{OpenGL}{}{}{}
  74. {\textbf{} Implemented a 2D game (AstroKitty), building simple meshes, mouse action synchronization, a 3D game (RacingGame), building 3D meshes, build lighting patterns using shaders \textit{}
  75. }
  76.  
  77. \cventry{January 2018}{Image processing using MPI networks}{}{}{}
  78. {\textbf{} Implemented a distributed application processing a set of images using model-driven processes in a tree topology in C language. In addition to processing each image, the application also provides statistics on the number of processing lines processed at the process level. \textit{}
  79. }
  80.  
  81.  
  82. \cventry{December 2017}{Mini Parallel Database Engine}{}{}{}
  83. {\textbf{} It represents the implementation of a minimalist database management software that will use multi-threading technology to achieve low execution times. This software is implemented in Java. \textit{}
  84. }
  85.  
  86. \cventry{November 2017}{Parallel Snake}{}{}{}
  87. {\textbf{} Implementing a simulation of the 'Snake' game with multiple players, done in C language, using OpenMP to solve the problem using multiple threads. \textit{}
  88. }
  89.  
  90. \cventry{January 2017}{Online Store}{}{}{}
  91. {\textbf{} I have made an application that simulates an electronic store using Java. I applied the POO concepts studied during the course and integrated a number of design patterns in the development of the application skeleton, such as: Singleton, Visitor, Observer, Strategy, Builder. \textit{}
  92. }
  93. \cventry{November 2016}{Large number calculator}{}{}{}
  94. {\textbf{} A computer that performs arithmetic and logic operations on large numbers, written in assembly language. \textit{}
  95. }
  96.  
  97. \cventry{October 2016}{Base number converter}{}{}{}
  98. {\textbf{} Program in assembly language that can convert a number to any base. \textit{}
  99. }
  100. \cventry{June 2016}{Image Compressor}{}{}{}
  101. {\textbf{} Program that compresses and performs rotation operations on images, C-based implementation using data structures. \textit{}
  102. }
  103. \cventry{December 2015}{2k48 game}{}{}{}
  104. {\textbf{} 2048 game written in C, the graphical interface made using the ncurses library. Features: menu, multiplayer option, statistics. \textit{}
  105. }
  106. \cventry{November 2015}{Hangman game}{}{}{}
  107. {\textbf{} Hangman game made in C, suggestive graphical interface with drawings and animations made with ncurses library. \textit{}
  108. }
  109.  
  110. %Section
  111. \section{Programming skills}
  112. \cvline{\textit{Confident}}{\textbf{C}, \textbf{Java}, \textbf{Assembly(x86)}, \textbf{Racket}, \textbf{Haskell}}
  113. \cvline{\textit{Medium}}{ \textbf{Python}, \textbf{Bash scripting}, \textbf{Typescript}, \textbf{HTML+CSS},}
  114. \cvline{\textit{Familiar}}{\textbf{\LaTeX}}
  115.  
  116.  
  117. %Section
  118.  
  119. %Section
  120. \section{Languages}
  121. \cvline{\MakeUppercase{English}: }{Fluent}
  122. \cvline{\MakeUppercase{Romanian}}{Mother tongue}
  123. %\section{Competen\cb{t}e lingvistice}
  124. %\begin{tabular}{p{67mm} p{40mm} p{40mm} p{20mm}}
  125. %& \textbf{Understanding} & \textbf{Speaking} & \textbf{Writing} \\
  126. %\end{tabular}
  127.  
  128. %\begin{tabular}{p{67mm} p{20mm} p{20mm} p{20mm} p{20mm} p{20mm}}
  129. %& Listening & Reading & Interaction & Production & \\
  130. %\end{tabular}
  131.  
  132. %\vspace{3mm}
  133. %lvl should be in this range A1 < A2 < B1 < B2 < C1 < C2
  134. %\cvlanguage{Englez\u{a}}{}{
  135. % \begin{tabular}{p{20mm} p{20mm} p{20mm} p{20mm} p{21mm}}
  136. % B2 & B2 & B1 & B1 & B1
  137. % \end{tabular}}
  138.  
  139.  
  140.  
  141. %Section
  142. %\section{Interese}
  143. %\cvline{}{\textbf{\textit{algoritmi \cb{s}i structuri de date, programare orientat\u{a} pe obiecte, metode numerice, paradigme de programare, protocoale de comunica\cb{t}ie, tehnologii open source}}}
  144.  
  145. %Section
  146. %\section{Activit\u{a}\cb{t}i}
  147. %\cvline{ITFest 2014}{\textbf{Workshop ING} - \textit{Software Development Stack} \newline \textbf{Workshop OKAPI} – \textit{Fun with javascript: Exploring the new 3D and socket technologies in HTML5}}
  148. %\cvline{Case Study 2014}{\textbf{Premiul I} – \textit{Mercedes – Benz: Downtime Report} \newline Proiectarea unei aplica\cb{t}ii care s\u{a} realizeze automatizarea sistemului de Downtime, \^{i}mpreun\u{a} cu un grup de 3 colegi. Aplica\cb{t}ia extrage informa\cb{t}iile necesare din bazele de date ale dealerilor, le prelucreaz\u{a} \cb{s}i le pune \^{i}ntr-un fi\cb{s}ier JSON care este trimis c\u{a}tre serverul MBRo prin protocolul TCP, uzit\^{a}nd o conexiune securizat\u{a}.}
  149. %\cvline{}{}
  150. %\cvline{}{Referin\cb{t}ele sunt disponibile la cerere.}
  151.  
  152.  
  153.  
  154. %\closesection{} % needed to renewcommands
  155. %\renewcommand{\listitemsymbol}{-} % change the symbol for lists
  156.  
  157. % Publications from a BibTeX file
  158. %\nocite{*}
  159. %\bibliographystyle{plain}
  160. %\bibliography{publications} % 'publications' is the name of a BibTeX file
  161.  
  162. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement