Recent
How I'm Growing as a Developer Through Side Projects
·1460 words·7 mins
BuildInPublic
Dev
I love my full-time job as a software developer—it challenges me with scale, collaboration, and depth. But my fastest growth has often come from side projects.
When a Hobby Project Breaks: Thoughts on Responsibility
·792 words·4 mins
Dev
Sprytna
BuildInPublic
Yesterday, my hobby project experienced an unexpected 8-hour outage. It was an extremely frustrating and humbling experience that sparked deeper reflection: where is the line between a fun little side project and something others depend on?
Hello Sprytna Cards!
·1239 words·6 mins
Elixir
BuildInPublic
Dev
It is one thing to work on a big projects with a team, another to develop something useful as a solo developer. This is my 3 month journey building Sprytna.cards, hopefully it is useful.
Neovim and Elixir-ls Noob Edition
·830 words·4 mins
Nvim
Elixir
Dev
The following is what I did, as a noob in the Vim ecosystem, to configure Neovim as my daily editor for Elixir development.
First Hops With RabbitMQ
·1263 words·6 mins
Dev
Rabbitmq
Elixir
Node
Docker
Just starting with RabbitMQ? This introductory guide will walk you through setting up a local RabbitMQ sandbox. Then we will use RabbitMQ to send messages from Elixir to Node.