\documentclass[10pt, letterpaper]{article} % margins \usepackage[letterpaper, margin=0.5in]{geometry} % better CPP style \newcommand{\CPP} {C\nolinebreak[4]\hspace{-.05em}\raisebox{.22ex}{\footnotesize\bf ++}} % file font \usepackage{mdwlist} \usepackage[T1]{fontenc} \usepackage{tgpagella} \usepackage{tgcursor} \usepackage{microtype} % section naming \usepackage{titlesec} \usepackage{titling} % icons \usepackage[fixed]{fontawesome5} \usepackage{blindtext} \usepackage{enumitem} % 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}{0.5em}{1em} \title{R\'esum\'e} \author{Brahmajit Das} \date{} % changing `maketitle` command \renewcommand{\maketitle}{ \begin{center} { \huge \bfseries \theauthor } \vspace{0.25em} \faGlobe \href{https://listout.xyz}{listout.xyz} --- \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} --- \faHome Bangalore, India \end{center} } % no page numbering \pagestyle{empty} \begin{document} \maketitle \section{Work Experience} \subsection{SUSE Linux} \hfill {\textbf{Hybrid}} \newline \textit{Linux developer L3 support} \hfill \textit{June 2023 --- Present} {\small \setlist{label=$\circ$} \begin{itemize}[noitemsep] \item Debug incidents reported by L2 and Premium engineers and perform root cause analysis \item Provide patches and fixes in timely manner and send patches upstream when possible \item Interact and keep-up with international team spread across various time-zones \end{itemize} } \subsection{Google Summer of Code 2023} \hfill {\textbf{Remote}} \newline \textit{Student Developer at Gentoo Linux Foundation} \hfill \textit{June 2023 --- Present} {\small \setlist{label=$\circ$} \begin{itemize}[noitemsep] \item Port packages to C11 standard \item Making sure packages are are C23 proof \item Patching and testing packages for libcxx on llvm profile of Gentoo \end{itemize} } \subsection{Google Summer of Code 2022} \hfill {\textbf{Remote}} \newline \textit{Student Developer at Gentoo Linux Foundation} \hfill \textit{June 2022 --- August 2022} {\small \setlist{label=$\circ$} \begin{itemize}[noitemsep] \item Port GNOME Desktop for musl libc \item Fix other musl related bugs \item Took part in release engineering team with the GRS project \end{itemize} } \subsection{Lifespark Tech, IIT Bombay} \hfill {\textbf{Remote}} \newline \textit{Firmware Developer} \hfill \textit{September 2021 --- May 2023} {\small \setlist{label=$\circ$} \begin{itemize}[noitemsep] \item Primary engineer working on the project WALK \item Implementation of inter-device and device to cloud communication using wireless protocols (WiFi, BLE, MQTT) \item Ensuring firmware security using Secure Boot and encrypted flash storage \item Implementation of backend for remote debugging, deployment and OTA using AWS \end{itemize} } \subsection{Sironaaz Lab} \hfill {\textbf {On site} } \newline \textit{Embedded Systems Engineer, Intern} \hfill \textit{May --- September, 2021} {\small \setlist{label=$\circ$} \begin{itemize}[noitemsep] \item Ported existing system to different processor architecture \item Refactor existing code and implement better communication protocol (SPI and I2C) \item Integrate web UI instance with hardware \end{itemize} } \section{Education} \subsection{Gurudas College} \hfill Kolkata, India \newline \textit{B.Sc. with Honors -- Computer Science; CGPA: 7.493} \hfill \textit{2018 --- 2021} \newline \textit{ \small \textbf{Courses:} Operating Systems, Data Structures, Algorithms Design and Analysis, Databases, Networking, Machine Learning } \section{Core Technical Skills} \subsection{Programming Languages:} C, \CPP, \LaTeX, Python, \subsection{Tools:} Git, GitLab, Docker, GDB, debuginfod \subsection{Platforms:} Linux, BSDs, RaspberryPi %\section{Personal Projects} %\subsection{Driver for MPU6050} %ESP-IDF driver for MPU6050 and similar IMU units, over I2C protocol %\href{https://gitlab.com/listout/mpu6050.git} {Link %to project}. %\subsection{Driver for ICM20948} %ESP-IDF driver for ICM20948 and similar IMU units, over I2C protocol %\href{https://gitlab.com/listout/icm20948_driver.git} {Link %to project}. %\subsection{FreeRTOS on ARM STM32:} %Ported the FreeRTOS to ARM STM32F103 (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} \section{Open Source Contributions} \subsection{Gentoo Linux:} Neovim package maintainer, part of QA Team for GNOME Desktop environment. Provide other minor fixes from time to time. \href{https://github.com/gentoo/gentoo/pulls/listout}{Link to all my contributions} \subsection{Blender:} Patching blender to build on musl libc. \href{ https://github.com/blender/blender/commit/f197b1a1f1bbc0334310fb1c911327246767a1a3}{GitHub commits} \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}. \section{Achievements} \subsection{HacktoberFest 2020:} Among 70,000 participants, 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}