diff --git a/resume.pdf b/resume.pdf index fba24be..4ecfc2e 100644 Binary files a/resume.pdf and b/resume.pdf differ diff --git a/resume.tex b/resume.tex index 67115f4..5355687 100644 --- a/resume.tex +++ b/resume.tex @@ -26,6 +26,8 @@ \hypersetup{ pdfborder=0 0 0 } +\input{glyphtounicode} +\pdfgentounicode=1 \renewcommand{\familydefault}{\sfdefault} @@ -41,7 +43,7 @@ %%% Macros %%% ------------------------------------------------------------ \newlength{\spacebox} -\settowidth{\spacebox}{88888888} % Box to align text +\settowidth{\spacebox}{developer} % Box to align text \newcommand{\sepspace}{\vspace*{1em}} % Vertical space macro \newcommand{\MyName}[1]{ % Name @@ -135,12 +137,12 @@ \WorkEntry {University of Waterloo} {May 2020 – Aug 2020} -{Research Associate, Faculty of Engineering} +{Research Associate, Sirius Blockchain Research Group} {\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 Hardened security} by implementing BLS threshold signature verification on clients connected to a distributed computing system. + \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 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 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}} \vspace{2.5mm} \WorkEntry @@ -148,8 +150,9 @@ {May 2019 – Aug 2019} {Software Engineering Intern} {\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 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 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 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}} \vspace{2.5mm} \WorkEntry @@ -157,8 +160,8 @@ {Mar 2018 – Apr 2020} {Full Stack Developer} {\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 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 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 {\bf Assisted in academic research} by tracking usage of learning platform in collaboration with National University of Singapore. \end{itemize}} %%% Projects @@ -186,7 +189,7 @@ and usage of POSIX interfaces. } \sepspace \ProjectEntry{\href{https://github.com/namansood/chip8-rust}{CHIP8-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.} %%% \iffalse