\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{April 27, 2025} \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 Student} \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{Key Projects} \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 churned them into web pages.} \event{2024}{BITS24 Website}{bits24.onrender.com} {Web}{github.com/vtc-tech/vtc-tech.github.io} {Was involved in 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 the Rasberry PI device. \item[Scripting ] I have done a lot of scripting for automating my desktop workflow and interacting with web services. \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} \faGlobe & \href{https://vikas.rocks}{vikas.rocks} \\ \faCodeFork & \href{https://git.vikas.rocks}{git.vikas.rocks} \\ \faEnvelope & \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} I have spend a lot of time in my university learning about Computer Systems and their various components. I love algorithms and I am looking forward to solve problems that development teams face on a day to day basis. \end{metasection} \begin{metasection}{Work Flow} \fontsize{1em}{20pt}\selectfont \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} clr} \faLinux & \textbf{Arch Linux} & (OS) \\ \faCode & \textbf{Neovim} & (IDE) \\ \faDotCircleO & \textbf{Zsh} & (Shell) \\ \faCodeFork & \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 & Curl \\ KVM & Docker & Gitea \\ Nginx & Hugo & Supabase \\ \end{tabularx} \end{metasection} \begin{center} \href{https://vikas.rocks}{\includegraphics{qr.png}} \end{center} \end{minipage} \end{document}