Devcontainer Portmapping

A web app devcontainer isn't much good if you can't see the app. Let's talk about loopback addresses, interface binding, and port-mapping with docker-…

Caching Files in a Devcontainer

In a devcontainer, system files are ephemeral and subject to being reset any time the container is rebuilt. This can can be a problem for development …

Rake Global Tasks

Rake isn't just for running tests. You can use Rake to organize all your favorite development automation tasks across ALL your projects. Find out how,…

Robust Ruby

Get expert guidance on logging, failure management, and performance optimization in Ruby

StimulusJS

JS framworks are great for richly interactive client-side applications. But what if we just want to take a typical Rails app and spruce it up with a l…