-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCVArtoManuel_ENG.tex
More file actions
154 lines (106 loc) · 5.04 KB
/
Copy pathCVArtoManuel_ENG.tex
File metadata and controls
154 lines (106 loc) · 5.04 KB
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
\documentclass{tccv}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fontawesome}
\newcommand\SYMBOL[1]{\raisebox{-2pt}{\Large\ding{#1}}}
\begin{document}
\part{Manuel Arto}
% ABOUT ME
\section{About Me}
Master's student in Computer Science at the University of Bologna and part-time Full Stack Developer at Archeion.\newline
I have professional experience in software development, with specific interests in backend programming and blockchain.
% WORK EXPERIENCE
\section{Work Experience}
\begin{eventlist}
\item{Feb 2024 - Present}
{\href{https://archeion.tech/}{Archeion}, Bologna}
{Full Stack Web3 Developer} \\
\textbullet~Delivered the MVP vendor mobile app using Ionic and Angular in under three months.\\
\textbullet~Improved creation of schemas for 10+ clients by designing a custom JSON schema form renderer. \\
\textbullet~Designed a scalable URL shortening service, securing over 10M active URLs. \\
\textbullet~Migrated customer app to server-side rendering and implemented a Redis-backed cache for dynamic multilingual labels.\\
\textbullet~Spearheaded the ZONIA prototype for the EU-funded TrustChain project, building a zero-trust, multi-chain oracle system for IoT devices.\\
\textbf{\textsc{NestJS · Redis · Solidity · Angular · WoT}}
\item{Sep 2021 - Sep 2023}
{\href{https://www.netservice.eu/}{Net Service}, Bologna}
{Backend Developer} \\
\textbullet~Migrated data for 40+ banking clients from legacy systems into a multitenant legal data platform, processing over 100M records using ETL pipelines and maintaining 99.9\% uptime. \\
\textbullet~Designed and deployed a suite of five microservices using Spring Boot on OpenShift; handling high-volume data streams and asynchronous workloads.\\
\textbullet~Configured Apache/Nginx proxies and optimized scheduling to support new tenants. \\
\textbullet~Raised test coverage to 75\% through test-driven development with JUnit.\\
\textbf{\textsc{Spring Boot · OpenShift · MongoDB · PostgreSQL · ActiveMQ}}
\end{eventlist}
% SKILLS
\section{Skills}
\begin{factlist}
\item{Technical}
{Python, Java, Solidity, Go, Node.js, Flutter, C++, Android, Docker, Linux, Design, Testing} \\
\item{Soft}
{Teamwork, Communication, Adaptability, Time Management, Leadership}
\end{factlist}
% HOBBY
% \section{Interests}
% Calisthenics, Chess, Manga, Movies and TV Series
% NEW PAGE
\newpage
% PERSONAL INFORMATION
\begin{keyvaluelist}{personal}
\item[\faHome] Bologna, Italy
\item[\faPhone] +39 3887833963
\item[\faEnvelope] \href{mailto:manuelarto01@gmail.com}{manuelarto01@gmail.com}
\item[\faGithub] \href{https://github.com/manuelarto}{GitHub}
\item[\faLinkedin] \href{https://www.linkedin.com/in/manuel-arto-696012203/}{LinkedIn}
\end{keyvaluelist}
% EDUCATION
\section{Education}
\begin{yearlist}
\item[Master's Degree]{2023-2025}
{Computer Science}
{University of Bologna \newline GPA: 4.0}
\item[Bachelor's Degree]{2020-2023}
{Computer Science}
{University of Bologna}
\end{yearlist}
% SIDE PROJECTS
\section{Side Projects}
\begin{yearlist}
\item{2023}
{\href{https://github.com/manuelarto/socialtrustr}{SocialTrustr}}
{\textbullet~Blockchain social media framework for traceability and validity of shared content. \newline
\textbullet~Designed an incentive-based voting system using digital tokens to reduce the spread of fake news. \newline
\textbf{{Solidity · Blockchain · Consensus Algorithms}}}
\item{2023}
{\href{https://github.com/manuelarto/livechat}{Livechat}}
{\textbullet~Full Stack social app with real-time chat and location sharing capabilities among friends, achieving the highest grade (30L) in the 'Mobile Applications' course. \newline
\textbf{\textsc{Python · Flutter · Websocket · MongoDB · JWT}}}
\item{2022}
{\href{https://github.com/manuelarto/crazyplayer}{CrazyPlayer}}
{\textbullet~AI player that can play optimally in all possible instances of the M,N,K-game. \newline
\textbullet~Ranked first in a student tournament with over 50 participants. \newline
\textbf{\textsc{Java · Game Tree · Algorithms · Data Structure}}}
\end{yearlist}
% ACHIEVEMENTS
\section{Achievements}
\begin{yearlist}
\item[]{2019}
{Italian Olympiad in Informatics}
{Competitive programming in C++}
\item[]{May 2019}
{National IT Competition}
{Classified 5th in the entire country \newline
UML design and Java development}
\item[]{Oct 2018}
{Erasmus+, Vilnius Lithuania}
{Working full-time in a startup}
\end{yearlist}
% \section{Courses}
% \begin{yearlist}
% \item[Udemy]{May 2020}
% {Flutter\&Dart - Complete Guide}
% {42h, \href{https://www.udemy.com/certificate/UC-c6f5a32f-babc-42f9-8a0a-6effadf9e7cd/}{certificate link}}
% \item[Youtube]{2020-2023}
% {Blockchain Developer, Smart Contract, \& Solidity Course}
% {Full course beginner to expert, \href{https://github.com/Cyfrin/foundry-full-course-f23}{github repo}}
% \end{yearlist}
\end{document}