-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.tex
85 lines (78 loc) · 2.84 KB
/
resume.tex
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
\documentclass[margin,line]{res}
\usepackage{hyperref}
\usepackage{url}
\oddsidemargin -.5in
\evensidemargin -.5in
\textwidth=6.0in
\itemsep=0in
\parsep=0in
\topmargin=0in
\topskip=0in
\newenvironment{list2}{
\begin{list}{$\bullet$}{%
\setlength{\itemsep}{0in}
\setlength{\parsep}{0in} \setlength{\parskip}{0in}
\setlength{\topsep}{0in} \setlength{\partopsep}{0in}
\setlength{\leftmargin}{0.2in}}}{\end{list}}
\begin{document}
\name{\LARGE Hamilton Reid Baker} \hfill
\begin{resume}
\section{\sc Contact Information}
\vspace{.05in}
\begin{tabular}{@{}p{3.5in}p{3in}} & {Phone:} (772) 202-2537 \\
& {E-mail:} [email protected]\\
3205 Wareham Circle. \\
Richardson, TX, 75082 & {Website:} \url{https://github.com/reidbaker}
\end{tabular}
\section{\sc Skills and Abilities}
{\bf Development}
\begin{itemize}
\item Implemented custom Android camera redesign
\item Moved Android builds to support gradle in addition to maven
\item Lead an Android open source team to build collaborative offline music player
\item Ported a company's product to Android
\item Built online grading website used to grade tests for 1200 students per semester
\end{itemize}
{\bf Languages}
\begin{itemize}
\item Experienced with Java, Android XML, Python,
\item Collegiate experience with Processing, SQL, PHP, Matlab, C, C++, C\#, JavaScript
\end{itemize}
{\bf Tools}
\begin{itemize}
\item Experienced with git
\item Experienced with Android SDK 2.3 - 4.4
\item Comfortable in Unix environment
\end{itemize}
{\bf Communication Skills}
\begin{itemize}
\item Mobile development lecturer
\item Comfortable working cross time zones with Project Managers and Designers
\item Interviewed and recruited candidates for hire
\item Founded Mobile developer club
\item Taught weekly college level recitation for 6 semesters
\end{itemize}
{\bf Awards}
\begin{itemize}
\item Most Outstanding Senior - College of Computing 2013
\item First place in Future Networking - Convergence Innovation Competition 2013
\end{itemize}
\section{\sc Education}
{\bf Georgia Institute of Technology}\\
{\em Atlanta, Georgia -- B.S. In Computer Science with focus on
Information Internetworks and Media}
\begin{itemize}
\item Spring 2013
\item Cumulative GPA 3.14, CS GPA 3.52
\end{itemize}
\section{\sc Professional Experience}
{\bf Evernote}, Austin, TX. USA. \hfill{June 2013 - Current}\\
{\em Android Engineer} \\
{\bf Yelp}, San Francisco, CA. USA. \hfill{Spring 2012}\\
{\em Software Developer}\hfill\\
{\bf SimpleC}, Atlanta, GA. USA. \hfill{Summer 2011}\\
{\em Mobile Application Internship} \\
{\bf Georgia Tech}, Atlanta, GA. USA. \hfill{Spring 2009 - Fall 2011}\\
{\em Teaching Assistant} \\
\end{resume}
\end{document}