forked from ajprabhu09/resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
374 lines (289 loc) · 12.2 KB
/
main.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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
%-------------------------
% Resume in Latex
% Author : Ajinkya Prabhu
% License : MIT
%------------------------
\documentclass[12pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage{tabularx}
\usepackage{hyphenat}
\usepackage{fontawesome}
\usepackage{bold-extra}
\usepackage{setspace}
\input{glyphtounicode}
%---------- FONT OPTIONS ----------
% sans-serif
% \usepackage[sfdefault]{FiraSans}
% \usepackage[sfdefault]{roboto}
% \usepackage[sfdefault]{noto-sans}
% \usepackage[default]{sourcesanspro}
\usepackage{times}
% serif
% \usepackage{CormorantGaramond}
% \usepackage{charter}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting Small everywhere
\titleformat{\section}{
\vspace{-10pt}\scshape\bfseries\raggedright\small
}{}{0em}{}[\color{black}\titlerule \vspace{-8pt}]
% Ensure that generate pdf is machine readable/ATS parsable
\pdfgentounicode=1
%-------------------------
% Custom commands
\newcommand{\resumeItem}[1]{
\item\small{
{#1}
}
\vspace{-3pt}
}
\newcommand{\resumeSubheading}[4]{
\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{\small#1} & \small#2 \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}
}
\newcommand{\resumeSubSubheading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textit{\small#1} & \textit{\small #2} \\
\end{tabular*}
}
% Use if multiple majors
\newcommand{\resumeEducationHeading}[6]{
\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & \small#2 \\
\textit{\small#3} & \textit{\small #4} \\
\textit{\small#5} & \textit{\small #6} \\
\end{tabular*}\vspace{-5pt}
}
\newcommand{\resumeProjectHeading}[2]{
\vspace{-1pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\small#1 & \small#2 \\
\end{tabular*}
}
\newcommand{\resumeOrganizationHeading}[4]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & \textit{\small #2} \\
\textit{\small#3}
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{10pt}}
\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.15in, label={}]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}\vspace{-8pt}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-8pt}}
%-------------------------------------------
%%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setstretch{0.75}
\begin{document}
%---------- HEADING ----------
\begin{flushleft}
\textbf{\Large Ajinkya Prabhu} \\ \vspace{2 pt}
\small
\faMobile \hspace{.5pt} \href{tel:+1 412-636-7619}{412-636-7619}
$|$
\small
\faAt \hspace{.5pt} \href{mailto:[email protected]}{[email protected]}
$|$
\small
\faLinkedinSquare \hspace{.5pt} \href{https://www.linkedin.com/in/ajinkyaprabhu/}{ajinkyaprabhu}
$|$
\small
\faGithub \hspace{.5pt} \href{https://github.com/ajprabhu09}{ajprabhu09}
% $|$
% \faGlobe \hspace{.5pt} \href{Link to Portfolio}{Portfolio}
$|$
% % TODO: Add google maps location
\faMapMarker \hspace{.5pt} \href{https://goo.gl/maps/nDiixFmLt41dn9vq9} {Pittsburgh, Pennsylvania}
\end{flushleft}
%----------- EDUCATION -----------
% TODO: Complete
% \section{Education}
% \resumeSubHeadingListStart
% \resumeSubheading
% {Some Place}{Location \textbf{-}Place}
% {Position}{Jun 2022 \textbf{--} Aug 2022}
% \resumeItemListStart
% \resumeItem{Detail 1}
% \resumeItem{Detail 2}
% \resumeItemListEnd
% \resumeSubHeadingListEnd
\section{Education}
\resumeSubHeadingListStart
\resumeSubheading
{Carnegie Mellon University}{Pittsburgh \textbf{-} Pennsylvania}
{Masters in Mobile and IoT Engineering}{May 2022 \textbf{--} Dec 2023}
\resumeItemListStart
\resumeItem{Completed Coursework - Intro to Computer Systems}
% \resumeItem{Current Coursework - Intro to Embedded Systems, Computer Vision} Adding this back once finalized
\resumeItemListEnd
\resumeSubheading
{Vellore Institute of Technology}{Vellore \textbf{-} Tamil Nadu}
{Bachelors in Electronics and Communication Engineering}{July 2016 \textbf{--} June 2020}
\resumeItemListStart
\resumeItem{GPA - 9.1/10.0}
\resumeItem{specialization in IoT and Sensors}
\resumeItemListEnd
\resumeSubHeadingListEnd
\vspace{0pt}
%----------- WORK EXPERIENCE -----------
% TODO: Complete
\section{Work Experience}
\resumeSubHeadingListStart
\resumeSubheading
{BlackRock}{Gurugram, India}
{Analyst (Software Engineer I)}{Jan 2020 \textbf{--} July 2022}
\resumeItemListStart
\resumeItem{Collaborated with a team of five software engineers to develop a data lake called RBOR (Regulatory Book of Records) with schema management and automatic ingestion on the Cloudera Data Platform}
\resumeItem{Increased adoption of RBOR platform across BlackRock}
\resumeItem{Spearheaded ingestion of securities data; ingested \textbf{600GB/week with 293 columns (100M rows)}}
\resumeItem{Boosted batch query performance by an \textbf{order of magnitude}}
\resumeItemListEnd
\resumeSubheading
{Mantra Labs}{Bangalore, India}
{Software Engineering Intern}{May 2018 \textbf{--} June 2018}
\resumeItemListStart
\resumeItem{Analyzed I2S protocol in its application to a solid-state microphone on the BeagleBone Black}
\resumeItem{Devised a facial recognition system to recognize unknown faces in security cameras using FaceNet algorithm}
\resumeItemListEnd
\resumeSubHeadingListEnd
\vspace{0pt}
%----------- RESEARCH EXPERIENCE -----------
% % TODO: Complete
\section{Research}
\resumeSubHeadingListStart
\resumeSubheading
{ITC}{ Vellore Institute of Technology \textbf{-} Vellore}
{Student Researcher}{May 2019 \textbf{--} July 2019}
\resumeItemListStart
\resumeItem{Collaborated with a team of 5 students to develop a prototype that detects defects in incense sticks}
\resumeItem{Developed a Convolutional Neural Network in tandem with an image processing pipeline for object detection and classification}
\resumeItem{Achieved an accuracy of \textbf{82\symbol{\%}} while maintaining throughput of \textbf{five sticks per second}}
\resumeItemListEnd
\resumeSubheading
{Creation Labs - Team AutoZ}{Vellore Institute of Technology \textbf{-} Vellore}
{Student Researcher}{Sept 2018 \textbf{--} Nov 2019}
\resumeItemListStart
\resumeItem{Collaborated with a team of 10 students to develop an autonomous mobile robot to compete in IGVC competition}
\resumeItem{Led development of sensor localization and electrical drive subsystem}
% \resumeItem{Successfully secured funding from DRDO for defense research during tenure as vice-captain}
\resumeItemListEnd
\resumeSubHeadingListEnd
\vspace{0pt}
%----------- AWARDS & ACHIEVEMENTS -----------
% TODO: Complete
%----------- PROJECTS -----------
% TODO: Complete
\section{Projects}
\vspace{1pt}
\resumeSubHeadingListStart
\resumeProjectHeading{\textbf{Dynamic Memory Allocator} $|$ \emph{\href{https://raw.githubusercontent.com/ajprabhu09/resume/master/placeholder.txt}{\color{blue}GitHub}}}{}
\resumeItemListStart
\resumeItem{Developed a malloc package implementation that achieved a peak performance of \textbf{74\symbol{\%}} utilization while maintaining a throughput of \textbf{$\sim{~}$9000Kops} }
\resumeItemListEnd
\resumeProjectHeading
{\textbf{Tiny Shell} $|$ \emph{\href{https://raw.githubusercontent.com/ajprabhu09/resume/master/placeholder.txt}{\color{blue}GitHub}}}{}
\resumeItemListStart
\resumeItem{Implemented a shell application using UNIX fork and signal handling}
\resumeItemListEnd
\resumeProjectHeading
{\textbf{HTTP Proxy} $|$ \emph{\href{https://raw.githubusercontent.com/ajprabhu09/resume/master/placeholder.txt}{\color{blue}GitHub}}}{}
\resumeItemListStart
\resumeItem{Designed a concurrent web proxy with thread-safe caching between concurrent requests}
\resumeItemListEnd
\resumeProjectHeading
{\textbf{Contributor - Vega} $|$ \emph{\href{https://github.com/rajasekarv/vega}{\color{blue}GitHub}}}{}
\resumeItemListStart
\resumeItem{Developed distributed set subtract operation in Rust}
\resumeItemListEnd
% \resumeProjectHeading
% {\textbf{Toy Symbolic differentiation} $|$ \emph{\href{https://github.com/ajprabhu09/uselessautograd}{\color{blue}GitHub}}}{}
% \resumeItemListStart
% \resumeItem{A toy implementation of automatic differentiation using symbols as objects and operator overloading}
% \resumeItemListEnd
% \resumeProjectHeading
% {\textbf{Automatic Image Captioning}}{}
% \resumeItemListStart
% \resumeItem{Implemented distributed set subtract operation}
% \resumeItemListEnd
\resumeSubHeadingListEnd
\vspace{0pt}
%----------- SKILLS -----------
% TODO: Modify based on the job app
\section{Skills}
\resumeSubHeadingListStart
\small{\item{
\textbf{Programming Languages:}{ Python, Java, Scala, C, C++, SQL, Rust, MATLAB} \\
% \textbf{Programming Languages:}{C, C++, Java, Python, SQL, Rust, Scala} \\
\textbf{Technologies:}{ Git, Arduino, ROS, LaTeX, Spark, Docker, Kubernetes, TensorFlow, PyTorch, Hadoop, Linux} \\
\textbf{Languages:}{ English, Hindi, Marathi }
}}
% \vspace{-4pt}
\resumeSubHeadingListEnd
\section{Publications \& Patents}
\resumeSubHeadingListStart
\small{\item{
\textbf{Publication:}{ Image Compression and Reconstruction Using Encoder-Decoder Convolutional Neural Network - Prabhu A., Chowdhary S., Narayanan S.J., Perumal B.} \\
\textbf{Patent:}{ A scanning device for inspecting and sorting high aspect ratio objects and method thereof - N202041047428}
}}
\resumeSubHeadingListEnd
% should i keep this?
\section{Awards \& Achievements}
\resumeSubHeadingListStart
\small{\item{
\textbf{Merit Scholarship:}{ Awarded merit Scholarship for exceptional academic performance for 2 consecutive years} \\
}}
\resumeSubHeadingListEnd
%----------- CERTIFICATES -----------
% \section{Certificates}
% \resumeSubHeadingListStart
% \resumeOrganizationHeading
% {Procter \& Gamble VIA Certificate Program}{Feb 2022}{Business Skills, Data and Digital Skills, Project Management and Personal Productivity}
% \resumeSubHeadingListEnd
%----------- ORGANIZATIONS -----------
% \section{Organizations}
% \resumeSubHeadingListStart
% \resumeOrganizationHeading
% {Institute of Electrical and Electronics Engineers (IEEE)}{Feb 2022 -- Present}{Student Member}
% \resumeSubHeadingListEnd
%----------- HOBBIES -----------
% \section{Hobbies}
% \resumeSubHeadingListStart
% \small{\item{Swimming, Fitness, Eight-ball}}
% \resumeSubHeadingListEnd
%----------- REFERENCES -----------
% \section{References}
% \resumeSubHeadingListStart
% \resumeSubHeadingListEnd
%-------------------------------------------
\end{document}
% Notes for bullet points
% - Action verb, what it was , how we did it and result(outcome or impact)