-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.tex
107 lines (94 loc) · 3.46 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
\documentclass{resume}
\newcommand{\hawaii}{Hawai\lq i}
\newcommand{\uhm}{University of \hawaii{} at M\={a}noa}
\begin{document}
\begin{header}{name=Todd K. Taomae,
website=https://github.com/ttaomae,
phonenumber=(808) 218-8853}
\end{header}
\section*{Education}
\begin{degree}{title=Master of Science in Computer Science,
school=\uhm,
date=December 2015}
\begin{itemize}
\item{GPA: 4.0}
\end{itemize}
\end{degree}
\begin{degree}{title=Bachelor of Science in Computer Science,
school=\uhm,
date=December 2012}
\begin{itemize}
\item{Major GPA: 3.47}
\item{Overall GPA: 3.39}
\end{itemize}
\end{degree}
\section*{Work Experience}
\begin{job}{title=Software Developer,
startdate=January 2017}
\end{job}
\begin{job}{title=Software Developer Intern,
startdate=May 2015,
enddate=December 2016,
employer=\hawaii{} State Archives,
location={Honolulu, HI}}
\begin{itemize}
\item{Develop software for the \hawaii{} State Digital Archives Project using Java 8 and Spring Framework.}
\item{Work in a small team using agile methods.}
\item{Identified and resolved multiple bugs and memory leaks in core infrastructure.}
\end{itemize}
\end{job}
\begin{job}{title=Research Assistant,
startdate=January 2015,
enddate=August 2015,
employer=\uhm,
location={Honolulu, HI}}
\begin{itemize}
\item{Investigated solar irradiance forecasting using data mining techniques.}
\end{itemize}
\end{job}
\begin{job}{title=Teaching Assistant,
startdate=January 2013,
enddate=December 2014,
employer=\uhm,
location={Honolulu, HI}}
\begin{itemize}
\item{Graded assignments and/or instructed labs for the following courses:}
\begin{itemize}
\item{Introduction to Computer Science [2 semesters]}
\item{Introduction to Computer Science II (Data Structures) [1 semester]}
\item{Operating Systems [2 semesters]}
\item{Logic Design \& Microprocessors [1 semester]}
\end{itemize}
\end{itemize}
\end{job}
\section*{Projects}
\begin{project}{title=ConnectN,
link=https://github.com/ttaomae/ConnectN,
language={Java, JavaFX}}
\begin{itemize}
\item{Clone of Connect Four with adjustable parameters such as grid size and win condition.}
\item{Supports user input via mouse or computer player which uses alpha-beta pruning.}
\item{Basic client-server protocol to support multiplayer over a network.}
\end{itemize}
\end{project}
\section*{Skills \& Qualifications}
\begin{skill}{title=Experience with the following programming languages:}
\begin{itemize}
\item{Proficient with: Java}
\item{Familiar with: Python, C}
\end{itemize}
\end{skill}
\begin{skill}{title=Experience with the following tools and software:}
\begin{itemize}
\item{Proficient with: Eclipse, command line, Git, Maven}
\item{Familiar with: Atlassian tools (JIRA, Crucible, Confluence, and others)}
\item{Experience with: IntelliJ, \LaTeX}
\end{itemize}
\end{skill}
\begin{skill}{title=Written communication}
\begin{itemize}
\item{Maintain personal blog on technical topics: https://ttaomae.github.io}
\end{itemize}
\end{skill}
\end{document}