-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tex
401 lines (295 loc) · 11.9 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
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
%% If you need to pass whatever options to xcolor
\PassOptionsToPackage{dvipsnames}{xcolor}
\documentclass[10pt,a4paper,ragged2e,withhyper]{altacv}
% Change the page layout if you need to
\geometry{left=1.2cm,right=1.2cm,top=1cm,bottom=.25cm,columnsep=0.75cm}
% The paracol package lets you typeset columns of text in parallel
\usepackage{paracol}
% Change the font if you want to, depending on whether
% you're using pdflatex or xelatex/lualatex
\ifxetexorluatex
% If using xelatex or lualatex:
\setmainfont{Roboto Slab}
\setsansfont{Lato}
\renewcommand{\familydefault}{\sfdefault}
\else
% If using pdflatex:
\usepackage[rm]{roboto}
\usepackage[defaultsans]{lato}
% \usepackage{sourcesanspro}
\renewcommand{\familydefault}{\sfdefault}
\fi
% ----- LIGHT MODE -----
\definecolor{SlateGrey}{HTML}{2E2E2E}
\definecolor{LightGrey}{HTML}{666666}
\definecolor{PrimaryColor}{HTML}{05827c}
\definecolor{SecondaryColor}{HTML}{050782}
\definecolor{ThirdColor}{HTML}{b02e07}
\definecolor{BackgroundColor}{HTML}{E2E2E2}
\colorlet{name}{PrimaryColor}
\colorlet{tagline}{PrimaryColor}
\colorlet{heading}{PrimaryColor}
\colorlet{headingrule}{ThirdColor}
\colorlet{subheading}{SecondaryColor}
\colorlet{accent}{SecondaryColor}
\colorlet{emphasis}{SlateGrey}
\colorlet{body}{LightGrey}
%\pagecolor{BackgroundColor}
% ----- DARK MODE -----
%\definecolor{BackgroundColor}{HTML}{242424}
%\definecolor{SlateGrey}{HTML}{6F6F6F}
%\definecolor{LightGrey}{HTML}{ABABAB}
%\definecolor{PrimaryColor}{HTML}{3F7FFF}
%\colorlet{name}{PrimaryColor}
%\colorlet{tagline}{PrimaryColor}
%\colorlet{heading}{PrimaryColor}
%\colorlet{headingrule}{PrimaryColor}
%\colorlet{subheading}{PrimaryColor}
%\colorlet{accent}{PrimaryColor}
%\colorlet{emphasis}{LightGrey}
%\colorlet{body}{LightGrey}
%\pagecolor{BackgroundColor}
% Change some fonts, if necessary
\renewcommand{\namefont}{\Large\rmfamily\bfseries}
\renewcommand{\personalinfofont}{\small\bfseries}
\renewcommand{\cvsectionfont}{\LARGE\rmfamily\bfseries}
\renewcommand{\cvsubsectionfont}{\large\bfseries}
% Change the bullets for itemize and rating marker
% for \cvskill if you want to
\renewcommand{\itemmarker}{{\small\textbullet}}
\renewcommand{\ratingmarker}{\faCircle}
%% sample.bib contains your publications
%% \addbibresource{sample.bib}
\begin{document}
\columnratio{0.6}
\name{Bobby Dhanoolal}
\tagline{Seeking Full Time Software Engineer Position Starting Fall 2025}
\personalinfo{
\newline
\github{Bobbykdhan}
\newline
\phone{(914)-409-7471}
\newline
\linkedin{bobby-dhanoolal}
\newline
\email{[email protected]}
}
%% You can add multiple photos on the left or right
\makecvheader
%% Depending on your tastes, you may want to make fonts of itemize environments slightly smaller
% \AtBeginEnvironment{itemize}{\small}
\AtBeginEnvironment{itemize}{\small}
%% Set the left/right column width ratio to 6:4.
% Start a 2-column paracol. Both the left and right columns will automatically
% break across pages if things get too long.
% \begin{paracol}{2}
% % ----- STRENGTHS -----
% \cvsection{Languages}
% \cvtag{Kotlin}
% \cvtag{Python}
% \cvtag{Rust}
% \cvtag{Java}
% \cvtag{SQL}
% % ----- STRENGTHS -----
% \bigskip \bigskip \bigskip
% % ----- LEARNING -----
% \cvsection{Libraries}
% \cvtag{React.js}
% \cvtag{React Native}
% \cvtag{Pandas}
% \cvtag{Rocket.rs}
% \newline
% \cvtag{Tensorflow}
% \cvtag{Android Room}
% \cvtag{Django}
% \cvtag{Jetpack Compose}
% \cvtag{Dagger}
% \cvtag{Hilt}
% % ----- LEARNING -----
% \bigskip \bigskip \bigskip
% % ----- LANGUAGES -----
% \cvsection{Technologies}
% \cvtag{Linux}
% \cvtag{Git}
% \cvtag{Vim}
% \newline
% \cvtag{Functional Programming}
% \newline
% \cvtag{WebSockets}
% \newline
% % ----- LANGUAGES -----
% \bigskip \bigskip \bigskip
% % ----- EXTRACURRICULARS -----
% \cvsection{\fontsize{12}{14}\selectfont Extracurriculars}
% \cvtag{Computer Science House}
% \cvtag{Git}
% \cvtag{Vim}
% \newline
% \cvtag{Functional Programming}
% \newline
% \cvtag{WebSockets}
% \newline
% \cvtag{Object-Oriented Programming}
% % ----- EXTRACURRICULARS -----
% % ----- MOST PROUD -----
% % \cvsection{Most Proud of}
% % \cvachievement{\faTrophy}{Fantastic Achievement}{and some details about it}\\
% % \divider
% % \cvachievement{\faHeartbeat}{Another achievement}{more details about it of course}\\
% % \divider
% % \cvachievement{\faHeartbeat}{Another achievement}{more details about it of course}
% % ----- MOST PROUD -----
% % \cvsection{A Day of My Life}
% % Adapted from @Jake's answer from http://tex.stackexchange.com/a/82729/226
% % \wheelchart{outer radius}{inner radius}{
% % comma-separated list of value/text width/color/detail}
% % \wheelchart{1.5cm}{0.5cm}{%
% % 6/8em/accent!30/{Sleep,\\beautiful sleep},
% % 3/8em/accent!40/Hopeful novelist by night,
% % 8/8em/accent!60/Daytime job,
% % 2/10em/accent/Sports and relaxation,
% % 5/6em/accent!20/Spending time with family
% % }
% % use ONLY \newpage if you want to force a page break for
% % ONLY the current column
% \newpage
% %% Switch to the right column. This will now automatically move to the second
% %% page if the content is too long.
% \switchcolumn
% ----- EDUCATION -----
\begin{paracol}{2}
\cvsection{Education}
\cvevent{BS Computer Science}{|\cvrepo{Rochester Institute of Technology}{https://www.rit.edu/}}{2021-2025}{}
\cvtag{Concepts of Computing Systems}
\cvtag{Intro to AI}
\cvtag{Analysis of Algorithms}
\newline
\cvtag{Machine Learning}
\cvtag{Computer Vision}
\cvtag{Independent Study in Machine Learning}
% ----- EDUCATION -----
% ----- EXPERIENCE -----
\cvsection{Experience}
\cvevent{Software Engineer Intern - AI and Automation}{|\cvrepo{IBM}{https://www.ibm.com/}}{May - Aug 2024}{}
\begin{itemize}
\item Researched and developed a process to evaluate large language models using AI
created Ontology.
\item Meet with team members to coordinate data analysis in order to extract data from an IT product's documentation.
\end{itemize}
\smallskip \smallskip
\newline
\cvtag{Python}
\cvtag{SpaCy}
\cvtag{Pandas}
\cvtag{Numpy}
\cvtag{PyTorch}
\newline
\divider
\cvevent{Software Engineering Co Op}{|\cvrepo{Codonics}{https://www.codonics.com/}}{May 2023 - Dec 2023}{}
\begin{itemize}
\item Investigated and repaired issues regarding Safe Label System and its Administration Tool.
\item Coordinated with team members to execute a comprehensive testing workflow aimed at preventing the inclusion of any bugs in production builds.
\item Implemented WiFi 6 technology, resulting in substantial improvements in connectivity speeds and reliability. Proactively managed and maintained drivers across diverse adapters to optimize overall network performance.
\end{itemize}
\smallskip \smallskip
\newline
\cvtag{Java}
\cvtag{Bash}
\cvtag{Linux}
\cvtag{Jenkins}
\cvtag{Groovy}
\cvtag{C}
\cvtag{JavaScript}
\cvtag{HTML}
\cvtag{Spring}
\newline
\divider
\cvevent{Web \& Email Technologist}{|\cvrepo{RIT Univ. Advancement}{https://www.rit.edu}}{Jan - Dec 2022}{}
\begin{itemize}
\item Created and updated content to the university's Alumni websites using Drupal.
\item Used Airtable and Blackbaud to collaborate with other team members to create and process communication emails and email lists.
\end{itemize}
\smallskip \smallskip
\newline
\cvtag{Drupal} \cvtag{HTML} \cvtag{CSS} \cvtag{Blackbaud} \cvtag{Airtable}
% ----- EXPERIENCE -----
\switchcolumn
\cvsection{Languages}
\cvtag{ Java} \cvtag{ Python} \cvtag{ JavaScript} \cvtag{Swift} \cvtag{CSS} \cvtag{Apple Script} \cvtag{Bash} \cvtag{C} \cvtag{LaTeX} \cvtag{MySQL} \cvtag{Assembly} \cvtag{MIPS} \cvtag{HTML}
\smallskip
\cvsection{Frameworks}
\cvtag{ React} \cvtag{Drupal}\cvtag{Selenium}
\newline
\cvtag{ React Native} \cvtag{Playwright}
% LOOK FOR THE ICONS
\smallskip
\cvsection{Libraries}
\cvtag{ Pandas} \cvtag{ Numpy} \cvtag{ Express} \newline \cvtag{ Tensorflow} \cvtag{PyTorch}
\bigskip
\smallskip
\cvsection{Technologies}
\cvtag{Square} \cvtag{Stripe}
\cvtag{Unreal Engine}
\cvtag{Unity Engine}
\cvtag{Web Automation}
\cvtag{Docker}
\cvtag{OpenShift}
\switchcolumn
% ----- PROJECTS -----
\cvsection{Projects}
\cvevent{Reinforcement Learning Study}{\cvrepo{|\faGithub Bobbykdhan/RLStudy}{https://github.com/Bobbykdhan/RLStudy} }{}{}
\begin{itemize}
\item Researching Reinforcement Learning and Computer Vision in order to create an AI model capable of playing a rougelike platformer (Spelunky 2).
\end{itemize}
\smallskip \smallskip
\cvtag{Python} \cvtag{Tensorflow} \cvtag{Open CV}
\cvtag{Machine Learning} \cvtag{CUDA}
\newline
\divider
\cvevent{AutoOrder-API}{\cvrepo{|\faGithub Bobbykdhan/AutoOrder-API}{https://github.com/Bobbykdhan/AutoOrder-API} }{}{}
\begin{itemize}
\item Automated a headless browser to order food from the RIT dining hall.
\item Allowed users to order using HTTP requests instead of the using the command line.
\end{itemize}
\smallskip \smallskip
\cvtag{Python} \cvtag{FastAPI} \cvtag{Imgur-API}
\cvtag{Docker} \cvtag{OpenShift} \cvtag{Selenium}
\newline
\divider
\cvevent{Tiger Pay}{\cvrepo{|\faGithub Bobbykdhan/TigerPay}{https://github.com/Bobbykdhan/TigerPay} }{}{}
\begin{itemize}
\item Created a service that allows students to quickly access their TigerPay Account via text message instead of having to login to their student account.
\end{itemize}
\smallskip \smallskip
\cvtag{Python} \cvtag{FastAPI} \cvtag{MySQL} \cvtag{Beautiful Soup} \cvtag{ OpenShift}
\newline
\smallskip \smallskip
% ----- PROJECTS -----
\switchcolumn
\smallskip
% ----- EXTRACURRICULARS -----
\cvsection{Activities}
\cvevent{Computer Science House }{\cvrepo{|\newline \faGlobe csh.rit.edu}{https://csh.rit.edu}}{}{}
\begin{itemize}
\item Media PC Admin - Maintains and improves the infrastructure of special rooms
\item Special Interest Group of Computer Science, Computer Security and other technical students.
\item Weekly educational seminars and social events
\end{itemize}
\newline
\divider
\cvevent{National Society of Black \newline Engineers}{\cvrepo{| \faGlobe nsbe.org}{https://www.nsbe.org}}{}{}
\begin{itemize}
\item Weekly chapter meetings and
social events
\end{itemize}
\cvsection{Awards}
\cvevent{IBM Software Developer Badge }{\cvrepo{| \faGlobe Credly.com}{https://www.credly.com/badges/073dcee0-cdf9-4249-b8bf-f29e94eebcac/public_url}}{}{}
\smallskip
Awarded to those who demonstrate a deep understanding and skills in the following programming competencies:
\begin{itemize}
\item Data Structures and Algorithms
\item Front End and Back End Development Fundamentals
\end{itemize}
\end{paracol}
% ----- EXTRACURRICULARS -----
\end{document}