Articles
UPSERTing with ROM and Sequel
Imagine that you have a parent entity, say a baseball Team, that has-many Players. I want to have an edit page for the Team that includes the Players on the Team.
Implementing Postgres Trigram Indexes in ROM
Trigram indexes are a cool feature of Postgres that make full text searches easier and faster.
ProtoInteractor: A Simple Business Object for Hanami
This isn't an article about fantastic feats of programming prowess, but more of a cobbler's tale . . .
Full Stack Hanami, Part 1
If you're anything like me, then I know you're chomping at the bit to use Hanami 2 once it is fully released.
Full Stack Hanami, Part 2
Welcome to Part 2 of Full Stack Hanami, where we will explore using ROM-rb in our Hanami app.
Full Stack Hanami, Part 3
Welcome to Part 3 of Full Stack Hanami, where we'll look at how to use our database in testing.
Hanami & Fly.io Complete Example
In this article, we will walk through the deployment of a fully functioning Hanami app, including persistence using Postgres.
Hanami & Fly.io Hello World
I've been working on a project using Hanami and I wanted to get my feet wet with deploying to production. These are my first steps in that process.
A Beginner’s Guide to chruby
I recently had to set up a new system for development. As part of the process, I normally install a "Ruby manager" to help me...
Deploy a Static Website to Fly.io
Deploying side projects for free is not as easy as it used to be since Heroku eliminated its free tier. Luckily, other players--such as Fly.io...