diff options
| author | Blallo <blallo@autistici.org> | 2025-03-06 00:23:57 +0100 |
|---|---|---|
| committer | Blallo <blallo@autistici.org> | 2025-03-07 15:50:37 +0100 |
| commit | 043c18065f721d736d89bfe19e1315f0f88cd75a (patch) | |
| tree | 3b76b0d61a7bab57739985dd8af60d8d2d2b6ea3 /handmade.html | |
init
Diffstat (limited to 'handmade.html')
| -rw-r--r-- | handmade.html | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/handmade.html b/handmade.html new file mode 100644 index 0000000..f316fe3 --- /dev/null +++ b/handmade.html @@ -0,0 +1,89 @@ +<!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> + </body> +</html> +<!-- vim:set noet ts=4 sts=0 sw=0: --> |
