-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdivyanshi-sharma.tex
324 lines (269 loc) · 11.5 KB
/
divyanshi-sharma.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
%% AUTHOR: GERARDO TORRES
%% URl: HTTPS://GITHUB.COM/GTR/RES
%% HTTPS://GERARDO.TO/
\documentclass[letterpaper,10pt]{article}
%% PACKAGES
\nofiles
\usepackage{titlesec}
\usepackage[usenames,dvipsnames]{color}
\usepackage[empty]{fullpage}
\usepackage{geometry}
\usepackage{multirow}
\usepackage{color}
\usepackage{array}
% \usepackage{fontawesome}
\usepackage{hyperref}
\definecolor{blueblack}{rgb}{0.0, 0.28, 0.67}
\hypersetup{
colorlinks=true,
linkcolor=blueblack,
filecolor=blueblack,
urlcolor=blueblack,
}
\usepackage{colortbl}
\usepackage{enumitem}
\usepackage{calc}
% font
\usepackage[T1]{fontenc}
%\usepackage{ebgaramond}
\usepackage{baskervald}
% \usepackage{baskervillef}
% \usepackage[varqu,varl,var0]{inconsolata}
% \usepackage[scale=.95,type1]{cabin}
% \usepackage[baskerville,vvarbb]{newtxmath}
% \usepackage[cal=boondoxo]{mathalfa}
%% MARGINS %%
\usepackage{graphicx}
\newcommand\sbullet[1][.5]{\mathbin{\vcenter{\hbox{\scalebox{#1}{$\bullet$}}}}}
\geometry{
letterpaper,
total={182mm,310mm},
left=15mm,
top=11mm,
right=15mm
}
\raggedright
% \setcounter{secnumdepth}{0}
%% CUSTOM COMMANDS %%
% Color on lines and name
\definecolor{burgundy}{rgb}{0,0,0}
\definecolor{light-grey}{rgb}{0.4,0.4,0.4}
% Command for displaying organizations (schools & employers)
\newcommand{\organization}[4]{
\vspace{1.5pt}
\textbf{#1} \hfill{\emph{#2}} \\
\emph{#3} \hfill{#4} \\
\vspace{3pt}
}
\newcommand{\toolsused}[1]{
\vspace{1.5pt}
\emph{#1}\\
\vspace{3pt}
}
% Command for displaying projects
\newcommand{\project}[2]{
\textbf{#1} -- \emph{#2} \\
}
\newcommand{\pro}[4]{
% \item \href{#3}{\textbf{#1}} {#2}--{#4} \textbf{\textit{#5}}
\item \textbf{#1} {#2}--{#3} \textbf{\textit{#4}}
% \vspace{1pt}
}
\newcommand{\prowlink}[4]{
% \item \href{#3}{\textbf{#1}} {#2}--{#4} \textbf{\textit{#5}}
\item \href{#2}{\textbf{#1}}--{#3} \textbf{\textit{#4}}
% \vspace{1pt}
}
% Command for displaying skills table
\newcommand{\skills}[4]{
\vspace{-2pt}
\ \ \ \ \ \ \ \ \ \ \
\begin{tabular}{r!{\color{burgundy}\vrule}l}
Programming & #1 \\
Frameworks/Libraries & #2 \\
Databases & #3 \\
Tools & #4
\end{tabular}
\vspace{4pt}
}
% Command for displaying individual awards & activity bullets
\newcommand{\activity}[2]{
\item #1 \emph{#2}
}
% Command for the beginning of bullets in work exp and projects
\newcommand{\bulletsBegin}{
\vspace{1pt}
\begin{minipage}{17.6cm}
\begin{itemize}[leftmargin=0.6cm]
\setlength\itemsep{-0.1em}
}
% Command for the end of bullets in work exp and projects
\newcommand{\bulletsEnd}{
\end{itemize}\vspace{0pt}
\end{minipage}
}
% Command for the beginning of bullets in work exp and projects
\newcommand{\bulletsBeginn}{
\vspace{1pt}
\begin{minipage}{18cm}
\begin{itemize}[leftmargin=0.6cm]
% \setlength\itemsep{-0.018em}
}
% Command for the end of bullets in work exp and projects
\newcommand{\bulletsEndd}{
\end{itemize}\vspace{0pt}
\end{minipage}
}
% Command for email
\newcommand{\myEmail}[1]{
\href{mailto:#1}{#1} |
}
% Command for phone
\newcommand{\myPhone}[1]{
{#1} |
}
% Command for personal website
\newcommand{\mySite}[1]{
\href{https://linkedin.com/in/divyanshi26}{#1}
}
% Command for github profile
\newcommand{\myGitHub}[1]{
\href{https://github.com/divyanshi26}{#1}
}
% Command for displaying name and Contact info
\newcommand{\myName}[5]{
\begin{center}
{\huge{\color{burgundy}\scshape{#1}}} \\
\vspace{6pt}
\myEmail{#2}
% \myEmail{#3}
\myPhone{#3}
\mySite{#4}
\end{center}
\vspace{-4pt}
}
% Title formatting for each section on resume
\titleformat{\section}{
\vspace{-16pt}\color{burgundy}\scshape\raggedright\large
}{}{0em}{}[\titlerule\vspace{-1pt}]
%% DOCUMENT
\begin{document}
%% HEADING --------------------
\myName{Divyanshi Sharma}{divyanshi@alumni.usc.edu}{+1 (551) 502-4023}{linkedin.com/in/divyanshi26}
%% EDUCATION --------------------
\section{Education}
\organization{Master of Science in Computer Science}{May 2020}
{Viterbi School of Engineering, University of Southern California, United States}{GPA: 3.61/4.00}
% \vspace{4pt}
\organization{Bachelor of Science and Technology in Computer Science and Engineering}{May 2017}
{Jaypee University of Engineering and Technology, India}{GPA: 8.90/10.00}
\vspace{6pt}
%% SKILLS --------------------
\section{Skills}
\skills
{Python, Scala, C++, TypeScript, JavaScript, SQL} % Programming
{AWS, ZeroMQ, Flask} % Frameworks/Libraries
{DynamoDB, SQL Server, MySQL} % Databases
%{Git, Unity3D, Azure DevOps} % Tools
%% WORK EXPERIENCE --------------------
% \vspace{5pt}
\section{Work Experience}
% Accomplished [X] as measured by [Y], by doing [Z]
\organization{Amazon Web Services}{Jan 2022 - Present}
{Software Development Engineer}{Sunnyvale, CA}
\bulletsBegin
\item Led the design, implementation and launch of an internal control plane allowing external teams to invoke POST methods for resource creation and deletion leveraging API Gateway, Lambda and DynamoDB. Implemented authentication and real-time monitoring, while driving cross-team integration and facilitating collaborative design discussions.
\vspace{-2pt}
\item Addressed customer's request by creating new customized metrics to gain insights into packet loss by employing scalable coding techniques and performing rigorous testing, subsequently driving demand from multiple clients.
%\vspace{-2pt}
\item Conducted the migration of service infrastructure to a cell-based architecture by cellularizing components and combining into one AWS account. This slashed deployment time, reduced blast radius thus minimizing risks of outages, and improved testing and debugging processes, elevating the team's overall operational efficiency.
\vspace{-2pt}
\item Improved operational health of the team by depreciating unused infrastructure and unmaintained code, carrying out a root cause analysis soon after a metrics loss event that helped recognize action items to avoid future incidents, and quickly mitigating high-severity tickets, thus improving reliability, performance, and maintainability of the service.
\vspace{-2pt}
\bulletsEnd
\vspace{-4pt}
\toolsused{\textbf{Tools:} AWS, REST APIs, Scala, Typescript}
\organization{Ideal Concepts, Inc.}{Aug 2020 - Dec 2021}
{Jr. Software Engineer}{Allentown, PA}
\bulletsBegin
\item Designed and built new features for 500+ users leading to a significant reduction in manual work.
\vspace{-2pt}
\item Implemented 2-factor authentication to add a layer of security to the login process which helped identify fake accounts.
%\vspace{-2pt}
\item Contributed in deployment of new features on QA environment which accelerated testing and minimized production errors by over 10\%.
\vspace{-2pt}
\item Refined stored procedures and APIs to increase security and efficiency of database calls.
\vspace{-2pt}
\bulletsEnd
\vspace{-4pt}
\toolsused{\textbf{Tools:} C\#, ASP.NET, JavaScript, SQL Server}
% \vspace{1pt}
\organization{Kaspect Labs}{May 2019 - Jul 2020}
{Research Intern}{Los Angeles, CA}
\bulletsBegin
\item Served as intern team lead in developing a prototype for a gamified Virtual Reality device quantifying upper extremity range-of-motion and neuromuscular coordination in the paediatric outpatient setting.
\item Programmed a real-time bi-directional ZeroMQ messaging framework with an in-game Principal Component Analysis on the Patient’s motion that led to the company submitting a multi-institutional grant to the Canadian Institute for Health Research.
\vspace{-2pt}
% \item Designed an in-game Principal Component Analysis (PCA) on the Patient’s motion, leveraging the results to create new patient-appropriate tasks.
% \vspace{-2pt}
% \item \textit{Tools used: Unity3D, Python, C\#, Flask, Azure, JavaScript, ZeroMQ}
\bulletsEnd
\vspace{-4pt}
\toolsused{\textbf{Tools:} Python, Flask, REST APIs, Azure, Unity3D, C\#, JavaScript, ZeroMQ}
% \vspace{1pt}
% \organization{Freelicious}{Jun 2019 - Present}
% {Frontend Developer}{Los Angeles, CA}
% \bulletsBegin
% \item Analyzed design team's requirements and translated the UX wireframes and mock-ups into responsive, interactive features in a hybrid mobile application and helped the backend team with deployment.
% % \item Heading the Frontend Mobile Development Team, assigning weekly tasks, and coordinating with the Backend Team for integration.
% % \vspace{-2pt}
% % \item Collected and translated design team's UX wireframes and mock-ups into responsive, interactive features into a hybrid mobile application.
% \bulletsEnd
% \vspace{-8pt}
% \toolsused{\textbf{Tools:} Angular, Ionic, REST APIs}
% % \vspace{2pt}
% \organization{Wipro Technologies Ltd.}{Oct 2017 - Jul 2018}
% {Project Engineer}{Hyderabad, India}
% \bulletsBegin
% \item Programmed and enhanced the frontend of a hybrid mobile application and maintained the system by delivering UI fixes and correcting software defects.
% % \item Programmed and enhanced the frontend of a hybrid mobile application tracking requests submitted for collection of assets and provided a real-time dashboard to monitor progress and display statistics.
% \vspace{-2pt}
% % \item Delivered UI fixes and debugged the source code in a ticket managing application developed using .NET and AngularJS.
% \bulletsEnd
% \vspace{-7pt}
% \toolsused{\textbf{Tools:} Angular, Ionic, Bootstrap}
% \vspace{5pt}
%% PROJECTS --------------------
\section{Projects}
% \vspace{1pt}
\bulletsBegin
\vspace{-3pt}
\pro{Yelp Rating Predictor}{(Foundations and Applications of Data Mining)}
{Predicted yelp review ratings using an ensemble of collaborative filtering techniques, reducing the RMSE from 1.18 to 0.99.}
{Python, Apache Spark, scikit-surprise.}
% \prowlink
% {Catch of the Day}{https://divyanshi26.github.io/divy-catch-of-the-day/}
% {Rendered and deployed a real-time seafood market app using dynamic website components.}
% {React, Firebase.}
\pro{Part of Speech Tagger}{(Applied Natural Language Processing)}
{Implemented a Part-of-Speech tagger from scratch using Hidden Markov Models (HMM) and the Viterbi Algorithm to achieved an F1 score of over 96\%, using Italian and Japanese datasets.}
{Python.}
% \vspace{-1pt}
\bulletsEnd
%% AWARDS --------------------
\section{Leadership \& Awards}
\bulletsBegin
\activity{Viterbi Career Ambassador, Viterbi Career Connections.}
{Jan 2019 - May 2020.}
\vspace{-3pt}
\activity{Course Producer, CSCI 544 Applied NLP, USC Viterbi School of Engineering.}
{Jan-May 2020.}
\vspace{-3pt}
\activity{Best "Hack for Good", AthenaHacks, University of Southern California.}
{Apr 2019.}
\vspace{-2pt}
\bulletsEnd
% \vspace{3pt}
% \color{light-grey}
% R\'esum\'e \hfill{Updated: Aug 2023}
\end{document}