resume.tex (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 |
\documentclass[]{config} \usepackage{fancyhdr} \pagestyle{fancy} \fancyhf{} \begin{document} \namesection{Anirudh}{Oppiliappan}{ \urlstyle{same}\href{https://icyphox.sh}{icyphox.sh} | \href{mailto:anirudh@oppiliappan.com}{anirudh@oppiliappan.com} | Helsinki, Finland } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % COLUMN ONE % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{minipage}[t]{0.33\textwidth} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % EDUCATION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Education} \subsection{SRM IST} \descript{B.Tech in Computer Science} \location{July 2017–2021 | Chennai, IN} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % LINKS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\vspace{4mm} % Hacky fix for awkward extra vertical space \section{Links} GitHub/\href{https://github.com/icyphox}{\bf icyphox} \\ LinkedIn/\href{https://www.linkedin.com/in/icyphox}{\bf icyphox} \\ \vspace{2mm} % Hacky fix for awkward extra vertical space %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % INTERESTS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Interests} \location{Distributed Systems} \location{Infrastructure} \location{Observability} \location{Cloud-native Security} \sectionsep \vspace{2mm} % Hacky fix for awkward extra vertical space %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % SKILLS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Skills} \subsection{Programming} Python \textbullet{} C \textbullet{} Nim \textbullet{} Shell \\ \textbullet{} Go \textbullet{} Lua \sectionsep \subsection{Security} Metasploit \textbullet{} Burp Suite \textbullet{} radare2 \textbullet{} gdb \sectionsep \subsection{Infrastructure} Kubernetes (GKE, bare metal) \textbullet{} Hashicorp Vault \\ \textbullet{} Prometheus \textbullet{} Falco \\ \textbullet{} Helm \textbullet{} OpenTelemetry \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % TALKS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\vspace{4mm} % Hacky fix for awkward extra vertical space \section{Disclosures} {\bf\location{CVE-2019-13143}} — FB50 Smart Lock \vspace{4mm} % Hacky fix for awkward extra vertical space \section{Talks} {\bf\location{Cyware 2019}} — Intro to RE \\ {\bf\location{PyCon India 2019}} — "Smart lock? Nah dude." %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % COLUMN TWO % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{minipage} \hfill \begin{minipage}[t]{0.66\textwidth} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % EXPERIENCE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Experience} \vspace{\topsep} % Hacky fix for awkward extra vertical space \runsubsection{UpCloud} \descript{Kubernetes Engineer} \location{January 2023-Present | Helsinki, FI} \vspace{\topsep} % Hacky fix for awkward extra vertical space \vspace{\topsep} % Hacky fix for awkward extra vertical space \begin{tightemize} \item End-to-end observability and logging pipelines \item Internal tooling and in-house Kubernetes operators (Go) \item Controller for running multi-tenant K8s control planes as pods (Go, Cluster API) \item Tech: Kubernetes (Cluster API), kubebuilder, Prometheus, Vector, Grafana \end{tightemize} \sectionsep \runsubsection{Ory} \descript{Site Reliability Engineer} \location{January 2022-December 2022} \vspace{\topsep} % Hacky fix for awkward extra vertical space \begin{tightemize} \item Centralized tracing infrastructure using OpenTelemetry, Grafana Tempo \item Centralized multi-cluster logging using Loki \item Edge caching of latency critical endpoints using Cloudflare Workers \item Open source contributions to all major Ory projects (Go) \end{tightemize} \sectionsep \runsubsection{DeepSource} \descript{Site Reliability Engineer} \location{January 2021–December 2021 | Bangalore, IN} \vspace{\topsep} % Hacky fix for awkward extra vertical space \begin{tightemize} \item Setting up an event driven observability pipeline \item Internal security tooling and practices (SOC2) \item Kubernetes cluster maintenance and hardening \item Tech: Kafka, Telegraf, InfluxDB, K8s, Tailscale, Prometheus, Falco, etc. \end{tightemize} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % PROJECTS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{PROJECTS} \runsubsection{legit} \descript{Web frontend for Git} \location{Go} A web frontend for git, written in Go. \sectionsep \runsubsection{shlide} \descript{Slide deck presentation tool} \location{Bash} Plain-text powered, slide deck presentation tool written in pure bash. \\ \sectionsep \runsubsection{janny} \descript{Kubernetes resource cleaner} \location{Python} Clean up Kubernetes resources after a set TTL. \\ \sectionsep \runsubsection{forlater.email} \descript{Email-based bookmarking service} \location{Go} An email-based bookmarking service using OpenSMTPD and Go. \\ \sectionsep \runsubsection{vite} \descript{Minimal static site generator} \location{Go} A simple tool to rapidly generate static websites using only Markdown. \\ \sectionsep \end{minipage} \end{document} \documentclass[]{article} |