curriculum-vitae

my cv in various formats.
Log | Files | Refs | README

cv.tex (2857B)


      1 documentclass{article}
      2 
      3 usepackage[compact]{titlesec}
      4 usepackage{titling}
      5 usepackage[margin=1in]{geometry}
      6 usepackage{graphicx}
      7 usepackage{fontspec}
      8 setmainfont[Ligatures=TeX]{Tinos}
      9 
     10 newcommand{x}{includegraphics[scale=.8]{qr.png}}
     11 
     12 titleformat{section}
     13 {huge}
     14 {}
     15 {0em}
     16 {}[titlerule]
     17 
     18 titleformat{subsection}
     19 {bfseries}
     20 {hspace{-0.25in}}
     21 {0em}
     22 {}
     23 
     24 titleformat{subsubsection}
     25 {small}
     26 {hspace{0.25in}}
     27 {0em}
     28 {}
     29 
     30 renewcommand{maketitle}{
     31 begin{center}
     32 {hugebfseries
     33 theauthor}
     34 
     35 vspace{.25em}
     36 
     37 begin{center}
     38 begin{tabular}{ c c c c c }
     39 setlength{tabcolsep}{1pt}
     40 m@michaelpercival.xyz&§&https://michaelpercival.xyz&§&+447534346832
     41 end{tabular}
     42 end{center}
     43 
     44 end{center}
     45 }
     46 
     47 title{Michael Percival}
     48 author{Michael Percival}
     49 
     50 begin{document}
     51 maketitle
     52 
     53 section{Work Experience}
     54 subsection{Cerner hfill it 2014 - present}
     55 setlength{parindent}{0.25in}
     56 indent
     57  I am a senior engineer currently working closely with Oxford University Hospitals trust to design and implement a new patient administration system; I work to create and maintain new REST services for handling appointments (checking in/ out patients, confirming/ cancelling etc...) as well as designing and implementing the front end solution.\
     58 indent
     59 I work as a lead engineer in an agile team environment, and have formal experience with multiple languages and a wide range of frameworks, being most proficient in Java.\
     60 indent
     61 My most recent responsibilities/ achievements involve architecting key front-end framework decisions, mentoring junior engineers, and being tasked with designing several key back-end service changes in order to successfully adapt our solution for Swedish markets.
     62 
     63 subsection{Schlumberger hfill it 2012 - 2013}
     64 indent{}A year long internship working on software solutions to assist field engineers design drills for oil wells. I worked primarily in C# to add software enhancements as well as Python.
     65 
     66 section{Skills}
     67 subsection{Languages}
     68 Java, C, C#, Python, Javascript, NodeJS, Shell, SQL
     69 
     70 subsection{Frameworks}
     71 Spring Boot, Hibernate, JUnit, Cucumber, Mockito, OSGi, React, Webpack, ExpressJS, Tensorflow
     72 
     73 subsection{Processes}
     74 Agile, Kanban, Lean, TDD
     75 
     76 subsection{Miscellaneous}
     77 Apache, Bash, CSS, Docker, Git, GNU Core Utils, HTML, Jenkins, JIRA, {LaTeX}, Linux, MongoDB, Nginx, OOP, Prolem Solving, REST, Subversion, Vim, XML
     78 
     79 section{Education}
     80 subsection{University hfill it 2010 - 2014}
     81 BSc. Computer Science - Nottingham Trent University
     82 subsubsection{Dissertation: 1st, Final grade: 2:1}
     83 
     84 subsection{A Levels hfill it 2008 - 2010}
     85 A Levels - Emmbrook School
     86 subsubsection{Mathematics - B, Computing - B, Chemistry - C}
     87 
     88 subsection{GCSEs hfill it 2006 - 2008}
     89 Forest School
     90 subsubsection{11 A*- Cs including Maths and English}
     91 
     92 section{References}
     93 Available upon request.
     94 end{document}