The Icon Component I Keep Carrying
Nearly every project I've worked on has, at some point, had to answer the question of inlining SVGs into HTML. I've been refining my approach to this
Curated development tutorials from top sources. Filter by language.
Nearly every project I've worked on has, at some point, had to answer the question of inlining SVGs into HTML. I've been refining my approach to this
Nearly every project I've worked on has, at some point, had to answer the question of inlining SVGs into HTML. I've been refining my approach to this
Custom elements have been covered here berfore. If you have used Hotwire in Rails, you have already used them. Both and are custom elements. They ar
I always liked tracking my income and expenses. There was an app called Spendee that I used a lot. I liked it. But it felt too complicated for me, so
Hey folks 👋 Welcome back. In Part 1 we walked through the 11 attack vectors that shape every decision in this series. If you skipped it, please go re
Your nightly billing sync ran at 2am. Sidekiq shows it completed. No exceptions, no retries, no dead queue entries. Your app looks healthy. It proces
I once inherited a background job to deactivate stale users. In production, a job processing 50,000 users that should have taken a minute was taking o
Ruby has a distinct culture around idiomatic code. The language is designed so that well-written Ruby reads almost like English — concise, expressive,
A BCA graduate in Thane in 2026 has six high-demand IT career paths directly available: Full Stack Development (Python or Java), Data Analytics, Data
I've been working on RapidForge a self hosted platform that turns scripts into webhooks, pages and scheduled jobs. RapidForge itself ships as a single
Every few months someone asks: what skills are actually worth buying for a developer agent? The honest answer: it depends on your stack. But if you r
🚀 Ruby on Rails Makes Building Products Feel Fast & Powerful One thing that continues to stand out about Ruby on Rails is how efficiently it helps tu
🚀 Why I Enjoy Working with Ruby on Rails Ruby on Rails is still one of the fastest and most productive frameworks for building scalable web applicati
Ruby has had a concurrency story for years. For most of that time, the story was "threads exist but the GIL means they don't give you parallelism for
If you've reached for acts_as_tenant or apartment without really understanding what's happening underneath, this tutorial is the correction. We're bui
Rails scheduled job monitoring is easy to forget because scheduled work usually lives in the background. Your web app is up, requests are fine, the da
Rubyduino compiles Ruby sketches for Arduino boards and uploads the generated firmware. Under the hood it uses Spinel, a Matz's Ruby AOT compiler, ve
I love Ruby. I love the console. I do not love this: {:name=>"Alice", :score=>100, :active=>true} {:name=>"Bob", :score=>42, :active=>false}
May 7, 2026 Modern chart rendering usually assumes a browser, a JavaScript runtime, or a frontend stack. But many Ruby applications do not actuall
Recently merge my 1200th pull request to Ruby Core; almost all are documentation improvements. You can see me among the Contributors; I'm #16 (scrol