-
Notifications
You must be signed in to change notification settings - Fork 1
/
resume.tex
65 lines (49 loc) · 3.65 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
\documentclass[margin]{res}
\usepackage{helvetica} % use helvetica.sty
\setlength{\textwidth}{5.1in} % set width of text portion
\begin{document}
% Center the name over the entire width of resume:
\moveleft.5\hoffset\centerline{\large\bf PETER JODOGNE}
% Draw a horizontal line the whole width of resume:
\moveleft\hoffset\vbox{\hrule width\resumewidth height 1pt}\smallskip
% address begins here, the address lines must be centered over entire width of resume:
\moveleft.5\hoffset\centerline{16 Riverside Drive}
\moveleft.5\hoffset\centerline{Cranford, NJ 07016}
\moveleft.5\hoffset\centerline{(732) 216-3011}
\moveleft.5\hoffset\centerline{pete.jodogne@gmail.com}
\begin{resume}
\section{OBJECTIVE}
A position in software engineering with an emphasis on internet technologies, in an environment that encourages advancing one's skills and knowledge.
\section{COMPUTER \\ SKILLS}
Primary Language: {\small Javascript} \\
Hobby Languages: {\small C, Go, Java, Rust} \\
Frameworks: {\small React, Relay, Redux} \\
Knowledge: {\small HTML, CSS, SQL, Git, Node.js, Flow, Webpack, Babel, GraphQL}
\section{EXPERIENCE}
% === 1stdibs =============================================================
Senior Front End Developer \hfill \textbf{1stdibs, Inc.} \\
\textsl{February 2015 - current} \hfill Manhattan, NY
\begin{itemize} \itemsep -2pt %reduce space between items
\item Develop the build process for the core React component library the company uses to keep consistent functionality and styling across its sites where single component implementations have multiple designs which get built and exported as their own components with interchangeable themes.
\item Create a scaffolding tool for npm packages that require a transpilation process, helping developers get started on shared packages used by the frontend team without having to mess with webpack, babel, sass, and storybook configurations.
\item Create the initial frontend implementation for the cart feature on the buyer site; the ”Call Seller” feature, which in itself involves communication, planning, and integration with a 3rd-party service provider; and other high-impact features.
\end{itemize}
% === BTX Trader ==========================================================
Developer \hfill \textbf{BTX Trader} \\
\textsl{February 2014 - December 2014} \hfill Manhattan, NY
\begin{itemize} \itemsep -2pt %reduce space between items
\item Received exposure to the Bitcoin industry as well as an understanding of the core concepts regarding cryptocurrencies i.e. decentralized networks and cryptography.
\item Worked as the only developer apart from the CTO in a tiny startup of four where I received firsthand experience to the intricacies of developing a product.
\item Helped deliver, design, and implement financial tools and services on the web for the nascent industry.
\end{itemize}
\section{EDUCATION}
Bachelor of Science, Computer Science \hfill \textbf{Rutgers State University} \\
\textsl{Graduated May 2013} \hfill New Brunswick, NJ
Courses: {\small Internet Technologies, Software Engineering, Operating Systems} \\
Notable Projects: {\small Multi-threaded bittorrent CLI, Simple FUSE filesystem}
\section{ABOUT ME}
A curious tinkerer and thinker, indiscriminate of topic. Most of my requested vacation days are spent either traveling, mountain biking or some combination of the two. The majority of my entertainment is from watching sixty symbols videos or David Attenborough nature documentaries. Alright, and maybe Westworld too. \\
\\
{\small You can find this resume hosted at github.com/PeteJodo/resume}
\end{resume}
\end{document}