forked from sarcilav/Resume
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresume.tex
198 lines (152 loc) · 7.41 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
\documentclass{article}
\usepackage{fullpage}
\usepackage{needspace} \usepackage{amsmath} \usepackage{amssymb} \usepackage{url} \textheight=10in
\pagestyle{empty}
\raggedright
\def\bull{\vrule height 0.8ex width .7ex depth -.1ex }
% DEFINITIONS FOR RESUME
\newcommand{\area}[2]{\vspace*{-9pt} \begin{verse}\textbf{#1} #2 \end{verse}
} \newcommand{\lineunder}{\vspace*{-8pt} \\ \hspace*{-18pt} \hrulefill \\}
\newcommand{\header}[1]{{\hspace*{-15pt}\vspace*{6pt}
\textsc{#1}} \vspace*{-6pt} \lineunder} \newcommand{\employer}[3]{{
\textbf{#1} (#2)\\ \underline{\textbf{\emph{#3}}}\\ }}
\newcommand{\subheader}[1]{{
\underline{\textbf{\emph{#1}}}\\ }}
\newcommand{\contact}[4]{
\vspace*{-8pt}
\begin{center}
{\LARGE \scshape {#1}}\\ #2 \lineunder #3 \\ #4
\end{center}
\vspace*{-8pt} }
\newenvironment{achievements}{\begin{list}{$\bullet$}{\topsep 0pt \itemsep
-2pt}}{\vspace*{4pt}\end{list}} \newcommand{\schoolwithcourses}[4]{
\textbf{#1} #2 \\ #3\\ #4 \\ Selected Coursework:\\
\vspace*{5pt} } \newcommand{\school}[4]{ \textbf{#1} #2 $\bullet$ #3\\ #4
\\ }
% END RESUME DEFINITIONS
\begin{document}
\small
\smallskip
\vspace*{-44pt}
\contact{Nicol\'as Hock-Isaza} { Phone: (+1) 415 359 3662} { [email protected] } {\url{http://blog.nhocki.com}}
\bigskip
\header{Work History}
\employer{Ride \\ Senior Software Engineer}{December 2014 - November 2016}{Backend \& Architecture}
\bigskip
Ride was a ride-sharing company, where companies with big headquarters benefited from their employees
sharing their own cars to go to work. It was used at places like Stanford and Delta Airlines.
\smallskip
As a senior software engineer at Ride I was involved most backend systems including API, billing and trip management.
The API and billing systems were built on Ruby. The trip management service was built in Go.
\bigskip
\begin{achievements}
\item Integrated the algorithms designed by the R\&D department with our production systems (managed by the Engineering team) and make it robust and scalable.
\item Lead the re-architecture of the backend, where several services talked to each other via AMQP or HTTP with a central API that coordinated services and events.
\item Worked on the Trip Management service that alerted passengers when the driver was nearby and automatically triggered billing when they arrived at their destination.
\end{achievements}
\bigskip
\employer{We Heart It \\ Software Engineer}{April 2013 - December 2014}{Backend \& API}
\bigskip
We Heart It is an image based social network with over 30 million users. Users can browse the web and then \textit{heart}
images that they like.
\bigskip
\begin{achievements}
\item Worked on implementing the v2.0 of the API with RESTful endpoints.
\item Built "Inspirations". An automatic collection of images of specific categories.
\item Part of a 4 people team for the backend of We Heart It, built using Ruby (on Rails).
\item Backend runs on multiple technologies including MySQL, Redis, Cassandra & RabbitMQ among others.
\end{achievements}
\bigskip
\employer{Massachusetts Institute of Technology (MIT) \\ Visiting Research Student}{October 2011 - April 2013}{Full-Time Research Student at CECI Lab}
\bigskip
As a visiting research student at CECI lab at MIT, I had the opportunity to work with the iLab platform. A platform created to develop remote laboratories.
The idea behind this is to allow people around the world to run experiments on real labs with real hardware.
\bigskip
\begin{achievements}
\item Develop the Building Energy Efficiency Lab for a Civil Engineering class.
\item Develop a tool to communicate LMS systems with Remote Lab Management Systems.
\item Develop a ruby client to connect to the Weblab Deusto Remote Lab Management System.
\end{achievements}
\bigskip
\employer{EAFIT University (Medell\'in, Colombia) \\ R\&D in Computers in Education}{October 2009 - July 2012}{Part-Time Research Assistant}
The R\&D in Computers in Education worked on improving education via technology. We worked closely with Colombia's Ministry of Education
to share educational activities in remote areas of Colombia.
\begin{achievements}
\item Develop various projects focused on Computers in Education working closely with Colombian's Ministry of Education.
\item Write API guidelines for services in projects for Medell\ín city projects.
\end{achievements}
\newpage
\header{Education}
\schoolwithcourses{EAFIT University (Medell\'in, Colombia) \\ Computer Science}{}
{2007-2012}
{Final Cumulative (GPA): 4.4/5.0}
\area{Computer Science:}{
Networking $\cdot$ Databases $\cdot$ Data Structures and Algorithms $\cdot$ Computer Graphics $\cdot$ Web Intelligence
\& Big Data (Introduction) $\cdot$
Numerical Analysis $\cdot$ Operating Systems
$\cdot$ Computer Architecture $\cdot$ Compilers $\cdot$ Software Engineering}
\area{Mathematics:}{Multivariable Calculus $\cdot$ Linear Algebra $\cdot$ Discrete
Math $\cdot$ Physics $\cdot$ Statistics $\cdot$
Operations Research}
\bigskip
\header{Skills}
\begin{achievements}
\item Proficient in Ruby, Golang, Javascript and Git.
\item Proficient with database modeling.
\item Proficient with API design and application architecture.
\item Proficient in Test-Driven-Development and Behaviour-Driven-Development.
\item Proficient with HTML and CSS for front-end development.
\item Familiar with Photoshop, Illustrator and Fireworks.
\end{achievements}
\bigskip
\needspace{4\baselineskip}
\header{Languages}
\begin{achievements}
\item Spanish - Excellent (Native)
\item English - Excellent (TOEIC 920)
\end{achievements}
\bigskip
\header{Achievements}
\begin{achievements}
\item ACM-ICPC World Finals, Orlando Florida, Participant, 05/27/2011 - 01/06/2011
\item South American Contest ACM ICPC, Universidad de los Andes, Second place, 2010
\item National Programming Contest ACIS REDIS, Medellin Colombia, Eight place, 2010
\item South American Contest ACM ICPC, Universidad de los Andes, Fifth place, 2009
\item Third GEMIS-OE Programming Contest, EAFIT University, First place, 2009
\end{achievements}
\bigskip
\needspace{10\baselineskip}
\header{Contacts}
\needspace{5\baselineskip}
\employer {John W. Belcher, Tenured Professor.} {MIT} {Director of the Center for Educational Computing Initiatives}
\begin{achievements}
\item [email protected] - (+1) 617 253-4285
\end{achievements}
\needspace{5\baselineskip}
\employer {V Judson Harward} {Harvard University} {Director of Research Computing for the Arts and Humanities}
\begin{achievements}
\item [email protected]
\end{achievements}
\needspace{5\baselineskip}
\employer {Claudia María Zea Restrepo, M.Ed.} {Universidad EAFIT} {Director of Proyecto 50, Center for Innovation and Technology in Teaching and Learning.}
\begin{achievements}
\item [email protected] - (+57)310 508 06 63
\end{achievements}
\needspace{5\baselineskip}
\employer {Juan Guillermo Lalinde Pulido, Ph.D.} {Universidad EAFIT} {Professor of the Data Structures, Algorithms and Operating System lectures.}
\begin{achievements}
\item [email protected] - (+57)311 349 81 74
\end{achievements}
\needspace{5\baselineskip}
\employer {Helmuth Trefftz Gómez, Ph.D.} {Universidad EAFIT} {Chair of Computer Science Department.}
\begin{achievements}
\item [email protected] - (+57)301 371 41 32
\end{achievements}
\bigskip
\header{Personal links}
\smallskip
\item Personal Blog: \url{http://blog.nhocki.com/}
\item GitHub profile: \url{https://github.com/nhocki}
\item Twitter profile: \url{https://twitter.com/nhocki}
\smallskip
\end{document}