Skip to content

Instantly share code, notes, and snippets.

@asmjahid
Created May 12, 2016 20:17
Show Gist options
  • Save asmjahid/ac52aa3ae58de5a04372b225b68dc254 to your computer and use it in GitHub Desktop.
Save asmjahid/ac52aa3ae58de5a04372b225b68dc254 to your computer and use it in GitHub Desktop.
cv
%% start of file `template.tex'.
%% Copyright 2006-2013 Xavier Danaux (xdanaux@gmail.com).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.
\documentclass[11pt,a4paper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
% moderncv themes
\moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{orange} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
%\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
% character encoding
%\usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
% adjust the page margins
\usepackage[scale=0.75]{geometry}
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
% personal data
\firstname{David}
\familyname{Ruane}
\address{39 Martin Street}{Portobello}{Dublin 8}% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty
\mobile{087~985~2127} % optional, remove / comment the line if not wanted
\email{daruane@gmail.com} % optional, remove / comment the line if not wanted
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
\begin{document}
%\begin{CJK*}{UTF8}{gbsn} % to typeset your resume in Chinese using CJK
%----- resume ---------------------------------------------------------
\makecvtitle
\section{Education}
\cventry{2015--}{MSc Mathematical Modelling and Scientific Computing} {UCC}{}{}{}
\cventry{2008--2013}{BA (Mod) Computer Science} {Trinity College}{Dublin}{\textit{2.1}}{} % arguments 3 to 6 can be left empty
\cventry{2008}{Leaving Cert}{}{}{\textit{550 points}}{A1 in Maths, Applied Maths and Physics}
\section{Undergrad thesis}
\cvitem{Title}{\emph{Haskell String Performance}}
\cvitem{Supervisor}{Glenn Strong}
\cvitem{Description}{A case study in Haskell String performance, using an existing framework, WASH. The framework was refactored to use a more efficient text representation and the resulting program was benchmarked in order to determine if the new data structure resulted in improved performance, and if this was in line with the suggested improvements. The ease of refactoring was also discussed.}
\section{Experience}
\cventry{June 2011-- August 2012}{Intern}{DemonWare}{Dublin}{}{Member of the Call of Duty and General Support Teams.\newline{}%
Detailed achievements:%
\begin{itemize}%
\item Added sharding support to a service.
\item Load testing Modern Warfare 3 prior to release;
\begin{itemize}%
\item Determining if our servers could support the projected users with simulated users running on EC2 clusters, making recommendations on optimum number of shards required by each service etc.;
\end{itemize}
\item General Support.
\begin{itemize}%
\item Providing general support for developers using DemonWare code for games other than Call of Duty, responding to Zendesk tickets. This involved a great variety of work, at some point touching on every aspect of DemonWare's services.
\end{itemize}
\end{itemize}}
\cventry{August 2013 - Present}{Private Tuition}{}{Dublin}{}{
Tution for students taking repeat exams. Grinds were given to 2\textsuperscript{nd} year Engineering C++ and 1\textsuperscript{st} year Computer Science Java students. Grinds also given in Leaving Cert Maths and Physics.
}
\cventry{Jan-March 2014}{Software Developer}{Tripadvisor}{Dublin}{}{
Member of the product personalization team.
}
\cventry{Jan 2015 - Present}{Fixed Line Technical Support (Part-time)}{HCL}{Dublin}{}{Technical support for eircom Broadband residential customers.}
\end{document}
%% end of file `template.tex'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment