summaryrefslogtreecommitdiff
path: root/Resume.tex
blob: bbbbf789aae96d5d0b2f7ab96696fef9720642e4 (plain)
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
\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amssymb}
\usepackage{enumitem}
\usepackage{titlesec}
\usepackage{titling}
\usepackage[margin=.4in]{geometry}
\usepackage{multicol}
\usepackage{fontspec}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{tcolorbox}
\usepackage{hyperref}

\setmainfont{Ubuntu Light}

\graphicspath{ {./images/} }

\titleformat{\section}
{\vspace{-.2em}\bfseries\Large}
{}
{0em}
{}[\titlerule\vspace{-.25em}]

\titleformat{\subsection}
{\bfseries\normalsize}
{}
{0em}
{}[\vspace{-.5em}]

\definecolor{bannerbgcolor}{rgb}{0.6627, 0.9647, 0.7960}
\newtcbox{\bannerbox}{on line,
	colframe=bannerbgcolor, colback=bannerbgcolor,
	boxrule=0.5pt, arc=5pt, boxsep=0pt, left=1em, right=2pt, top=1em, bottom=1em}

\renewcommand{\maketitle}{
\hspace{-.25in}
\bannerbox{
\begin{minipage}{.98\textwidth}
\begin{minipage}{.7\textwidth}
{\LARGE\textbf\theauthor}

\begin{tabular}{@{}l @{} l}

\textbf{Email: } & \href{mailto:contact@robbyzambito.me}{contact@robbyzambito.me} \\
\textbf{Phone: } & (315) 935-4551 \\
\textbf{Site: } & \href{https://robbyzambito.me}{robbyzambito.me} \\
\textbf{Gitea: } & \href{https://git.robbyzambito.me/Zambyte}{git.robbyzambito.me/Zambyte} \\
\textbf{LinkedIn: } & \href{https://linkedin.com/in/robbyzambito}{linkedin.com/in/robbyzambito}

\end{tabular}

\vfill
\null

\end{minipage}%
\begin{minipage}{.25\textwidth}
	\begin{flushright}
		\includegraphics[scale=1.95]{robby_round.png}
	\end{flushright}
\end{minipage}

\end{minipage}

}
}

\begin{document}
\pagenumbering{gobble}
\title{R\'esum\'e}
\author{Robby Zambito}
\maketitle

\section{Summary}

My primary interest is in developing decentralized applications that are designed to respect the needs of the user. During my time at SUNY Polytechnic Institute I engaged in research with Dr.\ Jorge Novillo with a focus on the development of privacy-respecting decentralized applications. I also have experience working in industry using both Typescript and Java.
		

\section{Technical Skills}

\vspace{-1em}
	
\begin{multicols}{3}

\subsection{Languages}
Java, Scala, Javascript / \\ Typescript, Python, Haskell, C / C++, SQL / PostgreSQL, \\ Matlab, Elixir

\vfill
\null

\columnbreak
		
\subsection{Deployment \& Frameworks}
ReactJS, OSGi, Play \\ Framework, Bootstrap, \\ HandlebarsJS, Heroku, AWS, Vultr
		
\vfill
\null
		
\columnbreak
		
\subsection{Other Competencies}
Git, Github / Bitbucket, JavaFX, \\ Nginx, Arduino, Akka, Apache Spark, Decentralized Applications, Linux Development

\vfill
\null

\end{multicols}
	
\section{Work Experience and Projects}
		
\vspace{-1em}		
		
\begin{multicols}{2}
\subsection{BAE - Software Engineering Intern}
\begin{small}
	\textit{May 2019} \\
	geospatialexploitationproducts.com
\end{small}
			
\noindent Restructured the system for handling user roles and permissions to be more extensible in the future. Acted as a part of a team working on various bug and initiative work.

\subsection{Othello AI}
\begin{small}
	\textit{Nov 2019} \\
	github.com/Zambito1/OthelloAI
\end{small}
				
\noindent I implemented a command line version of the game Othello, and then created an AI to play against the user. The system would take the current game state, and a function scoring each possible move, and select the move with the highest score. The difficulty of the AI could be tweaked by replacing the function.
				
\vfill
\null

\columnbreak

\subsection{CoveyCS - Software Engineering Intern}
\begin{small}
	\textit{Jan 2019} \\
	coveycs.com
\end{small}
			
\noindent Worked on several projects on teams with other interns. One project was to consume an existing API, and display the data in a PDF. Another project was to research solutions for modelling existing data stored in a graph database using a relational database. I researched Postgres and the ltree extension as a potential solution.
				
\vfill
\null
\end{multicols}

\hspace{-.275in}
\begin{minipage}{.5\textwidth}
	\vspace{-.175in}
	\section{Education}
	
	\subsection{SUNY Polytechnic Institute, BS in Computer Science}

	Graduation Date: July 2020
	
	\vspace{.5em}
	\subsection{Noteworthy Coursework}
	Independent Study in blockchain technology and its applications including and beyond cryptocurrency. Applied machine learning and neural networks in Computer Vision and Artificial Intelligence classes. Learned about the origins and the application of modern security protocols in my Cryptography class.
	
\end{minipage}
\hspace{.01\textwidth}
\begin{minipage}{.45\textwidth}
	\vspace{-2in}
	\section{Achievements}
		\begin{itemize}[noitemsep, itemindent=-1.1em]
			\item President's Excellence List: SP 20, SP 19
			\item President's Achievement List: FA 19, FA 18,\\ FA 17			
			\item Progressive Achievement Award in 2017
		\end{itemize}
	\section{Extracurricular}
		\begin{itemize}[noitemsep, itemindent=-1.1em]
			\item Senior Editor of Genesis Yearbook for the 2019-2020 school year
			\item Junior Editor of Genesis Yearbook for the Spring 2019 semester
			\item Photographer for Genesis Yearbook for the Spring and Fall semesters of 2018
			\item Previously ran 400m hurdles in track
		\end{itemize}
	
\end{minipage}

\begin{footnotesize}
\begin{flushright}
\vspace{-.65em}
The most recent version of this document can be found at: \\
\href{https://git.robbyzambito.me/Zambyte/Resume/raw/branch/master/Resume.pdf}{git.robbyzambito.me/Zambyte/Resume/raw/branch/master/Resume.pdf}
\end{flushright}
\end{footnotesize}

\end{document}