diff options
author | listout <listout@protonmail.com> | 2021-09-13 21:56:43 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-13 21:56:43 +0530 |
commit | f24021ac0a891bb773d366d471713d71d61bdce3 (patch) | |
tree | f9e3c33443863546a1e51ffcf3e7bda34220b34b | |
parent | 4c045d26fbcb105db7c771c26d48ad919b368827 (diff) |
added recent employment history
-rw-r--r-- | resume.pdf | bin | 118563 -> 272551 bytes | |||
-rw-r--r-- | resume.tex | 97 |
2 files changed, 56 insertions, 41 deletions
Binary files differ @@ -1,7 +1,11 @@ -\documentclass[11pt, letterpaper]{article} +\documentclass[10pt, letterpaper]{article} % margins -\usepackage[letterpaper, margin=0.5in]{geometry} +\usepackage[letterpaper, margin=0.7in]{geometry} + +% better CPP style +\newcommand{\CPP} +{C\nolinebreak[4]\hspace{-.05em}\raisebox{.22ex}{\footnotesize\bf ++}} % file font \usepackage[utf8]{inputenc} @@ -17,6 +21,7 @@ % icons \usepackage[fixed]{fontawesome5} \usepackage{blindtext} +\usepackage{enumitem} % hyperref and link colors \usepackage{xcolor} @@ -72,6 +77,44 @@ \maketitle + \section{Work Experience} + + \subsection{Firmware Developer} + \hfill + {\textbf{Mumbai, Maharashtra}} + \newline + \textit{Firmware Developer} + \hfill + \textit{September 2021 --- Present} + + {\small + \setlist{label=$\circ$} + \itemsep0em + \begin{itemize} + \item Develop firmware for custom hardware. + \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} + \itemsep0em + \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} @@ -88,37 +131,17 @@ Design and Analysis, Databases, Networking, Machine Learning } - \section{Work Experience} - - \subsection{Embedded Systems Engineer} - \hfill - Sironaaz Lab --- Calcutta, West Bengal - - {\small - Ported existing system to different processor architecture, - rewriting systems with for newer prototypes with faster communication - protocols, - integrating UI's with existing systems. - } + \section{Core Technical Skills} - \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, - RaspberryPi\\ - \textbf{Micro Processors}: & Atmega328p, ARM STM32 (Cortex M3) - \end{tabular} - \end{table} - \vspace{-1em} + \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 + \item \textbf{Platforms}: Linux, BSDs, Windows, RaspberryPi + \item \textbf{$\mu-$Processors}: ARM STM32, Atmega328p, ESP32 + \end{itemize} \section{Personal Projects} @@ -157,13 +180,6 @@ \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 @@ -174,8 +190,7 @@ to all my contributions.}} \section{Achievements} \subsection{HacktoberFest 2020:} - Was among 70,000 participants. - Was awarded goodies and cash prize. + 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. |