How “Your CFPs Aren’t Good” Became Five Approvals at RubyConf
In April 2025, Tropical on Rails, the Rails conference in São Paulo, said yes to one of our talks for the first time. A few months later, one…
Tag
In April 2025, Tropical on Rails, the Rails conference in São Paulo, said yes to one of our talks for the first time. A few months later, one…
So I was scrolling through Twitter the other day — half-reading, not really looking for anything — and this tweet from Uncle Bob caught my attention: My first…
I keep seeing the same frustration everywhere - Reddit, Discord, Twitter. Someone tells their coding agent to follow a specific pattern, the agent nails it, and then five…
Orchestrating background tasks (or "jobs," as they are often called) is common in web development. Any application that deals with time-consuming operations, such as sending emails, processing images,…
Have you ever looked at a coworker's code — or even your own after a while — and spent hours wondering "What is this variable for?" or "What…
Maintaining clean and consistent code is essential in web development. However, it gets challenging when you are collaborating on a project with multiple developers. That's where the static…