Rails Performance: 5 Critical Bottlenecks You're Missing

Fix slow Rails apps in 5 steps. Guide covers N+1 queries, missing indexes, memory bloat, view rendering & asset compilation with real-world examples.

#Ruby on Rails#Performance
Added: 15 Nov 2025
Collaboration sucks

If you want to go fast, go alone; if you want to go far, go alone too. (mostly)

#Soft Skills
Added: 15 Nov 2025
PostgreSQL 13 Is Reaching End of Life. The Time to Upgrade is Now!

PostgreSQL 13 is reaching end of life on November 13, 2025. Treat your upgrade not as maintenance, but rather as an investment in security, stability, and innovation.

#database
Added: 15 Nov 2025
How I Use AI to Build Frontend Apps: My Candid, Messy Process

I've noticed that some of the pushback against using AI to code stems from people not knowing how to...

#AI#Tutorial
Added: 14 Nov 2025
Programming principles for self taught front-end developers

The majority of us are a bunch of self taught people with rather spotty knowledge and that's fine! Kilian (also self taught) is here to share some of the computer science fundamentals you probably are missing with the aim to improve your code in the long term.

#Soft Skills
Added: 12 Nov 2025
How to design a join code system

Learn the ins and outs of building a game-based join code feature.

#Ruby on Rails#Tutorial
Added: 11 Nov 2025
Two products, one Rails codebase

Build multiple products from a single Rails codebase using variants and custom configuration class.

#Ruby on Rails
Added: 11 Nov 2025
Keep your passwords secure, one way or the other

Hi, it’s Claudio Baccigalupo. Let’s explore this week’s changes in the Rails codebase.

#Ruby on Rails
Added: 10 Nov 2025
Perfectly Pointed Tooltips: A Foundation – Frontend Masters Blog

The Anchor Positioning API in CSS is very powerful. This is the beginning of a series where we understand it through the perfect use-case: tooltips.

#Frontend#CSS
Added: 9 Nov 2025
How to Supercharge Your Rails App with MCP Server and Copilot for AI-Driven Translation

Learn how to integrate MCP Server with GitHub Copilot to transform your Rails app into an AI-powered translation platform with smart automation and speed.

#AI#Ruby on Rails#Tutorial
Added: 9 Nov 2025
Building an AI Social Media Manager with Ruby on Rails: Architecture, Automation, and Lessons Learned

Building an AI Social Media Manager with Ruby on Rails: Architecture, Automation, and Lessons...

#AI#Ruby on Rails
Added: 9 Nov 2025
Ruby LangChain Testing Guide 2025 | RSpec + | JetThoughts…

Master RSpec testing for LangChain-Ruby with 25 working examples. Learn mocking, VCR, WebMock, and CI/CD automation. Build reliable AI features with 95%+ test…

#AI#Ruby on Rails#testing
Added: 9 Nov 2025
Nano Banana with RubyLLM

Nano Banana hides behind Google's chat endpoint. Here's the straight line to ship it with RubyLLM.

#AI#Ruby
Added: 8 Nov 2025
Trusting the browser · Medienbäcker Thomas Günther

I've been thinking about how we approach accessibility in web development. Particularly about trusting the browser to implement things in an accessible way.

#Frontend
Added: 8 Nov 2025
Transition to the Other Side with Container Query Units

How container queries help move an element to the opposite side of its parent container when both have dynamic responsive dimensions.

#Frontend#CSS
Added: 8 Nov 2025
Never forget how to delegate. This is the easiest framework for engineers.

How the most common type of document maps to delegation

#Saff Engineer
Added: 4 Nov 2025
Jesse Waites, Senior Ruby on Rails Developer

Senior Level Ruby on Rails Developer for Hire

#Ruby on Rails#HOTWire
Added: 3 Nov 2025
Anyone Can Commit Code as You on GitHub (Here's How to Stop Them)

I've been signing my Git commits since 2020, and it's one of those security practices that seems...

#Development
Added: 3 Nov 2025
The killer feature of Web Components

The personal blog of Dave Rupert, web developer and podcaster from Austin, TX.

#Frontend
Added: 3 Nov 2025
Rails 8.1: Job continuations, structured events, local CI

Rails 8.1 represents the work of over 500 contributors across 2500 commits since our last major release. After some weeks of people trying the betas and releases candidates, we are excited to share the final release.

#Ruby on Rails
Added: 29 Oct 2025
How does Turbo listen for Turbo Streams?

Let’s try to peer behind the curtain and figure out the answer to these questions. Doing so has a couple of important benefits:

#Ruby on Rails#Frontend#HOTWire
Added: 27 Oct 2025
How to Build Tools for AI Agents | Towards Data Science

Learn how to design and build effective tools to be used by AI Agents

#AI
Added: 18 Oct 2025
JavaScript Library Runs Machine Learning Models in Browser

AsterMind-ELM is a modular, Extreme Learning Machine (ELM) library for JavaScript and TypeScript. We speak to its creator.

#AI#Frontend
Added: 12 Oct 2025
Create a Kanban board with Rails and Hotwire

Build a Kanban board with columns and cards with Rails and Hotwire.

#Ruby on Rails#Tutorial#Frontend
Added: 9 Oct 2025
Delete your old migrations, today

We get attached to code - sometimes to a fault. Old migrations are exactly that. They’re digital hoarding at its finest, cluttering up your codebase with files that serve absolutely no purpose other than to make you feel like you’re preserving some kind of historical record. But here’s the brutal truth: your old migrations are utterly useless. They’re worse than useless - they’re actively harmful. They’re taking up space, they are confusing (both for you and new developers on the project), and they give you a false sense of security about your database’s evolution. If your database is out-of-sync with schema.rb you need to solve that problem anyway, and - if anything - the migrations make that problem worse.

#Ruby on Rails#Tutorial
Added: 9 Oct 2025
First Previous Next Last