The Blog

If you eager to learn about web development, this blog is for you.

You can join the newsletter for a weekly training.

Article 6 days ago

Ruby strftime explained

strftime can be read as "string format time". It is used when you want to transform a "time" object into a String. Let's see how.

David Boureau David Boureau
Read more
Article about 1 month ago

Rollup vs Esbuild for Rails

Rollup and Esbuild can both handle JavaScript files in a Rails app. I made some little experiments, both locally and in-production.

David Boureau David Boureau
Read more
Article about 2 months ago

Ruby regex guide

A beginner friendly guide about Ruby regexes. Even if nowadays, ChatGPT tend to be not-too-bad in this field :)

David Boureau David Boureau
Read more
Article about 2 months ago

My honest opinion about Hatchbox

Hatchbox.io is a deployment platform for Ruby-on-Rails users. I used it recently, so for people ashamed of trying, here is my review.

David Boureau David Boureau
Read more
Article 2 months ago

The simplest turbo-frame example

Turbo frame is a powerful feature of Hotwire, here is a quick memo about how to follow conventions in the simplest case. Convention over configurat...

David Boureau David Boureau
Read more