I benchmarked which language works best with Claude Code. Ruby, Python, and JavaScript came out cheapest,
fastest, and most stable!
See my article in detail: dev.to/mame/which-p...
I benchmarked which language works best with Claude Code. Ruby, Python, and JavaScript came out cheapest,
fastest, and most stable!
See my article in detail: dev.to/mame/which-p...
I can transpile that same app to run full stack on indexeddb in the browser, or run with D1 on a CloudFlare worker. intertwingly.net/blog/2026/01... shows more. FYI: I've also transpiled phlex to react. System test are important for finding and fixing edge cases.
Working demo; try it yourself!
I strongly agree with the points made in this video; but for it to work more needs to be done: intertwingly.net/blog/2026/02...
I have lead development teams before. With Claude Code I get the same feeling. I can build things in weeks that would have taken a team months. Here's an example: intertwingly.net/blog/2026/01...
Enjoyed this conference the past two years; I plan to submit a new talk this year and already have some demos that the audience can play with. Early thoughts: intertwingly.net/blog/2026/02...
Submitted for Your Approval intertwingly.net/blog/2026/01...
What happens when you transpile a Rails chat app to Cloudflare Workers? D1, Durable Objects, Hotwireβit all just works. intertwingly.net/blog/2026/01...
Oops. I've added a redirect so that it will get to the right place.
Rails requires Ruby. Serverless runs JavaScript. Until now, you had to choose.
Introducing Juntos: Rails patterns transpiled to JS. Same code runs in browsers, Node, Vercel Edge, Cloudflare Workers.
intertwingly.net/blog/2026/01...
Rails apps on Cloudflare Workers? intertwingly.net/blog/2025/12...
This was fun to write. I hope somebody out there enjoys it as much as I did and do: intertwingly.net/blog/2025/12...
Beta Ruby2JS Phlex filter: www.ruby2js.com/docs/filters... ; please let me know if there is any interest. The real phun begins when we get to the point of making a Vite plugin.
This is brilliant github.com/basecamp/fiz...
ππ»ββοΈππ» @marcoroth.dev
Let's talk! I'm in the process of porting the updates to ruby2js. By the end of the week or so I'll have an erb filter. I'll create one for herb too.
I've rewritten my offline scoring yet again. Current approach: ERB + Turbo + Stimulus, no Web Components. And you read that right: ERB. I code in Ruby and everything works offline. Overview here: intertwingly.net/blog/2025/11... with links to prior posts with more details.
More specifics wold be helpful; here is a link to where NNW fixed a similar issue: github.com/Ranchero-Sof...
Offline DJ Playlists with IndexedDB and Tigris CORS: intertwingly.net/blog/2025/11...
Unified Logging for Multi-Region Rails with Navigator, Vector, and NATS: intertwingly.net/blog/2025/11...
Offline-First Scoring with Web Components and Rails intertwingly.net/blog/2025/11...
Three interconnected posts exploring real-time Rails architecture:
- TurboCable
- Shared-Nothing Multi-Tenancy
- Disciplined Claude Usage
When constraints align, architecture gets simpler.
π intertwingly.net/blog/2025/11...
π rubygems.org/gems/turbo_c...
π³ hub.docker.com/r/samruby/na...
Bringing CGI Back from the Dead: intertwingly.net/blog/2025/10...
Supporting Older Browsers with Import Maps: intertwingly.net/blog/2025/10...
Good catch! github.com/rubys/showca...
Fixed. Thanks!