Ruby on Rails Has Scalability Issues. Here's How We Solved Them
Every few months someone declares Rails dead. Then Shopify reports another record Black Friday. In 2025, Shopify's Rails monolith handled 489 million …
Latest Programming news from Tech News
Every few months someone declares Rails dead. Then Shopify reports another record Black Friday. In 2025, Shopify's Rails monolith handled 489 million …
Code Master Blog: Exercises for the wroclove.rb 2026 Ruby conference workshop "Building Rails SPAs in Frontend Ruby with Glimmer DSL for Web" andymale…
JavaScript errors (either vanilla or with Stimulus controllers) often happen silently in the browser, leaving your users confused about what went wron…
When Hotwire first came out, it felt like a superpower. We could finally update our web pages without full browser reloads, and we didn't have to writ…
The web development landscape in the UK is shifting rapidly. More and more businesses — from lean startups in London to established SMEs across Berksh…
Here, i will be building an API and documenting my steps. if something is wrong, feel free to comment. What is Devise-JWT? Devise-JWT is a Devise exte…
If you are building an AI product in Rails, the hard part is usually not calling the model API. The hard part is fitting model calls into a real appli…
Scaling a Rails app on bare metal is mostly about removing bottlenecks one layer at a time. You do not need magic. You need a repeatable setup for app…
RubyGems.org published its first public roadmap this week. That's new, and it's worth noticing. I've written about Ruby Central governance before , an…
This article was originally published on Rails Designer If you've ever noticed that your CSS transitions feel a bit… flat, you're not alone (I seem th…
From Eval to Production: A Ruby and Rails Approach If you read the first article , you now have a set of evaluators that can score your LLM responses …
Your AI features work. Your tests pass. But every time a user asks a question, your app hits an external API, waits 2-5 seconds, and burns tokens. Mul…
Webhooks are one of those super simple but really powerful tools that almost every developer has needed to use at least once. From Stripe, GitHub to P…
If I had a nickel for every time a "State of Web Dev" article declared Ruby on Rails dead, I wouldn't need to write code for a living. Since roughly 2…
Параллелизм в ruby 1: создаем потоки После 9 лет работы на позиции Ruby-разработчика, я заметил, что нам редко попадаются задачи на параллелизм. К том…