curriculum-vitae

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

cv.tex (2897B)


      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 titleformat{section}
     11 {huge}
     12 {}
     13 {0em}
     14 {}[titlerule]
     15 
     16 titleformat{subsection}
     17 {bfseries}
     18 {hspace{-0.25in}}
     19 {0em}
     20 {}
     21 
     22 titleformat{subsubsection}
     23 {small}
     24 {hspace{0.25in}}
     25 {0em}
     26 {}
     27 
     28 renewcommand{maketitle}{
     29 begin{center}
     30 {hugebfseries
     31 theauthor}
     32 
     33 vspace{.25em}
     34 
     35 begin{center}
     36 begin{tabular}{ c c c c c }
     37 setlength{tabcolsep}{1pt}
     38 michael770211@gmail.com&ยง&+447534346832
     39 end{tabular}
     40 end{center}
     41 end{center}
     42 }
     43 
     44 title{Michael Percival}
     45 author{Michael Percival}
     46 begin{document}
     47 maketitle
     48 
     49 section{Work Experience}
     50 subsection{Oracle hfill it 2023 - Oct 2025}
     51 indent
     52 Senior Software Engineer within Oracle Health, responsible for architecting and delivering critical healthcare integration services.\
     53 indent
     54 Led the design and implementation of several Java backend services interfacing with the 'OHPAS' patient administration system, creating a unified integration layer that modernized healthcare data across the platform.\
     55 indent
     56 Led frontend development of a Gantt-style scheduling interface using React, improving operational efficiency for patient scheduling workflows. Integrated machine learning capabilities into backend services to optimize scheduling resource allocation.\
     57 indent
     58 Provided technical leadership through mentoring junior engineers via pair programming, and maintained system reliability through on-call rotation supporting production deployments and customer SLA commitments.
     59 
     60 subsection{Cerner hfill it 2014 - 2023}
     61 setlength{parindent}{0.25in}
     62 indent
     63 As a Software Engineer, I worked closely with Oxford University Hospitals trust to design and implement a new patient administration system, where I created and maintained new REST services for managing appointments, as well as designing and implementing the front end solution.\
     64 indent
     65 Primary responsiblities included architecting front-end framework decisions and designing key back-end service changes in order to successfully adapt our solution for Swedish markets.
     66 
     67 subsection{Schlumberger hfill it 2012 - 2013}
     68 indent
     69 Worked a year long internship on software solutions to assist field engineers design drills for oil wells; worked\primarily in C# to add software enhancements as well as Python.
     70 
     71 section{Skills}
     72 subsection{Core Skills}
     73 Java, TypeScript, SQL, OpenAPI, Micronaut, React, Redis, Mockito, Docker, Kubernetes, Linux, Git, TDD, Agile
     74 subsection{Additional Experience}
     75 Bash, Ruby, JPA, Playwright, JIRA, Webpack, Jenkins, Python
     76 
     77 section{Education}
     78 subsection{University hfill it 2010 - 2014}
     79 BSc. Computer Science - Nottingham Trent University.\
     80 indent
     81 it Dissertation: 1st, Final grade: 2:1
     82 
     83 section{References}
     84 Available upon request.
     85 end{document}