resume: Minor aesthetic changes
This commit is contained in:
parent
4f50d0d7d1
commit
b87d9b013c
2 changed files with 11 additions and 17 deletions
BIN
resume.pdf
BIN
resume.pdf
Binary file not shown.
26
resume.tex
26
resume.tex
|
@ -55,19 +55,13 @@
|
||||||
|
|
||||||
\newcommand{\NewPart}[1]{\section*{\large \uppercase{#1}}\vspace{-1mm}}
|
\newcommand{\NewPart}[1]{\section*{\large \uppercase{#1}}\vspace{-1mm}}
|
||||||
|
|
||||||
\newcommand{\PersonalEntry}[2]{
|
\newcommand{\SkillsEntry}[2]{
|
||||||
\noindent\hangindent=0em\hangafter=0 % Indentation
|
|
||||||
\parbox{\spacebox}{ % Box to align text
|
|
||||||
\textit{#1}} % Entry name (birth, address, etc.)
|
|
||||||
\hspace{2em} #2 \par} % Entry value
|
|
||||||
|
|
||||||
\newcommand{\SkillsEntry}[2]{ % Same as \PersonalEntry
|
|
||||||
\noindent\baselineskip=14pt\hangindent=0em\hangafter=0 % Indentation
|
\noindent\baselineskip=14pt\hangindent=0em\hangafter=0 % Indentation
|
||||||
\parbox{\spacebox}{ % Box to align text
|
\makebox[1.75cm][l]{ % Box to align text
|
||||||
\bf{#1}} % Entry name (birth, address, etc.)
|
\bf{#1}} % Entry name (birth, address, etc.)
|
||||||
\hspace{2em} #2 \par} % Entry value
|
\hspace{2em} #2 \par} % Entry value
|
||||||
|
|
||||||
\newcommand{\AwardsEntry}[2]{ % Same as \PersonalEntry
|
\newcommand{\AwardsEntry}[2]{
|
||||||
\noindent\hangindent=0em\hangafter=0 % Indentation
|
\noindent\hangindent=0em\hangafter=0 % Indentation
|
||||||
\parbox{\spacebox}{ % Box to align text
|
\parbox{\spacebox}{ % Box to align text
|
||||||
\textit{#1}} % Entry name (birth, address, etc.)
|
\textit{#1}} % Entry name (birth, address, etc.)
|
||||||
|
@ -125,7 +119,7 @@
|
||||||
\NewPart{Skills}{}
|
\NewPart{Skills}{}
|
||||||
\normalsize
|
\normalsize
|
||||||
\SkillsEntry{Languages}{JavaScript, Golang, Rust, C, C++, Scala, HTML5, CSS3, Bash, Racket, SQL, Python, PHP}
|
\SkillsEntry{Languages}{JavaScript, Golang, Rust, C, C++, Scala, HTML5, CSS3, Bash, Racket, SQL, Python, PHP}
|
||||||
\SkillsEntry{Technologies}{Node.js, Linux, AWS, React/React Native, MongoDB, SQL, Nginx, Apache, Docker, gRPC, Firebase}
|
\SkillsEntry{Technologies}{Node.js, Linux, React/React Native, Docker, AWS, MongoDB, Nginx, Apache, gRPC, Firebase}
|
||||||
|
|
||||||
%%% Work experience
|
%%% Work experience
|
||||||
%%% ------------------------------------------------------------
|
%%% ------------------------------------------------------------
|
||||||
|
@ -141,7 +135,7 @@
|
||||||
\item Streamlined deployment of project, using Docker images to generate repeatable builds across diverse environments.
|
\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++.
|
\item Unified similar codebases by migrating components to a single project to reduce code duplication, using C++.
|
||||||
\end{itemize}}
|
\end{itemize}}
|
||||||
\vspace{2.5mm}
|
\vspace{1mm}
|
||||||
\WorkEntry
|
\WorkEntry
|
||||||
{Creesync Software}
|
{Creesync Software}
|
||||||
{May 2019 – Aug 2019}
|
{May 2019 – Aug 2019}
|
||||||
|
@ -149,9 +143,9 @@
|
||||||
{\begin{itemize} \itemsep -1pt
|
{\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 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 Reduced technical debt in React Native project by combining similar functionality into portable modules.
|
||||||
\item Implemented user-facing features including likes and comments in social media app, using React Native and Firebase.
|
\item Implemented frontend features including likes and comments in social media app, using React Native and Firebase.
|
||||||
\end{itemize}}
|
\end{itemize}}
|
||||||
\vspace{2.5mm}
|
\vspace{1mm}
|
||||||
\WorkEntry
|
\WorkEntry
|
||||||
{The Girl Code}
|
{The Girl Code}
|
||||||
{Mar 2018 – Apr 2020}
|
{Mar 2018 – Apr 2020}
|
||||||
|
@ -172,8 +166,8 @@ using voice commands and text narration.}
|
||||||
\sepspace
|
\sepspace
|
||||||
\ProjectEntry{\href{https://github.com/namansood/cmdmap}{cmdmap}}{}
|
\ProjectEntry{\href{https://github.com/namansood/cmdmap}{cmdmap}}{}
|
||||||
{Node.js}
|
{Node.js}
|
||||||
{Node module to map command line programs to a JSON interface. Designed developer API to ensure
|
{Node module to map CLI programs to a JSON API. Designed abstraction over standard
|
||||||
security and usability.}
|
library features for improved security.}
|
||||||
\sepspace
|
\sepspace
|
||||||
%%%
|
%%%
|
||||||
\iffalse
|
\iffalse
|
||||||
|
@ -191,7 +185,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}
|
||||||
{Emulator for CHIP-8 microprocessor. Simulated behavior of machine instructions using
|
{Emulator for CHIP-8 microprocessor. Simulated behavior of machine instructions with
|
||||||
Rust, created graphics in framebuffer.}
|
Rust, created graphics in framebuffer.}
|
||||||
%%%
|
%%%
|
||||||
\iffalse
|
\iffalse
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue