From Idea to Launch: Why Rails Remains the Ultimate MVP Framework in 2026

Discover why Ruby on Rails remains the go to framework for building MVPs quickly and efficiently, helping startups validate ideas and reach market faster.

#Ruby on Rails
Added: 29 Jan 2026
Finding ‘Abbey Road’ When Users Type ‘beatles abbey rd’ - Fuzzy and Semantic Search in PostgreSQL | Rendiment

The DBA’s Guide to Music Matching - pg_trgm and pgvector with 100K Spotify Albums - The Problem: Dirty Input vs...

#postgres#database
Added: 29 Jan 2026
How I actually use AI to write Ruby on Rails code

A practical workflow for coding with AI on brownfield and greenfield Rails applications. Covers context generation, layered documentation, pattern synthesis, and maintaining code quality.

#AI#Ruby on Rails
Added: 29 Jan 2026
How I estimate work as a staff software engineer

There’s a kind of polite fiction at the heart of the software industry. It goes something like this:

#Staff Engineer
Added: 26 Jan 2026
Unconventional PostgreSQL Optimizations

Creative ideas for speeding up queries in PostgreSQL

#postgres
Added: 23 Jan 2026
Building Smart Retry Strategies in Rails with Error-Aware Delays

Use the new retry_on error argument to build intelligent retry strategies that respect rate limits, handle transient failures, and fail fast on unrecoverable errors.

#Ruby on Rails
Added: 20 Jan 2026
Rails Generate Model: Beginner’s Guide to Database Models - 2026

Rails Generate Model: Beginner’s Guide to Database Models in Ruby on Rails for creating clean, scalable, and maintainable apps efficiently.

#Ruby on Rails
Added: 20 Jan 2026
Find or Create Records with Preset Attributes using create_with

I’ve been working heavily with RabbitMQ message broker infrastructure recently to coordinate events between two Rails applications. The event work involves maintaining synchronized data between specific shared data. In the past, I’ve implemented a find_or_create_by style of idempotent backfilling required associations. Today I learned about a separate syntax via create_with for presetting record creation attributes.

#Ruby on Rails
Added: 20 Jan 2026
I Love You, Redis, But I'm Leaving You for SolidQueue

Rails 8 eliminates Redis from the default stack. Learn how SolidQueue, SolidCache, and SolidCable replace Redis for job processing, caching, and real-time updates—powered entirely by PostgreSQL. Explore the true cost of Redis, how SolidQueue works, when it scales, and how to migrate from Sidekiq to a simpler, Redis-free Rails architecture.

#Ruby on Rails
Added: 20 Jan 2026
Stop using DateTime in 2026 (unless you work for UNESCO)

… and check why 5600+ Rails engineers read also this

#Ruby on Rails
Added: 20 Jan 2026
Rails 8.1 introduced except_on option for validations and callbacks

To skip validations for particular contexts, Rails added `except_on` option for validations and callbacks.

#Ruby on Rails
Added: 20 Jan 2026
My AGENTS.md file for building plans you actually read

Here are the key rules from my AGENTS.md file that make plan mode effective.

#AI
Added: 19 Jan 2026

This is my personal site, where I write about Ruby, programming, and any of my varied fascinations.

#CSS
Added: 19 Jan 2026
Inertia.js in Rails: a new era of effortless integration—Martian Chronicles, Evil Martians’ team blog

We want to make Inertia.js more popular within the Rails community, so we've started a project to provide both Rails-specific community docs and a set of tools for simply integrating Inertia into Rails apps.

#Javascript#Ruby on Rails
Added: 19 Jan 2026
Introducing CSS Grid Lanes

It’s here, the future of masonry layouts on the web!

#CSS
Added: 16 Jan 2026
Rapid prototyping with Claude Code: How we transformed our design sprint process

We’ve been running product design sprints for over a decade. Now Claude and Claude Code are helping us prototype faster than ever—without sacrificing quality. Here’s how we built a working prototype in hours, not days.

#AI#Design
Added: 16 Jan 2026
PostgreSQL as a Graph Database: Who Grabbed a Beer Together? · Taras Kloba

My name is Taras Kloba, Chief Partner Architect at Microsoft. This blog captures my journey through data engineering, certifications, and technology insights.

#postgres#database
Added: 16 Jan 2026
Build a File Deduplication System with ActiveStorage

Stop storing duplicate files. Learn how to detect identical uploads and reuse existing blobs to save storage costs and speed up uploads.

#Ruby on Rails#Tutorial
Added: 16 Jan 2026
Build a Feature Flag System in 50 Lines with Rails.app.creds

Skip the SaaS subscription. Rails 8.2's credentials system is all you need for feature flags - version controlled, environment-overridable, and free.

#Ruby on Rails
Added: 16 Jan 2026
Easy CloudFlare Tunnels With Rails

Set up a persistent HTTPS subdomain on your own domain for local Rails development. Perfect for testing webhooks, OAuth callbacks, and sharing work in progress.

#Ruby on Rails
Added: 14 Jan 2026
Which programming languages are most token-efficient?

Comparing token efficiency across 19 popular programming languages using RosettaCode data - from Clojure to C, there's a 2.6x difference.

#AI
Added: 14 Jan 2026
Exploring Rails Action Cable with Solid Cable

Learn how to use Rails Action Cable without Redis! Follow along and build a Solid Cable application with real-time features.

#Ruby on Rails
Added: 11 Jan 2026
One Year of Bootstrapping a Profitable AI SaaS on a Side

My journey on how to build a side project and not quit until it pans out

Added: 10 Jan 2026
Rails 8.2 introduces Rails.app.creds for unified credential management

Rails 8.2 adds Rails.app.creds to provide a unified API that checks environment variables first, then falls back to encrypted credentials.

#Ruby on Rails
Added: 7 Jan 2026
How a £20 mirror solved a £35,000 engineering problem (and why you, a Product Founder, CTO or Head of R&D should care)

Spoiler, the product wasn’t the problem. It was the customer experience. This is the mindset shift that will save you money, and keep your revenue recurring.

#Product Development
Added: 5 Jan 2026
First Previous Next Last