- 5 min read

Why I do things my own way on the internet

Homelab, React95, Windows 95 fonts, fun is the key. I realized all of it is the same impulse of making the internet my way, with my own face on it, without depending on whoever already decided what it should look like.

Read
- 6 min read

My Homelab

How I built a homelab with a Raspberry Pi 4 to take full control of my data: photos, documents, and DNS. No Google, no third-party service charging me for what is already mine.

Read
- 3 min read

Windows 95 fonts for the modern web

MS Sans Serif and MS Serif have been locked inside .FON binary files since 1987. This is the story of getting them out and shipping them as an npm package anyone can install.

Read
- 3 min read

JavaScripto: learning JavaScript in Portuguese

JavaScripto is a JavaScript learning platform where you write code in Portuguese. It was born from a desire to make programming more accessible for Brazilians.

Read
- 7 min read

Fun is the key!

“Fun is the key” was born in a live stream but became a principle. Fun does not eliminate effort, but it changes our relationship with it, and that can be the difference between giving up and evolving.

Read
- 4 min read

Monolith, Multirepo or Monorepo?

Monolith is easy for getting started. Multirepo can be useful when the challenge is scale and separation. Monorepo keeps multiple projects in the same repository. Which one is right for me?

Read
- 6 min read

React95: fun side project of the year

React95 is a React component library written with styled-components. In April 2019, it won the 'Fun side project of the year' award at the largest React conference in the world, in Amsterdam.

Read
- 8 min read

Hoisting. What is it?

What is hoisting?

Read
- 6 min read

Build a videogame with Raspberry Pi

Building a console that emulates many other consoles is very easy. The secret is using a Raspberry Pi and following this post!

Read