\documentclass[11pt]{article} % margins \usepackage[margin=0.5in]{geometry} % file font \usepackage{palatino} %\usepackage{inconsolata} % section naming \usepackage{titlesec} \usepackage{titling} % icons \usepackage[fixed]{fontawesome5} \usepackage{blindtext} % hyperref and link colors \usepackage{xcolor} \usepackage{hyperref} \titleformat{\section} {\Large \bfseries} {} {0.5em} {}[\titlerule] \titleformat{\subsection}[runin] {\bfseries} {} {0em} {$\bullet$ } \titlespacing{\subsection} {0em}{0.5em}{1em} \titlespacing{\section} {0em}{1em}{1em} \title{R\'esum\'e} \author{Brahmajit Das} \date{} % changing `maketitle` command \renewcommand{\maketitle}{ \begin{center} { \huge \bfseries \theauthor } \vspace{0.25em} \faEnvelope \href{mailto:brahmajit.xyz@gmail.com}{brahmajit.xyz@gmail.com} --- \faGitlab \href{https://gitlab.com/listout}{listout} --- \faGithub \href{https://github.com/listout/}{listout} --- \faLinkedin \href{https://www.linkedin.com/in/brahmajit-xyz}{brahmajit} \end{center} } % no page numbering \pagestyle{empty} \begin{document} % spacing between words \newdimen\origiwspc% \newdimen\origiwstr% \origiwspc=\fontdimen2\font % original inter word space \origiwstr=\fontdimen3\font % original inter word stretch \fontdimen2\font=0.5em %0.5em spacing between spaces \maketitle \section{Education} \subsection{Gurudas College} \hfill Kolkata, India \newline \textit{B.Sc. with Honors -- Computer Science; last SGPA: 9.01} \hfill \textit{2018 -- 2021 \textit{Exp.} } \newline \textit{ \small \textbf{Courses:} Operating Systems, Data Structures, Algorithms Design and Analysis, Databases, Networking, Machine Learning } \section{Skills Summary} \setlength{\tabcolsep}{1.5em} \renewcommand{\arraystretch}{1.3} %\vspace{-1em} \begin{table}[h!] \begin{tabular}{@{}ll} \textbf{Programming Languages}: & C, C++, Python, JAVA, Bash, SQL, PHP\\ \textbf{Tools}: & Git, Docker, MySQL, SSH, PlatformIO, \LaTeX, FreeRTOS \\ \textbf{Frameworks}: & OpenCV, Tensorflow, Keras, NumPy\\ \textbf{Platforms}: & Linux, BSDs, Windows, Arduino, STM32 Cube, Google Colaboratory\\ \textbf{Micro Processors}: & Atmega328p, ARM STM32 (Cortex M3) \end{tabular} \end{table} %\vspace{-1em} \section{Personal Projects} \subsection{Interfacing with sonar module using Atmega328p:} Using \textit{AVR C} and \textbf{Atmega328p} to interface with \textbf{HC-SR04} (sonar module). \textbf{UART} was used as the communication protocol. \href{https://gitlab.com/listout/avr_programming/-/tree/sonar_module} {Link to project}. \subsection{FreeRTOS on ARM STM32F103:} Ported the FreeRTOS to ARM STM32F103C8T6 (Cortex M3), known as \textbf{Bluepill}. Then used to generate a PWM with Timer 2 as test case. \href{https://gitlab.com/listout/arm_programming/-/tree/pwm}{Link to project} \subsection{My Compiler Writing Journey:} Writing a C compiler from scratch, using the \textbf{acwj} as the base starting point. \href{https://gitlab.com/listout/mcwj.git}{Link to project}. \subsection{Brain Tumor Detection:} Using image classification algorithms (\textbf{CNN}, \textbf{VGG 16} and \textbf{ResNet 50}) to predict the presence of tumorous cells. Achieved up to \textbf{98\%} accuracy. \href{https://raw.githubusercontent.com/listout/project_paper/paper/paper.pdf} { \textit{(Project paper)} } \subsection{Python Path Visualizer:} A \textit{path visualizer} program written in \textbf{Pygame}. User can set start-end point and obstacle. \textbf{BFS} and \textbf{DFS} was used as the algorithms of choice. \href{https://github.com/listout/python_pathvisualizer.git}{Link to project}. \section{Open Source Contributions} \subsection{Gitlab Shell} Changed the default logging format to \textbf{JSON} from plain text, was part of the \textbf{14.1 release}. GitLab Shell handles git \textbf{SSH sessions for GitLab} and modifies the list of authorized keys. \href{https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/476}{Merge Request 467}. \subsection{Gitlab Runner} Updated test case names for \texttt{TestBuildJobStatusEnvVars}. GitLab Runner is the open source project that is used to run CI/CD jobs and send the results back to GitLab. \href{https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/2907} {Merge Request 2907} \subsection{DevOps Guide} Contributed to \textbf{several chapters} of this popular DevOps guide (\textbf{3.8k stars}), including chapters for Virtual Machines, Linux commands and tools for DevOps and Firewall. \href{https://github.com/Tikam02/DevOps-Guide/pulls?q=is%3Apr+is%3Aclosed+author%3Alistout}{\textit{Link to all my contributions.}} \section{Achievements} \subsection{HacktoberFest 2020:} Was among 70,000 participants. Was awarded goodies and cash prize. \subsection{College Seminar:} First position in college seminar. Using Arduino and HC SR04 module, created a sonar with GUI feedback. \end{document}