resume: csc changes
Signed-off-by: Naman Sood <naman.sood@data.world>
This commit is contained in:
parent
a8f76360f3
commit
183b14a6d4
3 changed files with 40 additions and 33 deletions
BIN
resume.pdf
BIN
resume.pdf
Binary file not shown.
24
resume.sty
24
resume.sty
|
@ -24,6 +24,8 @@
|
|||
\usepackage{hyperref}
|
||||
\usepackage{enumitem}
|
||||
\usepackage{sectsty}
|
||||
\usepackage{fontawesome}
|
||||
\usepackage{xcolor}
|
||||
|
||||
% using arbitrary fonts requires XeLaTeX, but that is
|
||||
% incompatible with the ATS hack below. uncomment with
|
||||
|
@ -35,6 +37,8 @@
|
|||
\input{glyphtounicode}
|
||||
\pdfgentounicode=1
|
||||
|
||||
\newcommand{\linkIcon}{{\footnotesize \faExternalLink}}
|
||||
|
||||
\newcommand{\MyName}[1]{ % Name
|
||||
\Huge
|
||||
\usefont{OT1}{phv}{b}{n}
|
||||
|
@ -51,9 +55,10 @@
|
|||
|
||||
\newcommand{\EducationEntry}[4]{
|
||||
\noindent \textbf{\large #1} \hfill % School
|
||||
\smash{\colorbox{Black}{%
|
||||
{%
|
||||
\hfill\color{White}\strut ~#2~}}} \par % Duration
|
||||
%\smash{\colorbox{Black}{%
|
||||
% {%
|
||||
% \hfill\color{White}\strut ~#2~}}} \par % Duration
|
||||
#2 \par
|
||||
\vspace{0.5mm}
|
||||
\noindent \textit{#3} \par % Degree
|
||||
\noindent\hangindent=0em\hangafter=0 #4 % Description
|
||||
|
@ -61,16 +66,19 @@
|
|||
|
||||
\newcommand{\WorkEntry}[4]{ % Same as \EducationEntry
|
||||
\noindent \textbf{\large#1} \hfill % Company
|
||||
\smash{\colorbox{Black}{%
|
||||
{%
|
||||
\hfill\color{White}\strut ~#2~}}} \par % Duration
|
||||
%\smash{\colorbox{Black}{%
|
||||
% {%
|
||||
% \hfill\color{White}\strut ~#2~}}} \par % Duration
|
||||
#2 \par
|
||||
\vspace{0.5mm}
|
||||
\noindent \textit{#3} \par % Job title
|
||||
\vspace{-0.5mm}
|
||||
\noindent\hangindent=2em\hangafter=0 #4 % Description
|
||||
\par}
|
||||
\par
|
||||
\vspace{0.5mm}}
|
||||
|
||||
\newcommand{\ProjectEntry}[4]{ % Similar to \EducationEntry
|
||||
\noindent {\large \textbf{#1} (\underline{\href{#2}{link}})} \noindent \textit{#3} \par
|
||||
\noindent \href{#2}{{\large \textbf{#1}} \linkIcon} \noindent \textit{#3} \par
|
||||
\vspace{0.5mm}
|
||||
\noindent #4 % Description
|
||||
\par}
|
||||
|
|
49
resume.tex
49
resume.tex
|
@ -25,6 +25,20 @@
|
|||
\href{https://github.com/tendstofortytwo}{github.com/tendstofortytwo}
|
||||
\hfill}
|
||||
|
||||
%%% Education
|
||||
%%% ------------------------------------------------------------
|
||||
\NewPart{Education}{}
|
||||
\EducationEntry
|
||||
{University of Waterloo}
|
||||
{Sep 2019 -- Apr 2024}
|
||||
{Bachelor of Computer Science -- 3.92 GPA}
|
||||
{\begin{itemize} \itemsep -1pt
|
||||
% \item {\bf Awards and Honors:} \$15,000 Computer Science Upper Year Scholarship, Dean's Honors List
|
||||
% \item {\bf Mentor, StarterHacks 2020:} Provided technical and design advice in Canada's largest beginner-focused hackathon.
|
||||
% \item {\bf Editor, mathNEWS:} Provide news and recreation to student body via student publication of the Faculty of Mathematics.
|
||||
\item {\bf Relevant Coursework:} Operating Systems, Applied Cryptography, Data Structures \& Algorithms
|
||||
\end{itemize}}
|
||||
|
||||
%%% Skills
|
||||
%%% ------------------------------------------------------------
|
||||
\NewPart{Skills}{}
|
||||
|
@ -40,12 +54,12 @@
|
|||
\WorkEntry
|
||||
{data.world}
|
||||
{May 2022 -- Present}
|
||||
{Software Engineering Intern -- Austin, TX}
|
||||
{}
|
||||
{Software Engineering Intern \hfill Austin, TX}
|
||||
{\vspace{0.1mm}}
|
||||
\WorkEntry
|
||||
{Carta}
|
||||
{Sep 2021 -- Dec 2021}
|
||||
{Software Engineering Intern, Infrastructure -- Kitchener, ON}
|
||||
{Software Engineering Intern, Infrastructure \hfill Kitchener, ON}
|
||||
{
|
||||
\begin{itemize} \itemsep -1pt
|
||||
\item Designed distributed gRPC logging system using Apache Fluent for \textbf{scalable auditing and compliance} across organization.
|
||||
|
@ -61,13 +75,13 @@ Made Tailscale ready for the cloud, by creating features that allowed it to run
|
|||
\WorkEntry
|
||||
{Tailscale}
|
||||
{Jan 2021 -- Apr 2021}
|
||||
{Software Engineering Intern -- Toronto, ON}
|
||||
{Software Engineering Intern \hfill Toronto, ON}
|
||||
{\begin{itemize} \itemsep -1pt
|
||||
\item \textbf{Introduced cloud/serverless support} by providing userspace TCP/IP emulation for LXC containers, using Google gVisor.
|
||||
\item \textbf{Introduced cloud/serverless support} by emulating TCP/IP stack in userspace for Docker containers, using Google gVisor.
|
||||
\item Enabled standardized communication using SOCKS5 protocol over Tailscale VPN by implementing proxy server in Go.
|
||||
\item \textbf{Simplified deployments in cloud environments} by creating single-session authentication keys with auto-cleanup.
|
||||
\item Enabled clients to \textbf{secure CI/CD pipelines} by creating a GitHub Action (\underline{\href{https://github.com/tailscale/github-action}{link}}) that allows workflows to use Tailscale VPN. % can say CI/CD here
|
||||
\item Expanded outreach within the technical community by writing long-form content for corporate blog (\underline{\href{https://tailscale.com/blog/2021-05-github-actions-and-tailscale/}{link}}).
|
||||
\item Developed a \href{https://github.com/tailscale/github-action}{GitHub Action \linkIcon} for end-users that allows \textbf{plug-and-play security} for CI/CD pipelines.
|
||||
\item Expanded outreach within the technical community by writing \href{https://tailscale.com/blog/2021-05-github-actions-and-tailscale/}{long-form content for corporate blog \linkIcon}.
|
||||
\end{itemize}}
|
||||
\iffalse
|
||||
% long form description for job applications
|
||||
|
@ -76,7 +90,7 @@ Accelerated research in the field of Byzantine fault tolerant distributed comput
|
|||
\WorkEntry
|
||||
{University of Waterloo}
|
||||
{May 2020 -- Aug 2020}
|
||||
{Research Associate -- Waterloo, ON}
|
||||
{Research Associate \hfill Waterloo, ON}
|
||||
{\begin{itemize} \itemsep -1pt
|
||||
\item Optimized Go consensus system to \textbf{3x throughput} by increasing maximum transaction count sent in each message.
|
||||
\item Streamlined deployment of project by using Docker images to generate repeatable builds across diverse environments.
|
||||
|
@ -90,7 +104,7 @@ Designed and build native apps for professional photographers to deliver photos
|
|||
\WorkEntry
|
||||
{Creesync Software}
|
||||
{May 2019 -- Aug 2019}
|
||||
{Software Engineering Intern -- New Delhi, India}
|
||||
{Software Engineering Intern \hfill New Delhi, India}
|
||||
{\begin{itemize} \itemsep -1pt
|
||||
\item Simplified distribution of professionally clicked photos by building Electron and React Native apps.
|
||||
\item Designed and deployed API to upload and preview photos in low-bandwidth situations using NodeJS and AWS S3.
|
||||
|
@ -98,7 +112,7 @@ Designed and build native apps for professional photographers to deliver photos
|
|||
\WorkEntry
|
||||
{The Girl Code}
|
||||
{Mar 2018 -- Apr 2020}
|
||||
{Volunteer Full Stack Developer -- New Delhi, India}
|
||||
{Volunteer Full Stack Developer \hfill New Delhi, India}
|
||||
{\begin{itemize} \itemsep -1pt
|
||||
\item Developed online platform to interactively teach programming in \textbf{10+ workshops across 3 countries} using NodeJS.
|
||||
\end{itemize}}
|
||||
|
@ -126,21 +140,6 @@ paging, while balancing performance and maintainability.}
|
|||
{NodeJS}
|
||||
{Node module to map CLI programs to a JSON API. Designed abstraction over standard
|
||||
library features for improved security.}
|
||||
\vspace{1mm}
|
||||
|
||||
%%% Education
|
||||
%%% ------------------------------------------------------------
|
||||
\NewPart{Education}{}
|
||||
\EducationEntry
|
||||
{University of Waterloo}
|
||||
{Sep 2019 -- Apr 2024}
|
||||
{Bachelor of Computer Science -- 3.92 GPA}
|
||||
{\begin{itemize} \itemsep -1pt
|
||||
% \item {\bf Awards and Honors:} \$15,000 Computer Science Upper Year Scholarship, Dean's Honors List
|
||||
% \item {\bf Mentor, StarterHacks 2020:} Provided technical and design advice in Canada's largest beginner-focused hackathon.
|
||||
% \item {\bf Editor, mathNEWS:} Provide news and recreation to student body via student publication of the Faculty of Mathematics.
|
||||
\item {\bf Relevant Coursework:} Operating Systems, Applied Cryptography, Principles of Programming Languages
|
||||
\end{itemize}}
|
||||
\vspace{-2mm}
|
||||
|
||||
\end{document}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue