Make resume less wide
This commit is contained in:
parent
1f04006b4b
commit
b32652a6fe
2 changed files with 14 additions and 14 deletions
BIN
resume.pdf
BIN
resume.pdf
Binary file not shown.
28
resume.tex
28
resume.tex
|
@ -5,7 +5,7 @@
|
|||
\usepackage{lmodern}
|
||||
\usepackage[protrusion=true,expansion=true]{microtype}
|
||||
\usepackage[svgnames]{xcolor} % Colours by their 'svgnames'
|
||||
\usepackage[margin=0.33in,top=0.4in]{geometry}
|
||||
\usepackage[margin=0.75in,top=0.3in,bottom=0.3in]{geometry}
|
||||
\usepackage{url}
|
||||
\usepackage{lmodern} % Allow arbitrary font sizes
|
||||
\usepackage{textcomp}
|
||||
|
@ -138,10 +138,10 @@
|
|||
{May 2020 – Aug 2020}
|
||||
{Research Associate, Sirius Blockchain Research Group}
|
||||
{\begin{itemize} \itemsep -1pt
|
||||
\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++.
|
||||
\item Assisted 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 enforcing BLS signature verification for distributed computing system in Golang.
|
||||
\item Streamlined deployment of project, using Docker images to generate repeatable builds across diverse environments.
|
||||
\item Unified similar codebases by migrating components to a single project to reduce code duplication, using C++.
|
||||
\end{itemize}}
|
||||
\vspace{2.5mm}
|
||||
\WorkEntry
|
||||
|
@ -151,7 +151,7 @@
|
|||
{\begin{itemize} \itemsep -1pt
|
||||
\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.
|
||||
\item Implemented user-facing features including likes and comments in social media app, using React Native and Firebase.
|
||||
\end{itemize}}
|
||||
\vspace{2.5mm}
|
||||
\WorkEntry
|
||||
|
@ -160,7 +160,7 @@
|
|||
{Full Stack Developer}
|
||||
{\begin{itemize} \itemsep -1pt
|
||||
\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.
|
||||
\item Assisted research by tracking usage of learning platform to collect data for National University of Singapore study.
|
||||
\end{itemize}}
|
||||
|
||||
%%% Projects
|
||||
|
@ -169,13 +169,13 @@
|
|||
\normalsize
|
||||
\ProjectEntry{Vibgyor}{}
|
||||
{JavaScript, Apache Cordova}
|
||||
{Won 1\textsuperscript{st} place in XINO 2018 hackathon. Optimized smartphone UX for visually impaired,
|
||||
using voice commands and live text narration.}
|
||||
{Won 1\textsuperscript{st} place in XINO 2018 hackathon. Optimized phone UX for visually impaired
|
||||
using voice commands and 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.}
|
||||
{Node module to map command line programs to a JSON interface. Designed developer API to ensure
|
||||
security and usability.}
|
||||
\sepspace
|
||||
%%%
|
||||
\iffalse
|
||||
|
@ -188,13 +188,13 @@ and `pinboards' to save search results.}
|
|||
%%%
|
||||
\ProjectEntry{\href{https://github.com/namansood/tsh}{Turtle Shell}}{}
|
||||
{C, POSIX APIs}
|
||||
{Shell for Unix-like operating systems in C. Learned dynamic memory management, process management,
|
||||
{Shell for Unix operating systems in C. Learned memory management, process management,
|
||||
and usage of POSIX interfaces. }
|
||||
\sepspace
|
||||
\ProjectEntry{\href{https://github.com/namansood/chip8-rust}{CHIP8-rust}}{}
|
||||
{Rust}
|
||||
{Emulator for CHIP-8 microprocessor. Learned Rust,
|
||||
emulated behavior of machine instructions, and created graphics in a framebuffer.}
|
||||
{Emulator for CHIP-8 microprocessor. Simulated behavior of machine instructions using
|
||||
Rust, created graphics in framebuffer.}
|
||||
%%%
|
||||
\iffalse
|
||||
%%% Awards
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue