- 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