New resume header design + add cmdmap
This commit is contained in:
parent
7b0555a16a
commit
1f04006b4b
2 changed files with 21 additions and 17 deletions
BIN
resume.pdf
BIN
resume.pdf
Binary file not shown.
38
resume.tex
38
resume.tex
|
@ -47,7 +47,7 @@
|
|||
\newcommand{\sepspace}{\vspace*{1em}} % Vertical space macro
|
||||
|
||||
\newcommand{\MyName}[1]{ % Name
|
||||
\Huge \usefont{OT1}{phv}{b}{n} \hfill #1
|
||||
\Huge \usefont{OT1}{phv}{b}{n} \begin{center} #1 \end{center}
|
||||
\par \normalsize \normalfont}
|
||||
|
||||
\newcommand{\CoopInfo}[1]{ % Slogan (optional)
|
||||
|
@ -115,14 +115,13 @@
|
|||
\MyName{Naman Sood}
|
||||
% remove co-op info for external jobs
|
||||
%\CoopInfo{2A Computer Science | Student ID 2081{\kern 0.05em}3855}
|
||||
\vspace{4mm}
|
||||
\vspace{1.5mm}
|
||||
{\hfill \href{mailto:mail@nsood.in}{mail@nsood.in} |
|
||||
\href{tel:4372157822}{(437) 215-7822} |
|
||||
\href{https://goo.gl/maps/xFxCn9MEkaZ4TJxT8}{Waterloo, ON}\vspace{0.5mm}}
|
||||
|
||||
{\hfill \href{https://nsood.in}{www.nsood.in} |
|
||||
\href{https://github.com/namansood}{github.com/namansood} |
|
||||
\href{https://linkedin.com/in/namansood}{linkedin.com/in/namansood}}
|
||||
\href{tel:4372157822}{(437) 215-7822}\vspace{0.5mm} |
|
||||
\href{https://www.nsood.in}{www.nsood.in} |
|
||||
\href{https://github.com/namansood}{github.com/namansood} |
|
||||
\href{https://linkedin.com/in/namansood}{linkedin.com/in/namansood}
|
||||
\hfill}
|
||||
%%% Skills
|
||||
%%% ------------------------------------------------------------
|
||||
\NewPart{Skills}{}
|
||||
|
@ -139,10 +138,10 @@
|
|||
{May 2020 – Aug 2020}
|
||||
{Research Associate, Sirius Blockchain Research Group}
|
||||
{\begin{itemize} \itemsep -1pt
|
||||
\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 Unified similar codebases} by migrating components from one codebase to another for higher code interoperability, using C++.
|
||||
\item 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 Hardened security by studying and implementing BLS signature verification for distributed computing project, using Golang.
|
||||
\item Streamlined deployment of project by using Docker to containerize dependencies for repeatable builds across diverse environments.
|
||||
\item Unified similar codebases by migrating components from one codebase to another for higher code interoperability, using C++.
|
||||
\end{itemize}}
|
||||
\vspace{2.5mm}
|
||||
\WorkEntry
|
||||
|
@ -150,9 +149,9 @@
|
|||
{May 2019 – Aug 2019}
|
||||
{Software Engineering Intern}
|
||||
{\begin{itemize} \itemsep -1pt
|
||||
\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 portable modules.
|
||||
\item {\bf Implemented user-facing features} including likes and comments on posts in social media app, using React Native and Firebase.
|
||||
\item 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 Reduced technical debt in React Native project by combining similar functionality into portable modules.
|
||||
\item 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
|
||||
|
@ -160,8 +159,8 @@
|
|||
{Mar 2018 – Apr 2020}
|
||||
{Full Stack Developer}
|
||||
{\begin{itemize} \itemsep -1pt
|
||||
\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.
|
||||
\item 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 Assisted academic research by tracking usage of learning platform in collaboration with National University of Singapore.
|
||||
\end{itemize}}
|
||||
|
||||
%%% Projects
|
||||
|
@ -173,6 +172,11 @@
|
|||
{Won 1\textsuperscript{st} place in XINO 2018 hackathon. Optimized smartphone UX for visually impaired,
|
||||
using voice commands and live text narration.}
|
||||
\sepspace
|
||||
\ProjectEntry{\href{https://github.com/namansood/cmdmap}{cmdmap}}{}
|
||||
{Node.js}
|
||||
{Node module to map command line programs to a JSON-based interface. Designed an accessible API,
|
||||
managed inter-process communication.}
|
||||
\sepspace
|
||||
%%%
|
||||
\iffalse
|
||||
\ProjectEntry{\href{https://github.com/namansood/watson}{Watson}}{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue