-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.tex
238 lines (198 loc) · 8.35 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
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Deedy - One Page Two Column Resume
% LaTeX Template
% Version 1.2 (16/9/2014)
%
% Original author:
% Rajendra Arora (https://www.rajendraarora.com)
%
% Original repository:
% https://github.com/rajendraarora16
%
% IMPORTANT: THIS TEMPLATE NEEDS TO BE COMPILED WITH XeLaTeX
%
% This template uses several fonts not included with Windows/Linux by
% default. If you get compilation errors saying a font is missing, find the line
% on which the font is used and either change it to a font included with your
% operating system or comment the line out to use the default font.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% TODO:
% 1. Integrate biber/bibtex for article citation under publications.
% 2. Figure out a smoother way for the document to flow onto the next page.
% 3. Add styling information for a "Projects/Hacks" section.
% 4. Add location/address information
% 5. Merge OpenFont and MacFonts as a single sty with options.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% CHANGELOG:
% v1.1:
% 1. Fixed several compilation bugs with \renewcommand
% 2. Got Open-source fonts (Windows/Linux support)
% 3. Added Last Updated
% 4. Move Title styling into .sty
% 5. Commented .sty file.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Known Issues:
% 1. Overflows onto second page if any column's contents are more than the
% vertical limit
% 2. Hacky space on the first bullet point on the second column.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[]{deedy-resume-openfont}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% TITLE NAME
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\namesection{Rajendra}{Arora}{ \urlstyle{same}\href{https://rajendraarora.com/}{www.rajendraarora.com}
\\\href{mailto:[email protected]}{[email protected]} | +91-8955665263
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% COLUMN ONE
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{minipage}[t]{0.33\textwidth}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EDUCATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Education}
\subsection{RTU University}
\descript{Bachelor of Technology \\Computer Science}
\location{Dec 2016 | Kota, India}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LINKS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Links}
Github:// \href{https://github.com/rajendraarora16}{\bf rajendraarora16} \\
LinkedIn:// \href{https://www.linkedin.com/in/arorar16/}{\bf arorar16} \\
Stackoverflow:// \href{https://stackoverflow.com/users/2802622/}{\bf rajendraarora16}
Portfolio:// \href{https://rajendraarora.com/}{\bf rajendraarora.com} \\
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% COURSEWORK
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Coursework}
\subsection{Udemy}
Data Structures \\
React \\
Golang \\
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Achievements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Achievements}
\subsection{Media coverage}
\textbullet{} Facebook Problem Solving Bot
\\\location{\href{https://rajendraarorarobot.files.wordpress.com/2015/08/11893725_889751504412100_4841941368085805412_o.jpg}{News paper (March 12, 2015)}}
\vspace{\topsep}
\textbullet{} Crawler to store product info
\\\location{\href{https://rajendraarorarobot.files.wordpress.com/2015/08/fdd4df83-5798-4343-a092-fe6c8fb48324.jpeg}{News paper (August 20, 2015)}}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SKILLS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Skills}
\subsection{Programming Language}
Javascript \textbullet{} Node.js \textbullet{} TypeScript \textbullet{} React \textbullet{} Express \textbullet{} PHP \textbullet{} Core Golang \textbullet{} Core Java
\sectionsep
\subsection{Unit Testing}
Jest \textbullet{} Karma \textbullet{} JUnit test \textbullet{} Selenium \textbullet{} Puppeteer
\sectionsep
\subsection{CI/CD Pipeline Tools}
Jenkins \textbullet{} Bamboo
\sectionsep
\subsection{DATABASE}
MySql \textbullet{} MongoDB
\sectionsep
\subsection{Markup language}
HTML \textbullet{} HTML5 \textbullet{} CSS \textbullet{} CSS3 \textbullet{} XML
\sectionsep
\subsection{Framework/Library}
Next.js \textbullet{} Redux \textbullet{} GulpJS \textbullet{} Jquery \textbullet{} Style Components \textbullet{} PhantomJS
\sectionsep
\subsection{OTHER TOOLS}
RabbitMQ \textbullet{} A/B testing \textbullet{} Git \textbullet{} Jira \textbullet{} Stash \textbullet{} Docker \textbullet{} Azure Kusto \textbullet{} KQL \textbullet{} Elasticsearch Kibana
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% COLUMN TWO
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{minipage}
\hfill
\begin{minipage}[t]{0.66\textwidth}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EXPERIENCE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Experience}
\runsubsection{Taboola}
\descript{| Software Engineer }
\location{Sept 2021 – Aug 2022 | Bangkok, Thailand}
\vspace{\topsep}
\begin{tightemize}
\item Creating product features on the recommendation platform using Node.js, Javascript, TypeScript, SASS, gulp and many more using modern technologies.
\item Using scrum, agile methodology and working with product/business to deliver tasks on time with creative approach.
\end{tightemize}
\sectionsep
\runsubsection{Taboola}
\descript{| Senior Solution Engineer }
\location{Apr 2019 – Aug 2021 | Bangkok, Thailand}
% \vspace{\topsep} % Hacky fix for awkward extra vertical space
\begin{tightemize}
\item Focused on web development related tasks and going through debugging with complex challenges and solving problems with creative approach.
\item Writing clean, sustainable code with karma/jasmine test and participate in peer code-reviews as well as helped solution engineers team via providing ease way of creating tools.
\item Involved client facing to integrate Taboola for any complex issue arise within a limited time frame to save revenue.
\end{tightemize}
\sectionsep
\runsubsection{BookMyShow}
\descript{| Frontend Engineer }
\location{May 2016 – Apr 2019 | Mumbai, India}
\begin{tightemize}
\item Taking ownership of migrating the whole Bookmyshow website from PHP to React.js using mordern technologies with creative typography and microservices approach.
\item Creating merchandise web app using modern react, next and creative technologies to build e-commerce website.
\end{tightemize}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Projects
% for bold text \textbf{QuickTongue}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Projects}
\runsubsection{Lighthouse Monitoring Tool}
\descript{| NODE.js, RabbitMQ, Google spreadsheet API, Slack Bot}
\location{Project URL: \href{https://docs.google.com/spreadsheets/d/19Llw6lcskNddOYLmSxFCEmwBGpJVy9MhkfBBJrurzXQ/edit?usp=sharing}{Lighthouse spreadsheet report}}
A Lighthouse monitoring tool integrated with Google spreadsheet API to visualize graph for TBT, CLS, FCP, TTI, LCP, SI and performance at everyday in spreadsheet with average calculation with registered throttling internet speed and CPU.
\sectionsep
\runsubsection{Error tracking tool}
\descript{| NODE.js, Azure Kusto, Slack/Email API}
\location{Project URL: \href{https://tinyurl.com/error-tracking-tool}{https://tinyurl.com/error-tracking-tool}}
An error tracking tool after Taboola is integrated with publisher website, we track the browser's error from the user side and it sends us back for awareness.
\sectionsep
\runsubsection{WORDLE quiz GAME}
\descript{| REACT, TYPESCRIPT, NODE.JS, VERCEL}
\location{Project URL: \href{https://hindi-wordle.rajendraarora.com/}{hindi-wordle.rajendraarora.com}}
A famous wordle quiz game was created in Hindi version and recognized by Internet.
\sectionsep
\runsubsection{XPATH SELECTOR EXTENSION}
\descript{| JAVASCRIPT, HTML, CSS}
\location{Project URL: \href{https://chrome.google.com/webstore/detail/taboola-xpath-selector/bnddcamoelhlmpjhdjgadogndfgfnjkb}{Chrome Webstore}}
Came up with an initiative ideas to make easier with just by drag/drop option to get relevant information of xpath for register in crawler for scraping relevant information.
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Certificate
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Certificate}
\runsubsection{Professional Scrum Master PSM - I}
\\\location{March 4, 2017 | Mumbai, India}
\location{\href{https://drive.google.com/file/d/1wctXxu6BOHmWd-s31s13dVtmfd7B-UIy/view?usp=sharing}{Certificate link}}
\end{minipage}
\end{document} \documentclass[]{article}