summaryrefslogtreecommitdiff
path: root/resume.tex
blob: 65afa832ae5df3ae2b5273eb33667fd8044309b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
\documentclass[sans]{moderncv}

\moderncvstyle{casual}
\moderncvcolor{blue}

\name{David}{Thompson}
\title{Software Engineer}
\address{326 Broadway \#25}{Somerville, Massachusetts 02145}
\phone[mobile]{+1~(774)~289~6629}
\email{dthompson2@worcester.edu}
\homepage{http://dthompson.us}
\social[github]{https://github.com/davexunit}
\extrainfo{\tiny Licensed under Creative Commons Attribution-NoDerivs 3.0 Unported}

\begin{document}
\makecvtitle

\section{Education}
\cventry{2008--2012}{Bachelor of Computer Science}{Worcester State
  University}{Worcester, MA}{\textit{3.7 GPA}}{Recipient of a 2012
  Academic Achievement award\newline Member of Programming Team
  (2010-2012)}

\section{Work Experience}
\cventry{2010--2012}{Intern}{Cyberonic Internet
  Communications}{Worcester, MA}{}{Web development and GNU/Linux
  system administration.\newline{}
\begin{itemize}
\item Performed MySQL to PostgreSQL database migration for new
  customer management and billing system.
\item Administered Debian and CentOS production servers.
\item Customized the free software FreeRADIUS frontend Daloradius
  (PHP) to meet business requirements.
\end{itemize}}

\cventry{2012--present}{Web Developer}{Vista Higher Learning}{Boston,
  MA}{}{Ruby on Rails and AngularJS/jQuery web development.\newline{}
  \begin{itemize}
  \item Contributed to large Ruby and JavaScript codebase with
    thousands of active users on production servers.
  \item Solved performance problems via SQL optimization, caching with
    Redis, and HTTP traffic inspection.
  \item Helped integrate sitewide XMPP/Wowza text/video chat system
    with multiple JavaScript clients.
  \item Lead development on new JavaScript features using AngularJS.
\end{itemize}}

\section{Technologies}
\cvitem{Languages}{C, Scheme, Emacs Lisp, Java, Javscript, Python, Ruby, PHP}
\cvitem{Distros}{Debian, CentOS, Trisquel, Ubuntu, Arch}
\cvitem{DVCS}{Git}

\section{Free Software}
\cvitem{Contributor}{GNU Guile, GNU Guix, GNU MediaGoblin, GNU FM, Diaspora}
\cvitem{Author}{Guile-2D, Yon-chan}

\end{document}

%% end of file 'resume.tex'.