Compare commits
16 Commits
9e80e659d8
...
curriculum
Author | SHA1 | Date | |
---|---|---|---|
d45fc4b736 | |||
0d28771943 | |||
dbee60c3c9 | |||
4cceecc8fe | |||
1ca7de3bc8 | |||
7c6aea2022
|
|||
6d987271dc
|
|||
f4febd947d
|
|||
012c95925e
|
|||
0b69b23783
|
|||
212d361b36
|
|||
2afc0e3a10
|
|||
f8e7b413f1 | |||
c0ec9243db | |||
7a08991e66 | |||
cf513a5633 |
4
.github/FUNDING.yml
vendored
4
.github/FUNDING.yml
vendored
@ -1,4 +0,0 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: jankapunkt
|
||||
custom: https://paypal.me/kuesterjan
|
15
FUNDING.yml
Normal file
15
FUNDING.yml
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||
patreon: # Replace with a single Patreon username
|
||||
open_collective: # Replace with a single Open Collective username
|
||||
ko_fi: # Replace with a single Ko-fi username
|
||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
liberapay: # Replace with a single Liberapay username
|
||||
issuehunt: # Replace with a single IssueHunt username
|
||||
otechie: # Replace with a single Otechie username
|
||||
custom:
|
||||
- https://paypal.me/kuesterjan
|
||||
|
BIN
classic/CV.pdf
Normal file
BIN
classic/CV.pdf
Normal file
Binary file not shown.
@ -46,6 +46,9 @@
|
||||
% provides \isempty test
|
||||
\usepackage{xifthen}
|
||||
|
||||
% provides \url
|
||||
\usepackage{hyperref}
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% FONT
|
||||
%----------------------------------------------------------------------------------------
|
||||
@ -239,7 +242,7 @@
|
||||
% param 4: what was your position
|
||||
% param 5: some words about your contributions
|
||||
%
|
||||
\newcommand{\cvevent}[5]
|
||||
\newcommand{\cveventExt}[5]
|
||||
{
|
||||
|
||||
\begin{tabular*}{1\textwidth}{p{13.6cm} x{3.9cm}}
|
||||
@ -255,6 +258,19 @@
|
||||
|
||||
}
|
||||
|
||||
\newcommand{\cvevent}[4]
|
||||
{
|
||||
\begin{tabular*}{1\textwidth}{p{13.6cm} x{3.9cm}}
|
||||
\textbf{#2} - \textcolor{bgcol}{#3} & \vspace{2.5pt}\textcolor{sectcol}{#1}
|
||||
\end{tabular*}
|
||||
|
||||
\vspace{-8pt}
|
||||
\textcolor{softcol}{\hrule}
|
||||
\vspace{6pt}
|
||||
|
||||
$\cdot$ #4\\[3pt]
|
||||
}
|
||||
|
||||
% creates a stretched box as
|
||||
\newcommand{\cveventmeta}[2]
|
||||
{
|
||||
@ -311,7 +327,7 @@
|
||||
\vspace{-8pt}
|
||||
\begin{center}
|
||||
\HUGE \textsc{Riccardo Berto} \textcolor{sectcol}{\rule[-1mm]{1mm}{0.9cm}} \textsc{CV}\\[2pt]
|
||||
\small M.Sc. in Data Science student @ Università degli Studi di Milano-Bicocca
|
||||
\small Senior Product Owner at MBition GmbH - Mercedes-Benz AG\\
|
||||
\end{center}
|
||||
|
||||
|
||||
@ -322,10 +338,10 @@
|
||||
%---------------------------------------------------------------------------------------
|
||||
% META SECTION
|
||||
%----------------------------------------------------------------------------------------
|
||||
\metasection{Milan, Italy}{\textbf{Status:} M.Sc. in Computer Science graduate, M.Sc. in Data Science student}
|
||||
\metasection{}{\textbf{Fields:} Linux, Software Engineering, Consulting, IT architectures}
|
||||
\metasection{r.berto <at> campus DOT unimib DOT it}{\textbf{Languages:} Python, C++, Java, JavaScript, R}
|
||||
\metasection{}{\textbf{Technologies:} Golang stdlib, git, iptables, libbost, pandas, flask}
|
||||
\metasection{Berlin, Germany}{\textbf{Status:} M.Sc. in Computer Science \& M.Sc. in Data Science graduate, Senior Product Owner}
|
||||
\metasection{}{\textbf{Fields:} Software Engineering, Cybersecurity, Statistics, System Architectures, DBA, Data Science, ML}
|
||||
\metasection{rcrdbrt <AT> proton DOT me}{\textbf{Languages:} Python, C++, Golang, Rust, Java, R}
|
||||
\metasection{}{\textbf{GitHub:} \url{https://github.com/RcrdBrt}}
|
||||
\vspace{-2pt}
|
||||
\textcolor{softcol}{\hrule}
|
||||
\vspace{6pt}
|
||||
@ -337,8 +353,11 @@
|
||||
%----------------------------------------------------------------------------------------
|
||||
\vspace{-6pt}
|
||||
\cvsection{Summary}
|
||||
M.Sc. in Computer Science graduate with years of Linux experience and Linux server administration. Favorite languages for non-trivial projects include Python, Golang and C++. Knowledgeable about PostgreSQL, MySQL, MongoDB, graph-based DBs, IoT programming, Docker.
|
||||
Currently studying towards my second M.Sc. degree. \\
|
||||
Senior Product Owner with years of Linux and server administration experience. Passionate about cybersecurity, software engineering, infrastructures and data management. \\
|
||||
Favorite languages for non-trivial projects include Python, Golang and C++. Knowledgeable about PostgreSQL, Redis, document-based DBs, graph-based DBs, PowerBI, Tableau, Apache Superset, microservices, Agile development, software quality, IoT programming. \\
|
||||
Well-versed in project management and requirements engineering. \\
|
||||
Currently a PO of the MB.OS platform at MBition GmbH - Mercedes-Benz AG. \\
|
||||
%Currently a contract professor for Università degli Studi di Milano-Bicocca and studying towards my second M.Sc. degree. \\
|
||||
|
||||
|
||||
%============================================================================%
|
||||
@ -346,22 +365,27 @@ Currently studying towards my second M.Sc. degree. \\
|
||||
% CV SECTIONS AND EVENTS (MAIN CONTENT)
|
||||
%
|
||||
%============================================================================%
|
||||
\cvsection{Jobs}
|
||||
\cvevent{2020-present}{Contract Professor}{Università degli Studi di Milano-Bicocca}{Subject: Distributed Systems}{Responsibilities: Creation of video lessons and lab exercises, conduction of lab meetings with students}
|
||||
|
||||
\cvsection{Practical Experience}
|
||||
\cveventExt{2023-present}{Senior Technical Product Owner}{MBition GmbH - Mercedes-Benz AG}{Domain: Linux Platform}{Lead a team of system engineers responsible for the next-gen Mercedes-Benz Operating System (MB.OS)}
|
||||
\cveventExt{2022-2023}{Senior Software Engineer}{MBition GmbH - Mercedes-Benz AG}{Domain: Vehicle Abstraction}{Design and implementation of a new vehicle abstraction API for the Mercedes-Benz vehicles}
|
||||
\cveventExt{2020-2022}{Contract Professor}{Università degli Studi di Milano-Bicocca}{Courses: Distributed Systems (B.Sc. in Computer Science) / IT Lab (B.Sc. in Physics)}{Responsibilities: lab teacher role, creation of assignments and graded projects}
|
||||
|
||||
%---------------------------------------------------------------------------------------
|
||||
% EXPERIENCE
|
||||
%----------------------------------------------------------------------------------------
|
||||
\cvsection{Education}
|
||||
|
||||
\cvevent{2020 - present}{M.Sc. in Data Science student}{Università degli Studi di Milano-Bicocca}{Data Science}{Exams include Data Management, Infrastructure Technology for Data Science, Data Visualization}
|
||||
\cveventExt{2020 - 2022}{M.Sc. in Data Science}{Università degli Studi di Milano-Bicocca}{Thesis: GoBigdis, a persistent key-value database based on the Redis server protocol}{Major: Data Management, High Dimensional Data Analysis, Infrastructure Technology, Decision Models}
|
||||
|
||||
\cvevent{2018 - 2020}{M.Sc. in Computer Science}{Università degli Studi di Milano-Bicocca}{Thesis: A distributed LoRa protocol application}{Exams taken include Machine Learning, Cybersecurity, Software Quality}
|
||||
\cveventExt{2018 - 2020}{M.Sc. in Computer Science}{Università degli Studi di Milano-Bicocca}{Thesis: A distributed LoRa protocol application}{Major: Machine Learning, Cybersecurity, Software Quality, Embedded Systems}
|
||||
|
||||
%
|
||||
\cvevent{2014 - 2018}{Bachelor Degree in Computer Science}{Università degli Studi di Milano-Bicocca}{Thesis: Indoor tracking device based on ultrasonic sensors clusters}{Selection of exams: Distributed Systems, Algorithms, Algebra, Statistics}
|
||||
\cveventExt{2014 - 2018}{Bachelor Degree in Computer Science}{Università degli Studi di Milano-Bicocca}{Thesis: Indoor tracking device based on ultrasonic sensors clusters}{Major: Distributed Systems, Algorithms, Algebra, Statistics}
|
||||
|
||||
\cvsection{Publications}
|
||||
\cveventExt{24 June 2021}{Berto, R.; Napoletano, P.; Savi, M.}{Sensors 2021, 21, 4314}{A LoRa-Based Mesh Network for Peer-to-Peer Long-Range Communication}{Link: \url{https://doi.org/10.3390/s21134314}}
|
||||
|
||||
%\cvevent{}{ . .}{}
|
||||
|
||||
%--------------------------------------------------------------------------------------------------
|
||||
% ARTIFICIAL FOOTER (fancy footer cannot exceed linewidth)
|
BIN
classic/CV_no_active.pdf
Normal file
BIN
classic/CV_no_active.pdf
Normal file
Binary file not shown.
BIN
classic/main.pdf
BIN
classic/main.pdf
Binary file not shown.
Reference in New Issue
Block a user