News

Let's Read the Turbo Source: What Happens When You Click a Link?
I used to love TypeScript, but now I prefer plain JavaScript, both for reading and writing. So personally, I am happy with this bold move, even though everyone on the Internet seems to be pissed off.Anyway, ever since switching to Hotwire two year...


Looking up options for Rails helpers | Julia Chan
“Rails Magic” is one of the terms I have heard a lot. Rails indeed is a magical framework as it does a lot under the hood. Yet, it can feel “too magical” for a new Rails dev.Often I looked at a Rails helper and was confused because I didn’t know h...


A demo of Rails and the OpenAI Chat API | Modern Rails
This post will kick off a blogpost series of typical features, that can be built with the OpenAI API and Rails. It’s way more powerful to interact with the API directly than with ChatGPT and a lot of interesting features can be built with the API.


Encrypting Sensitive Data in Rails 7 with Encrypted Attributes - DEV Community
At Zonmaster, we manage a substantial amount of sensitive data, including Personally Identifiable... Tagged with webdev, rails, encryption, security.Recently I posted an article about moving some data out of our MySQL database and into S3 files. I...


Using Concerns with Ruby on Rails | Cody Norman Personal Website
For the past few months, I’ve been holding standups and office hours with a top-notch group of early career developers. After everyone gives their update, we take some time and try to go into more detail about one of the issues they’re having. Top...