-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.tex
317 lines (284 loc) · 7.83 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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
\documentclass[letterpaper,sans,12pt]{moderncv}
\moderncvstyle{banking}
\nopagenumbers{}
\usepackage[scale=0.75]{geometry}
\name{Juan Pedro}{Villa Isaza}
\address{El Retiro, Colombia}
\homepage{www.jpvillaisaza.com}
\social[github]{jpvillaisaza}
\begin{document}
\makecvtitle
\section{Experience}
\cventry
{Apr 2017--Present}
{Haskell Developer}
{Stack Builders}
{Remote}
{}
{
Responsibilities and achievements include:
\begin{itemize}
\item
Contributed to client projects using Haskell (with frameworks
such as Servant and Yesod), PureScript, and Reason, along with
tools like Rclone.
\item
Led the internal Haskell training program, restructuring the
course curriculum to align with Graham Hutton's
\textit{Programming in Haskell}.
\item
Authored blog posts and tutorials, and assisted in content
review for the company website.
\end{itemize}
}
\cventry
{Sep 2014--Nov 2016}
{Software Developer}
{Stack Builders}
{Quito, Ecuador}
{}
{
Responsibilities and achievements include:
\begin{itemize}
\item
Contributed to client projects using Haskell (with frameworks
such as Servant, Snap, and Yesod).
\item
Supervised and managed small Haskell projects.
\item
Authored a series of blog posts and tutorials for the website.
\item
Initiated and led the tutorials initiative.
\item
Coordinated content creation efforts.
\item
Assisted in organizing and managing the Quito Lambda meetup.
\end{itemize}
}
\cventry
{2009--2012}
{Teaching Assistant}
{Universidad EAFIT}
{Medellín, Colombia}
{}
{
\begin{itemize}
\item
Assisted in teaching CB0081 (Automata and Formal Languages).
\end{itemize}
}
\cventry
{2010--2010}
{Intern}
{EAFIT Virtual, Universidad EAFIT}
{Medellín, Colombia}
{}
{}
\section{Education}
\cventry
{2006--2014}
{Systems Engineer}
{Universidad EAFIT}
{Medellín, Colombia}
{4.48/5}
{
\begin{itemize}
\item
Honorable mention for the undergraduate project \emph{Category
Theory Applied to Functional Programming} (2014).
\item
First Class Honors (2006)
\item
Member of the Logic and Computation Research Group
(2007--2014).
\item
Attended LERNET 2008, the International Summer School on
Language Engineering and Rigorous Software Development in
Piriápolis, Uruguay.
\end{itemize}
}
\cventry
{2007--2011}
{Mathematical Engineering}
{Universidad EAFIT}
{Medellín, Colombia}
{Incomplete Degree}
{
\begin{itemize}
\item
Completed seven semesters of coursework.
\end{itemize}
}
\cventry
{1993--2005}
{High School Graduate}
{Colegio San Ignacio}
{Medellín, Colombia}
{}
{}
\section{Skills}
\cvitem{Programming Languages}
{Haskell and functional programming languages}
\cvitem{Markup Languages}{HTML, \LaTeX, Markdown}
\cvitem{Databases}{PostgreSQL}
\cvitem{Tools}{Git, Jekyll}
\section{Projects}
\cventry
{2016}
{A license compatibility helper for Haskell}
{Licensor}
{Haskell}
{}
{
\href{https://github.com/jpvillaisaza/licensor}
{\texttt{https://github.com/jpvillaisaza/licensor}}
}
\cventry
{}
{Colombian opinion articles aggregator}
{Hermes}
{Haskell}
{}
{
\href{https://github.com/jpvillaisaza/hermes}
{\texttt{github.com/jpvillaisaza/hermes}}
}
\cventry
{}
{Fuel economy calculator}
{Zenith}
{Elm}
{}
{
\href{https://github.com/jpvillaisaza/zenith}
{\texttt{github.com/jpvillaisaza/zenith}}
}
\section{Publications}
\cventry{2014}
{Category Theory Applied to Functional Programming}
{Systems Engineering undergraduate project}
{}
{}
{
\begin{itemize}
\item
Supervisor: Andrés Sicard Ramírez
\item
Website:
\href
{https://github.com/jpvillaisaza/cain}
{\texttt{github.com/jpvillaisaza/cain}}
\end{itemize}
}
\subsection{Blog posts and tutorials}
\begin{itemize}
\item
\href
{https://www.stackbuilders.com/blog/getting-started-with-haskell-projects-using-scotty/}
{Getting started with Haskell projects using Scotty (2021)}
\item
\href
{https://www.stackbuilders.com/blog/nonsense-getting-started-with-reason-and-reason-react/}
{Nonsense! Getting started with Reason and React (2020)}
\item
\href
{https://www.stackbuilders.com/blog/csv-encoding-decoding/}
{CSV encoding and decoding in Haskell with Cassava (2016)}
\item
\href
{https://www.stackbuilders.com/blog/reverse-reverse-theorem-proving-with-idris/}
{Reverse, reverse: Theorem proving with Idris (2015)}
\item
\href
{https://www.stackbuilders.com/blog/a-quickcheck-tutorial-generators/}
{A QuickCheck tutorial: Generators (2015, updated 2024)}
\item
\href
{https://www.stackbuilders.com/blog/the-hang-of-elm-hangman-and-functional-programming-with-elm/}
{The hang of Elm: Hangman and functional programming with Elm (2015)}
\item
\href
{https://www.stackbuilders.com/blog/errors-and-exceptions-in-haskell/}
{Errors and exceptions in Haskell (2015)}
\item
\href
{https://www.stackbuilders.com/blog/dr-hakyll-create-a-github-page-with-hakyll-and-circleci/}
{Dr. Hakyll: Create a GitHub page with Hakyll and CircleCI (2015)}
\item
\href
{https://www.stackbuilders.com/blog/obverse-versus-reverse-benchmarking-in-haskell-with-criterion/}
{Obverse versus reverse: Benchmarking in Haskell with Criterion (2015)}
% \item
% \href
% {https://www.stackbuilders.com/blog/how-to-program-it/}
% {How to program it (2015)}
\item
\href
{https://www.stackbuilders.com/blog/hangman-imperative-functional-programming/}
{Hangman: Imperative functional programming (2015)}
\item
\href
{https://www.stackbuilders.com/blog/pattern-matching-wots-uh-the-deal/}
{Pattern matching: Wot's... Uh the Deal? (2015)}
% \item
% \href
% {https://www.stackbuilders.com/blog/the-notes-of-ghc/}
% {The notes of GHC (2015)}
% \item
% \href
% {https://www.stackbuilders.com/blog/obverse-and-reverse/}
% {Obverse versus reverse (2015)}
\item
\href
{https://www.stackbuilders.com/blog/the-weak-and-the-strong-functors/}
{The weak and the strong: functors (2014)}
\end{itemize}
\subsection{Presentations}
% \cvitem{2013/09/25}{
% \emph{Enoch: Just Enoch},
% Logic and Computation Seminar,
% Universidad EAFIT.
% }
% \cvitem{2013/04/19}{
% \emph{Enoch: Not the father of Methuselah},
% Logic and Computation Seminar,
% Universidad EAFIT.
% }
% \cvitem{2013/03/22}{
% \emph{Enoch: The father of Irad},
% Logic and Computation Seminar,
% Universidad EAFIT.
% }
% \cvitem{2013/02/22}{
% \emph{Enoch: A son of Cain},
% Logic and Computation Seminar,
% Universidad EAFIT.
% }
\cvitem{2009}{
\emph{Proofs $=$ Programs: Functional programming with dependent types},
Días de la Ciencia Aplicada 2009,
Universidad EAFIT.
}
\cvitem{}{
\emph{Non-dependent Types for the Implementation of a Dependently
Typed Functional Programming Language},
Logic and Computation Seminar,
Universidad EAFIT.
}
\cvitem{2007}{
\emph{Regular Expressions Using Haskell},
Logic and Computation Seminar,
Universidad EAFIT.
}
\section{Interests}
\cvitem{}{Bird watching, cooking, reading, video games, writing}
\section{Languages}
\cvdoubleitem{Spanish}{Native}{French}{Beginner}
\cvdoubleitem{English}{Fluent}{}{}
% \cventry{2014}{Moralities of Everyday Life}{Coursera}{}{91.7/100}{}
% \cventry{2010--2011}{Jóvenes pioneros}{Periódico El Colombiano}{Medellín}{}{}
\vspace*{\fill}
\begin{footnotesize}
\cvitem{Version}{\texttt{\version} (\today)}
\end{footnotesize}
\end{document}