Blogs

Hotwire Voting and Flash Messages with Ruby on Rails | Webcrunch
First, we must create Book, Vote, and User models. We generate these efficiently using Rails' scaffold and model generators. The user model comes in stock with Rails UI, which I would like to leverage to speed up Rails app development, giving you ...

Top Five PostgreSQL Surprises from Rails Devs | Andrew Atkinson
At Sin City Ruby 2024 earlier this year, I presented a series of advanced PostgreSQL topics to Rails programmers. Afterwards, a number of people provided feedback on surprising or interesting things from the presentation.Let’s cover the top five i...


A pragmatic guide for adding React to an existing Rails application (and still use Hotwire)
Although Turbo and Stimulus are incredibly effective for creating reactive, high-fidelity web applications, there are still times where you will need to reach for React. In our case, this happens when you’re required to build a feature that could ...

📘 Ultimate Job Interview Preparation eBook Bundle
Are you gearing up for a career-defining job interview in the dynamic fields of IT, encompassing Ruby, Ruby on Rails, Python, JavaScript, and ReactJS? Look no further! Our comprehensive eBook bundle, meticulously curated with over 20 years of prac...

Rails Authentication: Gems vs. Recipes vs. Generators | Masilotti.com
I recently asked what folks are using for authentication in their Rails apps on Twitter. And as expected, I got a lot of different responses. But they all fit into three categories: gems, recipes, and generators.Here’s how these three approaches c...


Add GPT-4o to your Rails 7 app: Get started with Turbo Streams
The current tech landscape is brimming with an ever-increasing demand for AI products and functionalities, and Ruby on Rails developers are not being left behind. In this guide, we hope to prove how easy it is to build your next AI-focused app or ...


How to build and deploy a Telegram bot with Kamal | Kyrylo Silin
There are many great tutorials on how to write Telegram bots, but almost none of them cover how to deploy a Telegram bot. In this article, we will write a simple Telegram bot and deploy it with Kamal. It will run in a Docker container exposed via ...