-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.tex
152 lines (123 loc) · 5.11 KB
/
cv.tex
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
%-------------------------
% Resume in Latex
% Author : Sourabh Bajaj
% Website: https://github.com/sb2nov/resume
% License : MIT
%------------------------
\documentclass[letterpaper,11pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[pdftex]{hyperref}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.375in}
\addtolength{\evensidemargin}{-0.375in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
%-------------------------
% Custom commands
\newcommand{\resumeItem}[2]{
\item\small{
\textbf{#1}{: #2 \vspace{-2pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-1pt}\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-5pt}
}
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}
\renewcommand{\labelitemii}{$\circ$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
%-------------------------------------------
%%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%----------HEADING-----------------
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{\href{https://github.com/marcelhfm}{\Large Marcel Hofmann}} & Email : \href{mailto:[email protected]}{[email protected]}\\
\href{https://github.com/marcelhfm}{https://github.com/marcelhfm} & Mobile : +4917660335763 \\
\end{tabular*}
%-----------EDUCATION-----------------
\section{Education}
\resumeSubHeadingListStart
\resumeSubheading
{University of applied sciences Munich}{München, Germany}
{Bachelor of Science in Business Informatics; current GPA: 1.4}{2020 -- 2024}
\resumeSubheading
{University of Halmstad}{Halmstad, Sweden}
{ERASMUS Semester Abroad}{2023}
\resumeSubheading
{Josef Effner-Gymnasium Dachau}{Dachau, Germany}
{A-Levels (Abitur); GPA: 1.8}{2012-2020}
\resumeSubHeadingListEnd
%-----------EXPERIENCE-----------------
\section{Experience}
\resumeSubHeadingListStart
\resumeSubheading
{Codestryke}{München, Germany}
{Full Stack Engineer}{2022 - present}
\resumeItemListStart
\resumeItem{Lead Backend Developer for an insurance based IoT-Platform}
{Responsibility for highly scalable IoT data ingestion, preprocessing and analysis. Developing a rule engine for real-time event generation and alerting. Automated E2E and load testing using Azure DevOps Pipelines. Deployment on Azure using k8s and Azure Functions. (MQTT, REST, GraphQl, Node, Typescript)}
\resumeItem{Lead Full Stack Developer for an IoT-Monitoring Dashboard}
{Real-time monitoring and timeseries data analysis. Deployment on Mindsphere (Siemens IoT-Platform) and AWS using Lambda. (GraphQl, REST, Node, Typescript, React)}
\resumeItemListEnd
\resumeSubheading
{Siemens Health Insurance}{München, Germany}
{Working Student Project Management}{2021 - 2022}
\resumeItemListStart
\resumeItem{Project Management App and Web}
{UI and UX research. Testing. Coordination of projects.}
\resumeItemListEnd
\resumeSubHeadingListEnd
%-----------PROJECTS-----------------
\section{Projects}
\resumeSubHeadingListStart
\resumeSubItem{Raspberry Pi Pico W - CO2 Sensor (ongoing)}
{Real-Time Data collection using a C02 sensor and displaying it with an OLED-Display. Developed in C using FreeRTOS. (C, I2C, MQTT)}
\resumeSubItem{PIOS - Simple OS for the Raspberry Pi 4b (ongoing)}
{Simple Operating System from scratch. Implementing user interfaces with UART and bluetooth. (C, ASM)}
\resumeSubItem{QNX - Real-Time Application on BeagleBone}
{University Project. Real-Time Application developed for a BeagleBone with QNX. Deep dive on scheduling, mutexes, signals, timers. Kernel Event Tracing. (C, QNX)}
\resumeSubItem{TCP / UDP Chat Messenger}
{University Project. Scalable End-2-End communication with TCP/IP or UDP/IP. (Java)}
\resumeSubItem{FOREX trading bot}
{Automated python trading bot. (Python)}
\resumeSubHeadingListEnd
%
%--------PROGRAMMING SKILLS------------
\section{Programming Skills}
\resumeSubHeadingListStart
\item{
\textbf{Languages}{: Typescript, Javascript, C, C++, C\#, Java, Python}
}
\item{
\textbf{Technologies}{: AWS, Azure, Node, React, Kubernetes}
}
\resumeSubHeadingListEnd
%-------------------------------------------
\end{document}