Resume update Aug 11
This commit is contained in:
parent
5ee61954e6
commit
5adb976145
2 changed files with 13 additions and 10 deletions
BIN
resume.pdf
BIN
resume.pdf
Binary file not shown.
23
resume.tex
23
resume.tex
|
@ -26,6 +26,8 @@
|
||||||
\hypersetup{
|
\hypersetup{
|
||||||
pdfborder=0 0 0
|
pdfborder=0 0 0
|
||||||
}
|
}
|
||||||
|
\input{glyphtounicode}
|
||||||
|
\pdfgentounicode=1
|
||||||
|
|
||||||
\renewcommand{\familydefault}{\sfdefault}
|
\renewcommand{\familydefault}{\sfdefault}
|
||||||
|
|
||||||
|
@ -41,7 +43,7 @@
|
||||||
%%% Macros
|
%%% Macros
|
||||||
%%% ------------------------------------------------------------
|
%%% ------------------------------------------------------------
|
||||||
\newlength{\spacebox}
|
\newlength{\spacebox}
|
||||||
\settowidth{\spacebox}{88888888} % Box to align text
|
\settowidth{\spacebox}{developer} % Box to align text
|
||||||
\newcommand{\sepspace}{\vspace*{1em}} % Vertical space macro
|
\newcommand{\sepspace}{\vspace*{1em}} % Vertical space macro
|
||||||
|
|
||||||
\newcommand{\MyName}[1]{ % Name
|
\newcommand{\MyName}[1]{ % Name
|
||||||
|
@ -135,12 +137,12 @@
|
||||||
\WorkEntry
|
\WorkEntry
|
||||||
{University of Waterloo}
|
{University of Waterloo}
|
||||||
{May 2020 – Aug 2020}
|
{May 2020 – Aug 2020}
|
||||||
{Research Associate, Faculty of Engineering}
|
{Research Associate, Sirius Blockchain Research Group}
|
||||||
{\begin{itemize} \itemsep -1pt
|
{\begin{itemize} \itemsep -1pt
|
||||||
\item {\bf Co-authored research paper} by conducting experiments on AWS, and analyzing experimental data for a novel Byzantine fault tolerance framework written in Golang and C++.
|
\item {\bf Assisted academic research} by conducting experiments on AWS and analyzing performance data using Python and gnuplot, for a novel Byzantine fault tolerant consensus framework.
|
||||||
\item {\bf Hardened security} by implementing BLS threshold signature verification on clients connected to a distributed computing system.
|
\item {\bf Hardened security} by studying and implementing BLS signature verification for distributed computing project, using Golang.
|
||||||
\item {\bf Streamlined deployment} of project by using Docker to containerize dependencies for repeatable builds across diverse environments.
|
\item {\bf Streamlined deployment} of project by using Docker to containerize dependencies for repeatable builds across diverse environments.
|
||||||
\item {\bf Backported components} of existing C++ utility to support development of changes in project forked from older version of utility.
|
\item {\bf Unified similar codebases} by migrating components from one codebase to another for higher code interoperability, using C++.
|
||||||
\end{itemize}}
|
\end{itemize}}
|
||||||
\vspace{2.5mm}
|
\vspace{2.5mm}
|
||||||
\WorkEntry
|
\WorkEntry
|
||||||
|
@ -148,8 +150,9 @@
|
||||||
{May 2019 – Aug 2019}
|
{May 2019 – Aug 2019}
|
||||||
{Software Engineering Intern}
|
{Software Engineering Intern}
|
||||||
{\begin{itemize} \itemsep -1pt
|
{\begin{itemize} \itemsep -1pt
|
||||||
\item {\bf Simplified delivery} of professional photographs, by creating REST API and native apps for photographers to preview photos to customers before delivery, using Electron, React Native, AWS S3, and MongoDB.
|
\item {\bf Created photo delivery service} for professional photographers, by implementing a REST API and native apps for photographers to preview photos to customers before delivery, using Electron, React Native, and AWS.
|
||||||
\item {\bf Reduced technical debt} in social media app by establishing DRY coding practices and implemented user-facing functionality - liking and creating image posts and comments, using React Native and Firebase.
|
\item {\bf Reduced technical debt} in React Native project by combining similar functionality into importable modules.
|
||||||
|
\item {\bf Implemented user-facing features} including likes and comments on posts in social media app, using React Native and Firebase.
|
||||||
\end{itemize}}
|
\end{itemize}}
|
||||||
\vspace{2.5mm}
|
\vspace{2.5mm}
|
||||||
\WorkEntry
|
\WorkEntry
|
||||||
|
@ -157,8 +160,8 @@
|
||||||
{Mar 2018 – Apr 2020}
|
{Mar 2018 – Apr 2020}
|
||||||
{Full Stack Developer}
|
{Full Stack Developer}
|
||||||
{\begin{itemize} \itemsep -1pt
|
{\begin{itemize} \itemsep -1pt
|
||||||
\item Enabled school-aged girls to learn programming by {\bf creating an online platform} to teach Python with intuitive tutorials, live code examples and a digital companion, using Node.js and MongoDB.
|
\item {\bf Created online learning platform} to promote gender equality by teaching Python programming to school-aged girls using intuitive tutorials, live code examples and a digital companion, using Node.js and MongoDB.
|
||||||
\item Tracked usage of the learning platform in collaboration with {\bf National University of Singapore} for research project, and received letter of recommendation from the University.
|
\item {\bf Assisted in academic research} by tracking usage of learning platform in collaboration with National University of Singapore.
|
||||||
\end{itemize}}
|
\end{itemize}}
|
||||||
|
|
||||||
%%% Projects
|
%%% Projects
|
||||||
|
@ -186,7 +189,7 @@ and usage of POSIX interfaces. }
|
||||||
\sepspace
|
\sepspace
|
||||||
\ProjectEntry{\href{https://github.com/namansood/chip8-rust}{CHIP8-rust}}{}
|
\ProjectEntry{\href{https://github.com/namansood/chip8-rust}{CHIP8-rust}}{}
|
||||||
{Rust}
|
{Rust}
|
||||||
{Implementation of CHIP8 virtual machine. Learned Rust,
|
{Emulator for CHIP-8 microprocessor. Learned Rust,
|
||||||
emulated behavior of machine instructions, and created graphics in a framebuffer.}
|
emulated behavior of machine instructions, and created graphics in a framebuffer.}
|
||||||
%%%
|
%%%
|
||||||
\iffalse
|
\iffalse
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue