-
Notifications
You must be signed in to change notification settings - Fork 0
/
CV.tex
281 lines (230 loc) · 10.7 KB
/
CV.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
%-------------------------
% Resume in Latex
% Author : Rayan Khan
% Based off of: https://www.overleaf.com/latex/templates/jakes-resume/syzfjbzwjncs
% License : MIT
%------------------------
\documentclass[letterpaper,11pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage{tabularx}
\input{glyphtounicode}
%----------FONT OPTIONS----------
% sans-serif
% \usepackage[sfdefault]{FiraSans}
% \usepackage[sfdefault]{roboto}
% \usepackage[sfdefault]{noto-sans}
% \usepackage[default]{sourcesanspro}
% serif
% \usepackage{CormorantGaramond}
% \usepackage{charter}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.76in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
% Ensure that generate pdf is machine readable/ATS parsable
\pdfgentounicode=1
%-------------------------
% Custom commands
\newcommand{\resumeItem}[1]{
\item\small{
{#1 \vspace{-2pt}}
}
}
% \newcommand{\resumeSubheading}[4]{
% \vspace{-2pt}\item
% \begin{tabular*}{\textwidth}[t]{l@{\extracolsep{\fill}}r}
% \textbf{#1} & #2 \\
% \textit{\small#3} & \textit{\small #4} \\
% \end{tabular*}\vspace{-7pt}
% }
\newcommand{\resumeSubSubheading}[2]{
\item
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
\textit{\small#1} & \textit{\small #2} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeProjectHeading}[2]{
\item
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
\small#1 & #2 \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubheading}[4]{
\vspace{0pt}\item
\begin{tabular*}{\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1}, \textit{#2} & \small{#3}\\
#4 \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubheadingDouble}[6]{
\vspace{0pt}\item
\begin{tabular*}{\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1}, \textit{#2}\\
\small{#3} & \small{#4} \\
\small{#5} & \small{#6}
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeExperienceSubheading}[3]{
\vspace{-2pt}\item
\begin{tabular*}{\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1}, \textit{#2} & #3\\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeExperienceSubheadingNoCompany}[2]{
\vspace{-2pt}\item
\begin{tabular*}{\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2\\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}}
\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0pt, label={}]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
%-------------------------------------------
%%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%----------HEADING----------
% \begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
% \textbf{\href{http://sourabhbajaj.com/}{\Large Sourabh Bajaj}} & Email : \href{mailto:[email protected]}{[email protected]}\\
% \href{http://sourabhbajaj.com/}{http://www.sourabhbajaj.com} & Mobile : +1-123-456-7890 \\
% \end{tabular*}
\begin{center}
\textbf{\Huge \scshape Rayan Khan} \\ \vspace{3pt}
\small +447401593303 $|$ \href{mailto:[email protected]}{\underline{[email protected]}} $|$
\href{https://www.linkedin.com/in/rayankhan05/}{\underline{LinkedIn}} $|$
\href{https://github.com/Underdemon}{\underline{Github}}
\end{center}
\vspace{-18pt}
%-----------EXPERIENCE-----------
\section{Experience}
\resumeSubHeadingListStart
\resumeExperienceSubheading
{TT\&I Work Experience}{KPMG}
{\small{Feb 2024}}
\resumeItemListStart
\resumeItem{Corporate work - agile, scrum, kanban, jira, client-developer communications}
\resumeItem{Software engineering - C\#, .NET, Blazor, React, product lifecycles, migrating codebases}
\resumeItem{Quality assurance - behaviour/test driven development, QA automation frameworks, selenium}
\resumeItemListEnd
\resumeExperienceSubheadingNoCompany
{Self Employed Online Tutor}
{\small{Jan 2021 -- Present}}
\resumeItemListStart
\resumeItem{Increased student grades to A/A* in GCSE/A-Level exams through developing customised\\tutoring plans and delivering structured lessons using self-made resources}
\resumeItem{Cultivated strong student relationships, balancing time effectively to ensure individualized\\attention and progress for each pupil}
\resumeItemListEnd
\resumeExperienceSubheading
{Computer Science Society Event Manager}{University of Surrey}
{\small{Jun 2024 -- Present}}
\resumeItemListStart
\resumeItem{Achieved a 175\% increase in event attendance by implementing a targeted marketing strategy\\and managing on-the-day logistics through effective task delegation and team coordination}
\resumeItem{Organized and led a game jam and workshops to enhance student engagement, managing event planning,\\logistics, and on-the-day challenges. Collaborated with external individuals and engaged directly with students}
\resumeItemListEnd
\resumeSubHeadingListEnd
\vspace{-12pt}
%-----------EDUCATION-----------
\section{Education}
\vspace{-3pt}
\resumeSubHeadingListStart
\resumeSubheading
{Integrated Masters Degree In Computer Science}{University of Surrey}{Sep 2023 -- Jun 2026 (Expected)}{\small{Finished first year on track for a first class honours - 82\% average}}
\resumeSubheadingDouble
{A-Levels and GCSEs}{Sutton Grammar School}
{A-Levels: Maths –- A, Computer Science –- A, Further Maths –- B, Physics –- B}{Sep 2021 -- Aug 2023}{11 GCSEs at grades 7 to 9 (including Maths, English and Computer Science)}{Sep 2019 -- Aug 2021}
\resumeSubHeadingListEnd
%-----------PROJECTS-----------
\section{Projects}
\resumeSubHeadingListStart
\resumeProjectHeading
{\textbf{Club Assignment and Management Program} $|$ \emph{Java, JUnit, SQLite}}{\href{https://github.com/Underdemon/clubMatcher}{\small{\underline{Github}}}}
%
\resumeItemListStart
\resumeItem{Identified a school-wide challenge in club assignments and gathered user requirements to develop a\\command-line program that efficiently matched and managed students' clubs based on their subjects}
\resumeItem{Implemented the Hungarian and Dijkstra's algorithms from scratch, along with dynamic, generic\\data structures, resulting in optimized performance and functionality}
\resumeItem{Achieved 100\% test coverage by employing test-driven development, ensuring robust functionality and reliability}
\resumeItem{Expanded the feature set by implementing user authentication, user access control, and automatic data backups\\with loadable options, all within a user-friendly text-based interface, enhancing the user experience}
\resumeItemListEnd
\resumeProjectHeading
{\textbf{One Piece Sudoku} $|$ \emph{React, Python}}{\href{https://github.com/Underdemon/one-piece-sudoku}{\small{\underline{Github}}}}
%
\resumeItemListStart
\resumeItem{Planned and created a themed game based on a personal and friend's desire, prioritizing quick-start gameplay}
\resumeItem{Established deterministic validation to select from 100s of attributes per render without impacting performance}
\resumeItem{Enriched game content through scraping character data from over 1400 pages utilising httpx and selectolax}
\resumeItemListEnd
\resumeProjectHeading
{\textbf{Morse Code Decoder} $|$ \emph{C}}{}
%
\resumeItemListStart
\resumeItem{Developed a Morse code decoder using 2 Raspberry Pi's on a breadboard, with an ambitious goal to provide a language-flexible solution, while leading task distribution and fostering clear communication with a colleague}
% \resumeItem{Maintained clear communication with a colleague, while implementing a binary tree using pointers and memory management}
\resumeItem{Learned about memory management and pointers through implementing a binary tree to decode morse input}
\resumeItemListEnd
\resumeProjectHeading
{\textbf{Student Marks Management System (Hackathon)} $|$ \emph{Python, Django REST, JavaScript, React}}{}
%
\resumeItemListStart
\resumeItem{Accomplished a functional system within 3 days by mentoring inexperienced team members while actively developing}
\resumeItemListEnd
\resumeSubHeadingListEnd
%
%-----------PROGRAMMING SKILLS-----------
\section{Skills}
\begin{itemize}[leftmargin=0pt, label={}]
\small{\item{
Java, JavaScript, NodeJS, ExpressJS, ReactJS, C, C++, Python, Django, SQL, JUnit, Mockito, HTML/CSS, Git, Linux
}}
\end{itemize}
\newcommand{\resumeAchievementsListStart}{\begin{itemize}[leftmargin=0pt, label={}]}
\newcommand{\resumeAchievementsListEnd}{\end{itemize}\vspace{-5pt}}
\newcommand{\resumeAchievements}[2]{
\vspace{-2pt}\item
\begin{tabular*}{\textwidth}[t]{l@{\extracolsep{\fill}}r}
\small{#1} & \small{#2} \\
\end{tabular*}\vspace{-16pt}
}
\vspace{-13pt}
%-----------ACHIEVEMENTS-----------
\section{Achievements}
\resumeAchievementsListStart
\resumeAchievements
{Head of Sutton Grammar School (SGS) computer science society and magazine}{2022/03 -- 2023/04}
\resumeAchievements
{Developed, raced and managed a team with 2 electric cars in SGS's Greenpower club}{2021/09 -- 2023/04}
\resumeAchievements
{Attained 13th in the country for the Cyber Centurion competition}{2021/10 -- 2022/01}
\resumeAchievements
{Participated in the British Mathematical Olympiad (BMO) Round 1}{2021 -- 2022}
\resumeAchievements
{Participated in CyberStart Assess, Game, and the SANS Foundations course}{2019 -- 2021}
% \resumeAchievements
% {Worked effectively as a team to design a remote-control car using CAD}{2019}
\resumeAchievementsListEnd
%-------------------------------------------
\end{document}