Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
A few months ago, I wrote about a move that bypassed the maintainers who had built the RubyGems and...
Performance issues in Rails apps can sneak up on you, especially if you're working with ActiveRecord...
how small incremental changes can benefit in the long term
From Reading to Contributing If you've been following our Rhino Framework series, you've...
I'll keep this post evergreen, as the situation evolves. Also, when you are done reading - hire...
Every time Ruby developers start talking about # frozen_string_literal: true, someone inevitably...
Postmark Challenge: Inbox Innovators. What Hulk built People not respond when Hulk write...
Ruby on Rails has long been a go-to framework for building web applications quickly and elegantly....
A pure Ruby gem that generates clean structure.sql files without pg_dump noise. Currently running in 4 production apps. Looking for feedback!
You know the drill. You need to run a script once to fix some data, update user preferences, or...
Table of contents: The background The investigation The execution The result What we would do...
Why Contribute to Rhino? So you've read about Rhino Framework and you're thinking, "This...
Hey friends! 👋 I didn’t post a tutorial last week, and there’s no excuse that can justify it. I...
How to create a GitHub actions workflow that gets results from the Rails security scanner Brakeman and pushes them to GitHub Code Scanning so they show up alongside CodeQL results.
Fixing Tailwind CSS Autocomplete in RubyMine (Rails 8 + Tailwind CSS 4) If you’ve recently...
TailView UI: Building Beautiful Rails Apps Without the JavaScript Fatigue ...
The Problem We built an admin area for a sales company that included a custom CRM,...
I ran into an issue trying to deploy a Rails 8 app to Heroku that was using Solid Cache. This was for a small MVP and ultimately I wanted to use the Solid stack (cache, queue, job) but wanted this to run off a single database on a PaaS like Heroku. The following outlines what I did to get this working.
If you're using RubyLLM to build AI-powered applications in Ruby, you're already enjoying a clean,...
This article was originally published on Rails Designer This one has been in my "articles...
This article was originally published on Rails Designer After last week's introduction of Perron,...
This article was originally published on Rails Designer's Build a SaaS (apologies for the title,...
This article was originally published on Rails Designer How would you tackle this feature in a...
This article was originally published on Rails Designer A few weeks ago I helped someone start...
My brain freezes every time I think about publishing the first MVP. It’s definitely not ready. And...
Contexto Na iugu, temos um processo rigoroso de cadastro e KYC (Know Your Customer) para...
"Your monolith is now 10 services—and everything is on fire." You did it. You split the...
Your Rails app is not your business. Let’s face it: most Rails codebases look like this: class...
This article was originally published on Rails Designer When you use Turbo Frames on your page...
This is Part 1 of a 3-part series on building production-ready vector search for enterprise...