-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.tex
188 lines (160 loc) · 8.41 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
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
%-------------------------
% Resume in Latex
% Author: Aditeya Srivastava
% License: MIT
% src: https://github.com/aditeyas/resume
%------------------------
\documentclass[letterpaper,11pt]{article}
% Importing necessary packages
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym} % For special symbols
\usepackage[usenames,dvipsnames]{color} % Color support
\usepackage{verbatim} % For multiline comments
\usepackage{enumitem} % Customizing lists
\usepackage[hidelinks]{hyperref} % For hyperlinks without borders
\usepackage{fancyhdr} % For header and footer customization
\usepackage[english]{babel} % English language settings
\usepackage{tabularx} % For flexible tables
\input{glyphtounicode} % Ensuring PDF accessibility
% font
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}
% Page style setup
\pagestyle{fancy}
\fancyhf{} % Clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt} % Remove header line
\renewcommand{\footrulewidth}{0pt} % Remove footer line
\setlength{\footskip}{5pt}
% Adjusting margins
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same} % Ensure URLs use the same font style
\raggedbottom % Do not stretch text to fill the page
\raggedright % Align text to the left
\setlength{\tabcolsep}{0in} % Reduce table column spacing
% PDF accessibility for ATS parsing
\pdfgentounicode=1
%-------------------------
% Custom commands for consistent formatting
%-------------------------
% \section
\titleformat{\section}{\vspace{-4pt}\scshape\raggedright\large}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
% \sectionItemListStart
\newcommand{\sectionItemListStart}{\begin{itemize}[leftmargin=0.15in, label={}]}
% \sectionItemListEnd
\newcommand{\sectionItemListEnd}{\end{itemize}}
% \sectionItemHeading
\newcommand{\sectionItemHeading}[4]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-7pt}
}
% \projectHeading
\newcommand{\projectHeading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\small#1 & #2 \\
\end{tabular*}\vspace{-7pt}
}
% \bulletListStart
\newcommand{\bulletListStart}{\begin{itemize}}
% \bulletListEnd
\newcommand{\bulletListEnd}{\end{itemize}\vspace{-5pt}}
% \bulletListItem
\newcommand{\bulletListItem}[1]{\item\small{{#1 \vspace{-2pt}}}}
% making list bullet
\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
\begin{document}
%-----------HEADER-----------
\begin{center}
\textbf{\Huge Aditeya Srivastava}
\\ \vspace{1pt}
\small Clemson, SC •
{(864)-722-3324} •
\href{mailto:[email protected]}{\underline{[email protected]}} •
\href{https://linkedin.com/in/aditeya}{\underline{linkedin/aditeya}} •
\href{https://github.com/aditeyas}{\underline{github/aditeyas}} •
\href{https://aditeyas.github.io}{\underline{aditeyas.github.io}}
\end{center}
%-----------EXPERIENCE-----------
\section{Experience}
\sectionItemListStart
\sectionItemHeading
{Full Stack Developer Intern}{Jul 2024 -- Present}
{Gen 3 Learning}{Remote, IL, US}
\bulletListStart
\bulletListItem{Contributed to developing a scalable RESTful API using AWS Lambda, Amazon DynamoDB, and API Gateway, enhancing data retrieval and manipulation in a serverless architecture designed to handle thousands of daily requests}
\bulletListItem{Assisted in front-end web development using React, focusing on building user-friendly interfaces, and participated in testing with Selenium to identify and reduce bugs, contributing to a smoother user experience}
\bulletListEnd
\sectionItemHeading
{Graduate Teaching Assistant}{Jan 2023 -- May 2024}
{Clemson University}{Clemson, SC, IN}
\bulletListStart
\bulletListItem{Pioneered Python scripts to automate grading processes, reducing grading time by 20\% and boosting efficiency}
\bulletListItem{Reviewed and assessed over 200 assignments and projects across 3 courses while guiding 50+ students during office hours, contributing to improved student performance and a consistent grading process}
\bulletListEnd
\sectionItemHeading
{Software Engineer }{May 2021 -- Aug 2022}
{HashedIn by Deloitte}{Bengaluru, KA, IN}
\bulletListStart
\bulletListItem{Developed an NLP and pattern recognition-based system using Angular (Typescript, Redux), identifying and redacting privacy elements, which improved compliance by 30\%}
\bulletListItem{Achieved 85\% code coverage through unit testing (Jasmine and Karma) and automated testing (Cypress), leading to a 25\% decrease in bugs. Integrated code into CI/CD pipelines, ensuring smooth operation and functionality}
\bulletListItem{Effectively communicated with offshore teams to facilitate Agile sprint meetings and engaged with business users, resulting in a 15\% increase in feature delivery speed}
\bulletListItem{Awarded as the Top Impactor in Delivery Excellence for outstanding performance in the project}
\bulletListEnd
\sectionItemHeading
{Full Stack Developer Intern }{Jun 2018 -- Feb 2021}
{TeamERP (KIET)}{Ghaziabad, UP, IN}
\bulletListStart
\bulletListItem{Enhanced KIET's in-house ERP system, supporting 8000+ active users}
\bulletListItem{Streamlined AngularJS front end with 10+ feature additions and resolved 20+ critical bugs. Optimized Django backend code and enhanced MySQL database operations, leading to a 5\% improvement in system performance}
\bulletListItem{Initiated iOS mobile app development using React Native to support Apple users and added 4+ new modules to the Java Android app, focusing on UI/UX design to increase user support and functionality}
\bulletListItem{Elected as Team President by 4 seniors for exemplary leadership and collaborative skills, leading a team of 16 developers, and successfully managing 3 key projects}
\bulletListEnd
\sectionItemListEnd
%-----------EDUCATION-----------
\section{Education}
\sectionItemListStart
\sectionItemHeading
{Master of Science (M.S.), Computer Science}{May 2024}
{Clemson University}{Clemson, SC, US}
\sectionItemHeading
{Bachelor of Technology (B.S.), Computer Science and Engineering}{May 2021}
{Dr APJ Abdul Kalam Technical University}{Lucknow, UP, IN}
\sectionItemListEnd
%-----------SKILLS-----------
\section{Skills}
\begin{itemize}[leftmargin=0.15in, label={}]
\small{\item{
\textbf{Languages}{: Python, TypeScript, HTML/CSS, Java, JavaScript, SQL, C++/C, R, Scala} \\
\textbf{Technologies}{: React, Angular, Express, Django, Tailwind CSS, Redux, Cypress, Bootstrap, REST API (RESTful API), Flask, MySQL, PostgreSQL, MongoDB, React Native} \\
\textbf{Tools}{: Git, Postman, Jira, Linux, Amazon Web Services (AWS), Docker, VS Code} \\
}}
\end{itemize}
%-----------PROJECTS-----------
\section{Projects}
\sectionItemListStart
\projectHeading
{\textbf{MyCoverLetter} $|$ \emph{React, Redux, Express}}
{\href{https://github.com/aditeyaS/MyCoverLetter}{\underline{github.com/aditeyaS/MyCoverLetter}}}
\bulletListStart
\bulletListItem{Developed a full-stack web application using Express serving a REST API with React as the frontend}
\bulletListItem{User can create a cover letter templates with variables, making it easy to generate cover letters}
\bulletListEnd
\projectHeading
{\textbf{Taylor’s Pizza} $|$ \emph{Java, Java JDBC, Amazon RDS}}
{\href{https://github.com/aditeyaS/CPSC-6620}{\underline{github.com/aditeyaS/CPSC-6620}}}
\bulletListStart
\bulletListItem{A pizza shop management system for handling orders, inventory, coupons, and discounts. Streamlined operations with real-time stock updates and automated discount applications}
\bulletListEnd
\sectionItemListEnd
%-------------------------------------------
\end{document}