Launched a side project
Coded a Flutter App
I've started working on a new side project: exabox 🥳

It's a set of essential tools for developers: 

—Convert/format JSON/YAML
—Encode/decode Base64
—Generate fake data
—Parse JWTs
—Transform a text using multiple rules
... And much more.

After ~2 month of development, the first version is live on the macOS App Store and the Windows Store!

I've coded it using Flutter, for these reasons:

  • It's multi-platform, and the same code base compiles to macOS, Windows, Linux, and Web
  • The package ecosystem is good enough, and I've found most of what I needed
  • I already knew Flutter, but it's still a learning experience for me