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
Brandon Casci - How One Person Becomes a Dev Team with Claude Code

Learn how to orchestrate AI agents in Claude Code to multiply your development output. No frameworks, just folders and markdown that turn one developer into five specialists.

#AI#Productivity#Ruby on Rails
Added: 9 Oct 2025
Polymorphic URLs with direct Router Helper in Rails

The Rails router's direct method lets you create custom url and path helpers, which is especially useful for polymorphic models and delegated types. This post shows how to use a single custom helper to generate URLs for different models, with a practical example from the open source Maybe project.

#Ruby on Rails#Tutorial
Added: 9 Oct 2025
Kamal's missing tutorial – how to deploy a Rails 8 app with Postgres

Rails 8 is out. And with it Kamal 2, the new default way of deploying Rails apps. But Kamal is hard for the uninitiated. This is a complete tutorial on how to get a Rails app fully in production using Kamal.

#Ruby on Rails#Tutorial#Kamal#Deployment#DevOps
Added: 9 Oct 2025
Rails Generator Authentication in API-only apps - Avo

Learn how to implement authentication in Rails API-only applications using generators. Step-by-step guide covering setup, configuration, and best practices for secure API authentication.

#Ruby on Rails#Authentication#Tutorial
Added: 9 Oct 2025
The Complete Guide to Dev Containers in Ruby on Rails - RorVsWild

From basic setup to advanced MCP integration: using Dev Containers for portable development environments that eliminate "works on my machine" problems.

#DevContainers#Ruby on Rails
Added: 9 Oct 2025
Browse Components · Quiet UI

Look through some of the best custom elements on the planet.

#Components#Library
Added: 9 Oct 2025
How to boost your management impact with AI tools

Across performance reviews, design decisions, and strategic communication, AI tools can reduce overhead and amplify the impact of strong management. 

#AI#Productivity
Added: 9 Oct 2025
Help teams thrive during organizational change

Organizational change can rock the foundations of any team. But knowing the reasoning behind the shift can open all sorts of doors.

#Culture#Saff Engineer
Added: 9 Oct 2025
How to Motivate Yourself To Do A Thing You Don't Want to Do

Learn some ways to help encourage action when you feel unmotivated.

#Soft Skills#Motivation
Added: 9 Oct 2025

An overview of what makes modern CSS so awesome.

#Javascript
Added: 9 Oct 2025
Get Excited About Postgres 18 | Crunchy Data Blog

New to Postgres 18, features like asynchronous i/o, uuid v7, b-tree skip scans, and virtual generated columns.

#postgres#database
Added: 9 Oct 2025
Scaling Datastores at Slack with Vitess

From the very beginning of Slack, MySQL was used as the storage engine for all our data. Slack operated MySQL servers in an active-active configuration. This is the story of how we changed our data storage architecture from the active-active clusters over to Vitess — a horizontal scaling system for MySQL. Vitess is the present…

#database#DevOps
Added: 25 Sept 2025
First Previous Next Last