Understanding Bridge Component Messaging in Hotwire Native
In Hotwire Native, a Bridge Component simultaneously exists in JavaScript and native code. The interaction begins from JavaScript by calling send(event, data...
In Hotwire Native, a Bridge Component simultaneously exists in JavaScript and native code. The interaction begins from JavaScript by calling send(event, data...
Yesterday (March 22, 2025), a critical vulnerability in Next.js Middleware was publicly disclosed. If you’re unfamiliar with this issue, Rachid Allam offers ...
From The End of Programming as We Know It:
Maybe it’s the start of a new year that’s motivating me to shake things up, and the first step is getting back into writing.
Learn how to secure your Kamal deployments using Cloudflare Origin Certificates and Traefik.
A simple Rails asset issue evolved into a complex debugging journey.
In Ruby, everything is an object, and every object has an anonymous class, which defines the methods the object can respond to. This anonymous class is calle...