all repos — resume @ e0be80beb76e1460bb35a11d807da004daa2a8e3

my résumé

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
 185
 186
 187
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
% Awesome CV LaTeX Template
%
% This template has been downloaded from:
% https://github.com/posquit0/Awesome-CV
%
% Author:
% Claud D. Park <posquit0.bj@gmail.com>
% http://www.posquit0.com
%
% Template license:
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
%


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%     Configuration
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Themes: Awesome-CV

\documentclass[]{awesome-cv}
\usepackage{textcomp}
\usepackage{multicol}
\usepackage{fontspec}
\setmainfont{Fira Sans}
%%% Override a directory location for fonts(default: 'fonts/')
\fontdir[fonts/]

%%% Configure a directory location for sections
\newcommand*{\sectiondir}{resume/}

%%% Override color
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
%                 awesome-nephritis, awesome-concrete, awesome-darknight
%% Color for highlight
% Define your custom color if you don't like awesome colors
\colorlet{awesome}{awesome-darknight}
%\definecolor{awesome}{HTML}{CA63A8}
%% Colors for text
%\definecolor{darktext}{HTML}{414141}
%\definecolor{text}{HTML}{414141}
%\definecolor{graytext}{HTML}{414141}
%\definecolor{lighttext}{HTML}{414141}

%%% Override a separator for social informations in header(default: ' | ')
%\headersocialsep[\quad\textbar\quad]
    \begin{document}
    
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%     Profile
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{center}
	\headerfirstnamestyle{Anirudh} \headerlastnamestyle{Oppiliappan} \\
	\vspace{2mm}
	{\faEnvelope\ \href{mailto:icyph0x@pm.me}{icyph0x@pm.me}} | {\faMapMarker\ Chennai, IN} | {\faLink\ \urlstyle{same}\url{https://ph0x.me}}
	\begin{center}
		{\faKey\ PGP: FE1B 8FCF E6C1 6222 F157 1C8E 8A93 F96F 78C5 D4C4}
	\end{center} 
\end{center} 
%\cvsection{Summary}
%\begin{center}
%	Information security researcher, Linux enthusiast and open sourcer. 
%	View my projects and code at \urlstyle{same} {\faGithub\ \url{https://github.com/icyphox}}
%\end{center}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%     Education
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cvsection{Education}
\begin{cventries}
	\cventry
	{B.Tech in Computer Science}
	{SRM Institute of Science and Technology}
	{Chennai, IN}
	{July 2017 – Present}
	{}
	\cventry
	{Grade 12}
	{National Public School, HSR}
	{Bangalore, IN}
	{July 2015 – May 2017}
	{}
\end{cventries}

\vspace{-6mm}
\cvsection{Interests}
\vspace{3mm}
	{\begin{cvitems}
		\item {Web and Network Security}
		\item {Digital Forensics}
		\item {Decentralized Networks}
		\item {Systems Adminstration}
		\item {Scripting and Automation}
	\end{cvitems}}

\cvsection{Projects}
\begin{cventries}
	\cventry
	{A simple and minimal static site generator}
	{Vite}
	{Python, Jinja2}
	{github.com/icyphox/vite}
	{}
	
	\vspace{-5mm}
	\cventry
	{A terminal string formatting library for Nim}
	{Fab}
	{Nim}
	{github.com/icyphox/fab}
	{}

	\vspace{-5mm}
	\cventry
	{A decentralized content sharing and aggregation network}
	{Kladi}
	{Python, Flask, MongoDB, Redis, VueJS}
	{github.com/icyphox/kladi}
	{}

	\vspace{-5mm}
	\cventry
	{A federated and versioned social network, that uses Git under the hood}
	{GitSocial}
	{Python, Flask, Redis}
	{github.com/icyphox/gitsocial-instance}
	{}

	\vspace{-5mm}
	\cventry
	{A basic implementation of Git in the Nim programming language}  
	{Nit}
	{Nim}
	{github.com/icyphox/nit}
	{}
	
	\vspace{-5mm}

\end{cventries}

\cvsection{Skills}
\begin{cventries}
	\cventry
	{}
	{\def\arraystretch{1.15}{\begin{tabular}{ l l }
		Programming Languages:  & {\skill{ Python, Shell, Nim, C, JS, PHP, HTML/CSS}} \\
		Web Frameworks:  & {\skill{ Flask, Angular2, Hugo, Bootstrap, Materialize/MDL}} \\
		Security: & {\skill{ Vulnerability Assessment, Web Security, Penetration Testing, Networking}} \\
		Forensics: & {\skill{ Filesystems, Data Recovery}} \\
		SysAdmin/DevOps:  & {\skill{ Unix tools/CLI, AWS, Digital Ocean, Git, TravisCI}} \\
		\end{tabular}}}
	{}
	{}
	{}
\end{cventries}

\vspace{-10mm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%     Experience
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cvsection{Experience}
\begin{cventries}
	\cventry
	{Web Security Intern}
	{Sensei Technologies}
	{Bangalore, IN}
	{May 2018 - Present}
	{\begin{cvitems}
		\item {Web application security and vulnerability assesment}
		\item {Automation of security testing by implementing CI integrations}
		\item {Suggesting and implementing devsecops}
		\item {Providing long-term solutions for mitigation of security threats}
	\end{cvitems}}
	\cventry
	{Cybersecurity, Web Development}
	{WebArch}
	{Chennai, IN}
	{September 2017 – March 2018}
	{\begin{cvitems}
		\item {Web application pentesting and vulnerability assesment}
		\item {Linux server adminstration, devops}
		\item {Creating organization security policies}
		\item {Frontend and backend web development in Angular2}
		\item {Hosting and managing services}
	\end{cvitems}}
\end{cventries}
\end{document}