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
Lexxy: A new rich text editor for Rails

A better Action Text.

#Frontend#Ruby on Rails
Added: 4 Sept 2025
Easy Redesign in Rails: Run Old and New Side by Side with :variants

Rails variants are usually used to serve different views for devices — but you can use them for much more, like running a redesign side by side.

#Frontend#Ruby on Rails
Added: 30 Aug 2025
Wubular: Rubular’s regex spirit, reborn with Ruby + WebAssembly

Rubular set the standard for regex testing in Ruby. With Ruby 3.2 bringing WebAssembly support, Wubular takes that idea into the browser — no servers, instant feedback, full privacy. It’s not just a remake, but a glimpse of what Ruby + WASM make possible for future apps.

#Ruby
Added: 30 Aug 2025
A gentle introduction to anchor positioning

Anchor positioning allows you to place an element on the page based on where another element is.

#CSS#Javascript
Added: 30 Aug 2025
Yellow, Purple, and the Myth of “Accessibility Limits Color Palettes”  by Stéphanie Walter - UX Researcher & Inclusive Designer.

Accessibility does not limit creativity! Explore six distinct WCAG-compliant yellow and purple palettes and learn how to design your own.

#Design
Added: 30 Aug 2025
Extend ActiveStorage for Ruby on Rails with Custom Previewers | AppSignal Blog

We'll dive into how ActiveStorage handles uploaded data and how to extend this process in the second part of this two-part series.

#Ruby on Rails
Added: 19 Aug 2025
An introduction to RAG with llm.rb

Documents how to implement the RAG pattern with llm.rb

#AI
Added: 19 Aug 2025
What are Forward Deployed Engineers, and why are they so in demand?

Startups and scaleups are on a hiring spree for a software engineering role pioneered by Palantir. A deepdive into this role, and why FDEs are so popular in 2025

#Consulting
Added: 12 Aug 2025
Create a macOS-inspired stack UI with Stimulus and Tailwind CSS

Create a macOS-inspired stack UI by using powerful Tailwind CSS features and a simple Stimulus controller (with a twist)

#Frontend#HOTWire#Ruby on Rails
Added: 7 Aug 2025
First Previous Next Last