Last active
October 2, 2015 23:37
-
-
Save campaul/2346087 to your computer and use it in GitHub Desktop.
LaTeX source for my resume.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[margin, 11pt]{res} | |
\usepackage{enumitem} | |
\usepackage{setspace} | |
\setlength{\oddsidemargin}{-.125in} | |
\setlength{\topmargin}{-.125in} | |
\setlength{\textheight}{10in} | |
\begin{document} | |
\name{Cameron Paul | |
\vspace*{0.1in}} | |
\begin{resume} | |
\moveleft.5\hoffset\centerline{[email protected]} | |
\moveleft.5\hoffset\centerline{www.campaul.net} | |
\moveleft.5\hoffset\centerline{(903) 641-1610} | |
\section{\sc Education} | |
{\bf Bachelor of Science}, Computer Science\\ | |
Georgia Institute of Technology, Atlanta, GA | |
\section{\sc Skills} | |
{\bf Programming Languages\\} | |
JavaScript, CoffeeScript, Python, C, C\#, Java, Clojure, Ruby | |
\begin{spacing}{.5}\end{spacing} | |
{\bf Operating Systems\\} | |
Windows, Linux (Arch, Red Hat, and Debian based), Mac OSX | |
\begin{spacing}{.5}\end{spacing} | |
{\bf Web Development\\} | |
HTML5, CSS, Sass, jQuery, Backbone.js, Node.js, ASP.NET | |
\section{\sc Experience} | |
{\bf Software Engineer} \hfill November 2012 - Present\\ | |
\emph{Yelp\\} | |
Performed mostly front end develpment involving JavaScript and Python with a primary focus on the mobile site. | |
{\bf Software Engineer} \hfill May 2012 - November 2012\\ | |
\emph{Docphin\\} | |
Managed all front end development including HTML, CSS, and JavaScript as well as developed several back end components utilizing the .NET Framework and Microsoft SQL Server. | |
{\bf Researcher} \hfill January 2011 - May 2012\\ | |
\emph{High Performance Architecture Lab, Georgia Institute of Technology\\} | |
Developed systems to allow for the remote execution of code from web applications with a focus on image processing and 3D rendering. | |
{\bf Web Developer} \hfill August 2008 - December 2009\\ | |
\emph{Goldridge Consulting\\} | |
Developed web sites for FleetCardsUSA using the ASP.NET platform and Sitefinity content management system. | |
{\bf Software Quality Assurance} \hfill October 2007 - February 2008\\ | |
\emph{Catalyst Natural Gas\\} | |
Performed unit testing on software developed in house, as well as field tested various outside software before adoption by the company. | |
\section{\sc Side Projects} | |
{\bf Literally Canvas\\} | |
\emph{http://literallycanvas.com}\\ | |
A jQuery plugin turning HTML5 Canvas into an easy to use drawing app. | |
\begin{spacing}{.5}\end{spacing} | |
{\bf Nali\\} | |
\emph{http://github.com/campaul/nali}\\ | |
A simple object oriented programming language created for fun. | |
\begin{spacing}{.5}\end{spacing} | |
{\bf Bluebox\\} | |
\emph{http://github.com/campaul/bluebox}\\ | |
A set of utilities for rapid prototyping 2D graphics applications in Java. | |
\end{resume} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment