aboutsummaryrefslogtreecommitdiff
path: root/resume.tex
blob: fb0c00ea90520bbb0fef8a0081d726507afbe1a7 (plain)
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
\documentclass[12pt]{article}

\usepackage[margin=0.4in]{geometry}
\usepackage[T1]{fontenc}
\usepackage{titlesec}
\usepackage{titling}
\usepackage{fontawesome}
\usepackage{hyperref}
\usepackage{tabularx}
\usepackage{graphicx}
\usepackage[svgnames]{xcolor,colortbl}
% \usepackage[sfdefault]{FiraSans}
\usepackage{libertine}
\usepackage{enumitem}

\pagenumbering{gobble}

\definecolor{titlecolor}{HTML}{005577}
% \definecolor{titlecolor}{HTML}{ff5500}
\definecolor{primary}{HTML}{303070}
\definecolor{secondry}{HTML}{333333}
\definecolor{accent}{HTML}{207090}

\titleformat{\section}
{\Large\bfseries\scshape\color{primary}}
{}
{0em}
{}[\titlerule]

\renewcommand\descriptionlabel[1]{\color{black}\bfseries#1}

\newcommand\thead{}
\newcommand\topic[1]{\hspace{-0.5cm}\large{\bfseries #1 -- }}

\newcommand{\organization}[4]{
	\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}lr}
		\textbf{\color{accent}\large #1} & \textcolor{secondry}{#2} \\
		\textit{#3} & \textit{\textcolor{secondry}{#4}} \\
	\end{tabular*}
}

\newcommand{\event}[6]{
	\begin{minipage}[t]{0.1\textwidth}
		\textbf{\large#1}
	\end{minipage}
	\hfill\vrule\hfill
	\begin{minipage}[t]{0.8\textwidth}
		\textbf{\color{accent}\large\href{https://#3}{#2}} \hfill\href{https://#5}{\color{accent}\bfseries(#4)} \\
		\textcolor{secondry}{#6}
		\vspace{0.5cm}
	\end{minipage} \\
}

\newenvironment{metasection}[1]{
	\color{primary} \begin{center} \large\bfseries\textsc{#1} \end{center}
	\color{secondry} \hrule\vspace{0.25cm}
}{\vspace{0.8cm}}

\newcolumntype{a}{>{\bfseries}l}

\title{R\'esum\'e}
\author{Vikas Kushwaha}
\date{December 11, 2024}


\begin{document}

\begin{minipage}[t]{.60\textwidth}

	\textbf{\color{titlecolor}\Huge\href{https://vikas.rocks}{\theauthor}} \hfill
	\textbf{\color{black!50}\Large\thetitle} \\ \\
	\textbf{\color{black!70}\large Full Stack Developer} \hfill
	\textbf{\color{black!50}\large\thedate}
	\vspace{0.5cm}


	\section{Education}
	\organization
	{\href{https://avc.ac.in}{Annasaheb Vartak College}}{Vasai West, Mumbai}
	{B.Sc. Computer Science (ongoing)}{2022 -- 2025}


	\section{Experience}
	\event{2023}{My Personal Website}{vikas.rocks}
		{Hugo}{vikas.rocks}
		{Hosting some studying material for B.Sc Computer Science students.}
	\event{}{Scraping Exam Results}{vikas.rocks/results}
		{AWK}{git.vikas.rocks/vartak-bin}
		{Scraped my exam result's PDF(s), extracted student's data and turned them into web pages.}
	\event{2024}{BITS24 Website}{bits24.onrender.com}
		{Web}{github.com/vtc-tech/vtc-tech.github.io}
		{Worked on organizing a Techfest event in our college whose website was build by me and my team.}
	\event{}{Cloud Maker Project}{git.vikas.rocks/cloud-maker/about}
		{Go}{git.vikas.rocks/cloud-maker/tree}
		{IOT application for my semester 5 project whose documentation was done in LaTeX.}


	\vspace{-0.3cm}
	\section{Skills}
	\color{secondry}
	\begin{description}
		\item[Web ] I have build various statics as well as dynamic sites using technologies like Nginx, Python+Flask, Go, etc.
		\item[IOT ] I personally own and have worked with electronics like Rasberry PI, Arduino Board and some sensors.
		\item[Linux ] I have used many distributions including Debian which I use on my VPS and my Rasberry PI device.
		\item[Scripting ] I have done more scripting than programming.
	\end{description}


	\section{Languages}
	\color{secondry}
	\begin{tabular}{l a a a a}
		\thead{Front End} & HTML & CSS & JS & \\
		\thead{Back End} & Golang & Python & Bash & \\
		\thead{Database} & MySQL & Oracle & MongoDB & \\
		\thead{Other} & \LaTeX & AWK & R & \\
	\end{tabular}


\end{minipage}
\hfill\vrule\hfill
\begin{minipage}[t]{.30\textwidth}

	\begin{metasection}{Contact}
		\fontsize{1em}{20pt}\selectfont
		\color{accent}\bfseries
		\begin{tabular}{c l}
			\faMousePointer & \href{https://vikas.rocks}{vikas.rocks} \\
			\faGit & \href{https://git.vikas.rocks}{git.vikas.rocks} \\
			\faAt & \href{mailto:contact@vikas.rocks}{contact@vikas.rocks} \\
			\faPhone & \href{tel:+917498130570}{+91 7498 130570} \\
			\faMapMarker & Vasai, Mumbai \\
		\end{tabular}
	\end{metasection}

	\begin{metasection}{About Me}
		A programmer who is fanatic about writing efficient code and designing robust systems. I take great care when developing my software because software should be simple, secure and stable.
	\end{metasection}

	\begin{metasection}{Work Flow}
		\fontsize{1em}{20pt}\selectfont
		\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} clr}
			\faLinux & \textbf{Arch Linux} & (OS) \\
			\faPencil & \textbf{Neovim} & (IDE) \\
			\faCode & \textbf{Zsh} & (Shell) \\
			\faGit & \textbf{Git} & (VCS) \\
		\end{tabular*}
	\end{metasection}

	\begin{metasection}{Tools \& Tech}
		\fontsize{1em}{20pt}\selectfont
		\bfseries\color{secondry}
		\begin{tabularx}{\textwidth}{X X X}
			SSH & Tmux & CGit \\
			Cmd & Curl & Hugo \\
			KVM & Nginx & Docker \\
		\end{tabularx}
	\end{metasection}

	\begin{center}
		\href{https://vikas.rocks}{\includegraphics{qr.png}}
	\end{center}

\end{minipage}

\end{document}