summaryrefslogtreecommitdiff
path: root/resume.tex
blob: 8998e1ca3d445d66ee7b421e7006f64de5a50fa4 (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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
\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}{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}

	\maketitle

	\section{Work Experience}

	\subsection{Lifespark Tech, IIT Bombay}
	\hfill
	{\textbf{Mumbai, Maharashtra}}
	\newline
	\textit{Firmware Developer}
	\hfill
	\textit{September 2021 --- Present}

	{\small
		\setlist{label=$\circ$}
		\begin{itemize}[noitemsep]
			\item Posting firmware for other MCU models
			\item Implementation of communication protocol \textbf{(ESPNOW,
					Wi-Fi, MQTT, BLE)}
			\item Implementing cloud technologies using \textbf{AWS}  and
				\textbf{GCP}'s SDK
			\item Research and Development
		\end{itemize}
	}

	\subsection{Sironaaz Lab}
	\hfill
	{\textbf { Calcutta, West Bengal } }
	\newline
	\textit{Embedded Systems Engineer, Intern}
	\hfill
	\textit{August --- 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 UI 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}

	\begin{itemize}
		\setlist{ label=$\bullet$ }
		\itemsep0em
		\item \textbf{Programming Languages}: C, \CPP, Java, \LaTeX, Python,
			shell scripting, SQL
		\item \textbf{Tools}: Git, Docker, ssh, PlatformIO, FreeRTOS, ESP-IDF
		\item \textbf{Platforms}: Linux, BSDs, Windows, RaspberryPi
		\item \textbf{$\mu-$Processors}: ARM STM32, Atmega328p, ESP32
	\end{itemize}

	\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}.

	\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{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:}
	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}