-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcckroetsRESUME.tex
More file actions
99 lines (72 loc) · 3.83 KB
/
cckroetsRESUME.tex
File metadata and controls
99 lines (72 loc) · 3.83 KB
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
% LaTeX file for resume
% This file uses the resume document class (res.cls)
\documentclass[margin]{res}
% the margin option causes section titles to appear to the left of body text
\textwidth=5.2in % increase textwidth to get smaller right margin
%\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
%\usepackage{newcent} % uses new century schoolbook postscript font
\usepackage{hyperref}
\begin{document}
\name{Curtis Kroetsch\\[3pt]} % the \\[12pt] adds a blank line after name
\address{cckroets@uwaterloo.ca \\ 4A Computer Science}
\address{
\href{http://www.github.com/cckroets} {\sf \bf github.com/cckroets} \\
\href{http://linkd.in/1yeGzGo} {\sf \bf linkd.in/1yeGzGo}
}
\begin{resume}
\section{SKILLS}
Favourite languages: Java, C++, Scheme, SQL \\
Code Quality tools: Checkstyle, Jacoco, Lint \\
Build tools: Gradle, Maven, Git
\section{EDUCATION}
Candidate for Bachelors of {\bf Computer Science} \hfill Winter 2016 \\
University of Waterloo, ON
\section{INTERNSHIPS}
{\bf Software Engineering - Android} \hfill Fall 2014 \\ LinkedIn, Mountain View, CA
\begin{itemize} \itemsep -2pt % reduce space between items
\item Brought a new Android app from infancy to company-wide launch in four months.
\item Implemented a majority of the core features including single sign-on, push notifications, and Material Design UI components.
\end{itemize}
{\bf Software Engineering - Hadoop MapReduce} \hfill Winter 2014 \\ LinkedIn, Mountain View, CA
\begin{itemize} \itemsep -2pt % reduce space between items
\item Implemented a relevancy optimization for sending publications to members
\item {\mbox Developed a unified framework for producing and distributing publications using Java and Hadoop MapReduce}
\end{itemize}
{\bf Software Engineering - Query Processing} \hfill Spring 2013 \\ SAP, Waterloo, ON
\begin{itemize} \itemsep -2pt %reduce space between items
\item Researched, designed and implemented a new data statistics model used for query optimization in C++
\item Presented findings at SIGMOD 2014 in Salt Lake City, Utah.
\end{itemize}
%{\bf Instructional Support Assistant} \hfill Fall 2012, Winter 2013 \\
%University of Waterloo, ON
%\begin{itemize} \itemsep -2pt
%\item Generated correctness tests for student-submitted programs
%\item Designed and implemented an auto-marking framework.
%\item Led a weekly computer science tutorial for first year students
%\end{itemize}
\section{PROJECTS \newline AND COMPETITIONS}
{\bf UW Info Sessions - Android App \href{https://play.google.com/store/apps/details?id=com.sixbynine.infosessions}{\bf (Play Store Link)}}
\begin{itemize} \itemsep -2pt
\item Co-developed an app that mashes Company Info Sessions with their details from Crunchbase
\item Features include reminders, add-to-calendar, favorites, sharing, and more.
\item Follows Google's Material Design while supporting HoneyComb to Lollipop
\end{itemize}
{\bf Swear Jar, CalHacks Submission (36 hours)}
\begin{itemize} \itemsep -2pt
\item Developed an Android app that tracks swear words sent via SMS
\item Features Facebook integration for sign-in and Paypal integration for donating money to charities
\item Won the award for {\bf Best use of the Paypal API}
\end{itemize}
\href{http://dl.acm.org/citation.cfm?id=2612663}{\bf ACM SIGMOD 2014 Publication}
\begin{itemize} \itemsep -2pt
\item Title: \textit{Multi-dimensional Data Statistics for In-Memory Databases}
\item Published in SIGMOD '14 Proceedings of the 2014 ACM SIGMOD international conference on Management of data
\end{itemize}
{\bf Other Projects}
\begin{itemize} \itemsep -2pt
\item Fundamentals, a submission for the Money 20/20 Hackathon (Android)
\item CHIP-8, a video game console emulator for Android and Java Swing
\item Tweeting university parking lot information (Python)
\end{itemize}
\end{resume}
\end{document}