-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathresume.tex
183 lines (141 loc) · 6.09 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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LaTeX Resume Template
% https://github.com/rohit-gohri/resume-template
%
% NOTE:
% This template requires the resume.cls file to be in the same directory as the .tex file.
% The resume.cls file provides the resume style used for structuring the document.
%
% Version: v1.0.0 (2020/05/04)
% By Rohit Gohri (https://rohit.page)
%
%
% Based On:
% Medium Length Professional CV
%
% Downloaded from:
% http://www.LaTeXTemplates.com
%
% Trey Hunner (http://www.treyhunner.com/)
% Version 2.0 (8/5/13)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[UKenglish]{resume} % Use the custom resume.cls style
%----------------------------------------------------------------------------------------
% VARIABLES
%----------------------------------------------------------------------------------------
\name{ John Doe }
\setCity{ New Delhi, India }
\setEmail{ [email protected] }
\setPhoneNum{ +91-9999999999 }
\setLinkedIn{ john-doe }
\setGithub{ john-doe }
\setWebsite{ example.com }
\setPdfKeywords { resume, cv, hiring, template }
\setPdfSubject { John Doe's Resume }
% Override any variables/commands through a private file
\InputIfFileExists{\jobname.tmp}{}{}
\begin{document}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{ Education }
\rSubsectionHeading
{Abc Def Institute of Pqr, \nem University of Xyz}
{ \fmtdate{8}{2013} - \fmtdate{6}{2017} }
{\normalfont B.X. in Abcdef, CGPA: 7.89}
{Xyz, XX}
% TODO: Add courses example
% \\ {\bfseries Courses}: Abc12345, Def67890 \smallskip
\rSubsectionHeading
{Pqr Academy, \nem C.D.E.F.}
{ \fmtdate{4}{2011} - \fmtdate{4}{2013} }
{\normalfont ABCDEF, Percentage: 78.9\%}
{Xyz, XX}
\end{rSection}
%----------------------------------------------------------------------------------------
% SKILLS SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Skills}
\begin{tabular}{ @{} >{\bfseries}l @{\hspace{6ex}} l }
Languages \& Frameworks & HTML, CSS, Javascript, Typescript, NodeJS \\
Software \& Tools & PM2, Nginx, Linux, Windows, SSH, Git \\
Other & Microsoft Word, Microsoft PowerPoint, Adobe Photoshop \\
\end{tabular}
\end{rSection}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Work Experience}
\begin{rSubsection}
{\href{https://example.com}{Example.com}}
{ \fmtdate{6}{2017} - \fmtdate{10}{2019} }
{Software Developer}
{Xyz, XX}
\item Setup and made dashboards to monitor and visualize various metrics, and set alerts
\item Created REST APIs in backend using Express and MongoDB
\item Added schema validation using OpenAPI Spec
\item Added automated API tests using MochaJS
\end{rSubsection}
\end{rSection}
%----------------------------------------------------------------------------------------
% Projects
%----------------------------------------------------------------------------------------
\begin{rSection}{Projects}
\begin{rSubsection}
{\href{https://example.com/project}{Project Website}, {\nem Company}}
{ \fmtdate{1}{2016} - \fmtdate{3}{2016} }
{}{}
\item Led a team to design and develop the website using \textbf{NodeJS} and MySQL
\item Created user management feature, including full auth flow
\item Deployed site on AWS, using EC2 and RDS
\end{rSubsection}
% NOTE: Wrapping in \draft{ } hides the content in the final PDF
\draft{
\begin{rSubsection}
{\href{https://example.com/project}{Draft Project}, {\nem Invisible}}
{ \fmtdate{1}{2016} - \fmtdate{3}{2016} }
{}{}
\item \href{https://github.com/rohit-gohri/resume-template}{\textbf{Resume Template}}: Built in Latex with automated builds using CI/CD
\end{rSubsection}
}
\end{rSection}
%----------------------------------------------------------------------------------------
% OTHER SECTIONS
%----------------------------------------------------------------------------------------
% Non bullet points
\begin{rSection}{Activities and Achievements} \itemsep -2pt
\item Most Innovative Idea, Project Website Competition, 2013
\item Awarded 1\textsuperscript{st} Prize, Design Competition, 2014
\item Hosted a workshop on AWS attended by 100+ students, 2015
\end{rSection}
%----------------------------------------------------------------------------------------
\begin{rSection}{Extra-Curricular} \itemsep -3pt
\begin{rSubsection}
{\href{https://example.com/society/}{Society - College}}
{ \fmtdate{2}{2014} - \fmtdate{6}{2017} }
{}{}
\item Redid the website using Wordpress and created a custom theme
\item Increased the site's traffic by 2x
\end{rSubsection}
%------------------------------------------------
\begin{rSubsection}
{B99, {\normalfont \em Member}}
{ \fmtdate{1}{2014} - \fmtdate{6}{2015} }
{}{}
\item Winner, Halloween Competition 2014
\item Hosted the 2015 Halloween Competition with 100+ attendees
\end{rSubsection}
\end{rSection}
%----------------------------------------------------------------------------------------
% Tabular data
\begin{rSection}{Relevant Courses}
\itab{\textbf{Core Courses}} \tab{} \tab{\textbf{Other Courses}}
\\ \itab{ABC} \tab{} \tab{System Organisation}
\\ \itab{PQR} \tab{} \tab{IOME}
\\ \itab{DBMS} \tab{} \tab{Some Subject}
\end{rSection}
\end{document}