Coding agent in 94 lines of Ruby
“It’s not that hard to build a fully functioning, code-editing agent.” Thorsten Ball An article floated into my reading list: How to Build an Agent, or: The Emperor Has No Clothes. The auth...
“It’s not that hard to build a fully functioning, code-editing agent.” Thorsten Ball An article floated into my reading list: How to Build an Agent, or: The Emperor Has No Clothes. The auth...
This post is part of a mini series on Rails 8 asset pipeline. Each builds on the previous one: Break down of how Propshaft and importmap-rails work together Deep dive into Propshaft ...
This post is part of a mini series on Rails 8 asset pipeline. Each builds on the previous one: Break down of how Propshaft and importmap-rails work together Deep dive into Propshaft ...
This post is part of a mini series on Rails 8 asset pipeline. Each builds on the previous one: Break down of how Propshaft and importmap-rails work together Deep dive into Propshaft ...
This post is part of a mini series on Rails 8 asset pipeline. Each builds on the previous one: Break down of how Propshaft and importmap-rails work together Deep dive into Propshaft ...
A beautiful UI Morphed into existence Suddenly broken A Haiku about Turbo Morphing, by me (just me, no AI) The problem with morphing Turbo 8 debuted a new page refresh approach: morphing. ...
Update 2024-12-02 : There was a lively discussion about the post on Hacker News you might also find interesting: link to thread. “We need a very simple CRUD app for managing the reservations.” T...
A Chinese translation of this article is also available. Hotwire and HTMX are two powerful libraries that both have the same goal: simplify building modern web applications. Both embrace the HTML...
Radan here: this is another guest post by Miha. He was so excited about it that he interrupted my weekend with a brand new post to review. I still found it interesting, so I hope you enjoy it as mu...
I came upon the Gilded Rose coding kata by reading Victor Shepelev’s (a.k.a. Zverok) blog post about it. I liked it, especially the part about not immediately reaching for the OOP solution. Ruby is...