-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.tex
127 lines (111 loc) · 5.67 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
%% The MIT License (MIT)
%%
%% Copyright (c) 2015 Daniil Belyakov
%%
%% Permission is hereby granted, free of charge, to any person obtaining a copy
%% of this software and associated documentation files (the "Software"), to deal
%% in the Software without restriction, including without limitation the rights
%% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
%% copies of the Software, and to permit persons to whom the Software is
%% furnished to do so, subject to the following conditions:
%%
%% The above copyright notice and this permission notice shall be included in all
%% copies or substantial portions of the Software.
%%
%% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
%% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
%% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
%% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
%% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
%% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
%% SOFTWARE.
% The font could be set to Windows-specific Calibri by using the 'calibri' option
\documentclass[]{mcdowellcv}
% For mathematical symbols
\usepackage{amsmath}
\usepackage[hidelinks]{hyperref}
\urlstyle{same}
% Set applicant's personal data for header
\name{Neel Patel}
\address{Ottawa, ON \linebreak [email protected]}
\contacts{ \url{https://github.com/notneelpatel}\linebreak \fontsize{9}{10}\selectfont \url{https://notneelpatel.tech/portfolio}}
\begin{document}
% Print the header
\makeheader
\begin{cvsection}{Availability}
\begin{cvsubsection}{}{}{}
\begin{itemize}
\item \textbf{Looking for a New Graduation position in Summer 2026}
\end{itemize}
\end{cvsubsection}
\end{cvsection}
\begin{cvsection}{Qualifications, Languages, Skills, and Technologies}
\begin{cvsubsection}{}{}{}
\begin{itemize}
\item \textbf{Security Clearance:} Reliability Status
\item \textbf{Languages:} Python, Java, C, ARM Assembly, BASH, HTML, CSS, JS, React, Firebase
\item \textbf{Software:} Git, Azure ALM, Jira, \LaTeX, GitHub Actions, Pytest, Cypress
\item \textbf{Linux:} Debian/Ubuntu, Arch, RHEL/Fedora, Raspberry Pi, WSL
\end{itemize}
\end{cvsubsection}
\end{cvsection}
% Print the content
\begin{cvsection}{Employment}
\begin{cvsubsection}{Software Developer Student, Co-op}{Solace Corporation}{Winter 2024, Fall 2024}
\begin{itemize}
\item Engaged in the development cycle through planning, implementing, and testing features in Solace PubSub+ Python, C APIs
\item Organized and led the migration of repositories to open source the Wireshark SMF Plugin
\end{itemize}
\end{cvsubsection}
\begin{cvsubsection}{Full-Stack Developer Co-op}{LearnExperts}{Summer 2024}
\begin{itemize}
\item Leveraged GitHub Actions to automate testing workflows that generate reports, increasing visibility of bugs
\item Implemented AWS RUM with custom metadata for error logs to improve the debugging process
\item Wrote complex end-to-end tests for interactive elements using Cypress, reducing manual test requirements
\end{itemize}
\end{cvsubsection}
\begin{cvsubsection}{Other Relevant Work Experience}{}{}
\begin{itemize}
\item \textbf{Jr. Test Analyst, Co-op, Immigration, Refugees, and Citizenship Canada} (Summer 2023)
\item \textbf{Jr. Software Developer, High School Co-op, NorthStar Utilities} (Winter 2020)
\end{itemize}
\end{cvsubsection}
\end{cvsection}
\begin{cvsection}{Education}
\begin{cvsubsection}{Ottawa, ON}{Carleton University}{Fall 2021 - Spring 2026}
\begin{itemize}
\item B.Eng in Computer Systems Engineering, Co-op
\item 3rd Year Standing, 10.58/12 CGPA (A-)
\item Coursework: Computer Architecture, Operating Systems, Real-Time Systems, Digital Systems, Technical Writing
\end{itemize}
\end{cvsubsection}
\end{cvsection}
\begin{cvsection}{Projects}
\begin{cvsubsection}{}{}{}
\begin{itemize}
\item \textbf{AI Raspberry Pi Bamboo Plant}. Uses a water sensor and a local LLaMA instance writing a speech about neglecting to water a plant. Python, Linux
\item \textbf{Midi Search}. BASH command-line interfaces that searches and downloads MIDI files from archive.org. BASH
\item \textbf{Albums Database}. Website that uses Spotify API and JSON to parse data of albums with search filters. HTML, CSS, JS, Python, JSON
\item \textbf{Team Leader, ECOR 1041: Data Management}. Python command-line interface that analyzes and organizes a dataset of books. Python, CSV
\end{itemize}
More projects can be found at \url{https://notneelpatel.tech/portfolio#Projects}
\end{cvsubsection}
\end{cvsection}
\begin{cvsection}{Additional Experience and Awards}
\begin{cvsubsection}{}{}{}
\begin{itemize}
\item \textbf{Hack The Hill II, Ross FPGA Challenge 1st Place:} Used Verilog + Python to program a ROM that plays videos in a custom FPGA.
\item \textbf{Discover Technata Hacks 2023, Top 3:} Created a data-driven business plan for more sustainable data centres using IoT, 5G, and AI.
\item \textbf{Deans Honour List (2022):} Maintained a GPA of A
\item \textbf{Lord Strathcona Medal (2021):} Highest award that can be bestowed upon a Cadet
\end{itemize}
\end{cvsubsection}
\end{cvsection}
\begin{cvsection}{Extracurricular Activities}
\begin{cvsubsection}{}{}{}
\begin{itemize}
\item \textbf{Royal Canadian Army Cadets (2015 - 2021):} Demonstrated leadership, disciplinary and organizational skills through the vital positions of Drill Sergeant Major, Drum Major, and Instructor.
\end{itemize}
\end{cvsubsection}
\end{cvsection}
\end{document}