Mastering Derived Tables in Rails
Hey fellow Rails developers! Ever found yourself wrestling with complex SQL queries that involve aggregations, subqueries, or needing to join against computed results? Today, we're diving into one…
Category
Hey fellow Rails developers! Ever found yourself wrestling with complex SQL queries that involve aggregations, subqueries, or needing to join against computed results? Today, we're diving into one…
Codeminer42's blog had no visual personality. Each author generated their post's thumbnail, however they could, mostly using ChatGPT or Nano Banana, each with their own style. The result…
I've been noticing something about how developers talk about AI coding agents. They review agent-generated code with a magnifying glass. They point at a variable name they don't…
I've been preparing a talk about AI-assisted development and spent a lot of time reading what developers are saying online, in meetups, in conference hallways. A pattern keeps…
Introduction Over the last year, “AI agents” went from a buzzword to something people actually try to ship. And if you’ve tried to build one beyond a demo,…
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,…