summaryrefslogtreecommitdiff
path: root/handmade.html
blob: 59cee59723798c0246a3020b16ce456b50dcda8a (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
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width, initial-scale=1">

		<meta name="description" content="Curriculum Vitae">
		<meta name="author" content="Leonardo Barcaroli">

		<title>Leonardo Barcaroli: software engineer</title>

		<link rel="stylesheet" href="handmade.css">
	</head>
	<body>
		<div class="title">
			<h1>Leonardo Barcaroli</h1>
			<h2>SOFTWARE ENGINEER</h2>
		</div>
		<div class="intro">
			<p>I am an all-rounder, with focus on writing good quality software. I am able to bring a project to completion, from design to deploy, including all the aspects related to infrastructure.</p>
			<p>I have 10 years of experience in a multitude of roles, and have a wide view on most aspects of software craftmanship.</p>
		</div>
		<div class="hcontainer">
			<div class="vcontainer">
				<div class="jobs highlight">
					<h3>Experience</h3>
					<ul>
						<li><p class="heavy">2023-present: Koyeb</p><p class="sub">| Software developer</p></li>
						<li><p class="heavy">2021-2023: Sysdig </p><p class="sub">| Software developer</p></li>
						<li><p class="heavy">2019-2021: Prima Assicurazioni </p><p class="sub">| Software developer</p></li>
						<li><p class="heavy">2018-2019: Deus Technology </p><p class="sub">| Software developer</p></li>
						<li><p class="heavy">2017-2018: B-Open Solutions </p><p class="sub">| Software developer/Infrastructure</p></li>
						<li><p class="heavy">2015-2017: Quantum Leap </p><p class="sub">| Penetration tester</p></li>
					</ul>
				</div>
				<div class="education">
					<h3>Education</h3>
					<ul>
						<li><p class="heavy">2012-2015: Ph.D. in Physics</p><p class="sub">@ Sapienza, University of Rome</p></li>
						<li><p class="heavy">2009-2012: M.Sc. in Physics</p><p class="sub">@ Sapienza, University of Rome</p></li>
						<li><p class="heavy">2006-2009: B.Sc. in Physics</p><p class="sub">@ Sapienza, University of Rome</p></li>
					</ul>
				</div>
				<div class="keywords">
					<h3>Keywords</h3>
					<div class="tags">
						<p>account management, payments, Stripe, multitenancy,</p>
						<p>oauth2, SAML, authentication/authorization,</p>
						<p>cryptography, x509, TLS, OpenPGP, OpenSSH,</p>
						<p>systemd, dmesg</p>
					</div>
				</div>
			</div>
			<div class="vcontainer">
				<div class="contacts">
					<h3>Contacts</h3>
					<ul>
						<li>email: <a href="mailto:leo.barcaroli@gmail.com">leo.barcaroli@gmail.com</a></li>
						<li>mobile: <a href="tel:+393279363844">+39 327 93 63 844</a></li>
					</ul>
				</div>
				<div class="forges">
					<h3>Forges</h3>
					<ul>
						<li><a href="https://github.com/torrefatto">github.com/torrefatto</a> (work)</li>
						<li><a href="https://github.com/blallo">github.com/blallo</a></li>
						<li><a href="https://github.com/leophys">github.com/leophys</a></li>
						<li><a href="https://git.sr.ht/~blallo">git.sr.ht/~blallo</a></li>
						<li><a href="https://git.abbiamoundominio.org/blallo">git.abbiamoundominio.org/blallo</a></li>
					</ul>
				</div>
				<div class="keywords">
					<h3>Knowledge</h3>
					<ul>
						<li><p class="heavy">Languages</p><p class="sub">| go, python, rust, elixir, typescript, elm, dart, C, C++</p></li>
						<li><p class="heavy">DB</p><p class="sub">| postgres, mysql, sqlite, elasticsearch, cassandra</p></li>
						<li><p class="heavy">brokers/queues</p><p class="sub">| nats, rabbitMQ, kafka, AWS SQS, GCP Pub/Sub</p></li>
						<li><p class="heavy">web</p><p class="sub">| html5/css3, websockets, HTTP/2, gRPC, graphQL, React</p></li>
						<li><p class="heavy">cloud</p><p class="sub">| AWS, GCP, k8s, nomad</p></li>
						<li><p class="heavy">AI</p><p class="sub">| ollama, jupyter notebooks</p></li>
					</ul>
				</div>
			</div>
		</div>
		<div hclass="hcontainer">
		</div>
		<div class="footer">Handmade with <3 - No ©|CC0 - source at <a href="https://git.unoze.ro/~blallo/cv">git.unoze.ro/~blallo/cv</a></div>
	</body>
</html>
<!-- vim:set noet ts=4 sts=0 sw=0: -->