all repos — resume @ c7c99041329d14631a129e31ff3a1a516495a9f9

my résumé

Add DeepSource experience
Anirudh Oppiliappan x@icyphox.sh
Tue, 12 Jan 2021 09:16:29 +0530
commit

c7c99041329d14631a129e31ff3a1a516495a9f9

parent

30ebe8bb97b805244de2e14b1d223aac7974b36f

2 files changed, 23 insertions(+), 21 deletions(-)

jump to
M resume.texresume.tex

@@ -56,11 +56,10 @@ % INTERESTS

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Interests} -\location{\{Info,Op,Nat\}Sec} -\location{Digital Forensics} -\location{Reverse Engineering} +\location{Security} \location{Privacy} \location{Free/Libre Software} +\location{Infrastructure} \sectionsep

@@ -110,23 +109,24 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\section{Experience} -\runsubsection{CometChat} -\descript{Engineering Intern} -\location{July 2020–Present | Bangalore, IN} +\runsubsection{DeepSource} +\descript{Site Reliability Engineer Intern} +\location{January 2021—Present | Bangalore, IN} \vspace{\topsep} % Hacky fix for awkward extra vertical space -\begin{tightemize} -\item Developing infrastructure and platform tooling -\item Working on XMPP over websockets, PaaS solutions using Dokku -\end{tightemize} +%\begin{tightemize} + % work info here +%\end{tightemize} \sectionsep -\runsubsection{Sector443} -\descript{Security Researcher} -\location{September 2018–Present | Chennai, IN} +\runsubsection{CometChat} +\descript{Engineering Intern} +\location{July 2020–December 2020 | Bangalore, IN} +\vspace{\topsep} % Hacky fix for awkward extra vertical space \begin{tightemize} -\item Research in hardware, embedded security and privacy -\item Building open source security tools +\item Developing infrastructure and platform tooling +\item XMPP internals, websockets (RFC7395) +\item Scalable deployments of infrastructure using Docker Swarm and K8s \end{tightemize} \sectionsep

@@ -165,6 +165,13 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\section{PROJECTS} +\runsubsection{shlide} +\descript{Slide deck presentation tool} +\location{Nim} +Plain-text powered, slide deck presentation tool written in pure bash. \\ +\sectionsep + + \runsubsection{icyrc} \descript{IRC client} \location{C, ncurses}

@@ -189,11 +196,6 @@ \location{Nim}

A framework built in the Nim programming language to construct ZSH prompts \sectionsep -\runsubsection{nanoid.nim} -\descript{Unique string ID generator} -\location{Nim} -A secure, URL friendly, unique string ID generator built in Nim -\sectionsep \end{minipage} \end{document} \documentclass[]{article}
M update.shupdate.sh

@@ -1,3 +1,3 @@

#!/usr/bin/env bash -scp resume.pdf fern-remote:~/www/icy/uploads/resume.pdf +scp resume.pdf fern:~/www/icy/uploads/resume.pdf