Alberto Benatti
it

Hello, world

  • meta

Welcome! This is the first article on my new website.

I built this space to collect three things in one place:

  • Projects I have built and shipped;
  • my CV and a bit about who I am;
  • articles like this one, where I write about what I learn.

Why write?

Writing forces me to understand things properly. If I cannot explain a topic in a short post, I probably do not understand it well enough yet.

Expect posts about TypeScript, web development, and whatever I happen to be building at the moment.

const greeting: string = "Hello, world";
console.log(greeting);

See you in the next post!

← All articles