Using hk for git pre-commit hooks in Ruby and Rails projects
Discuss this post on Reddit Introduction
Ruby and Rails Developer, Toronto
Discuss this post on Reddit Introduction
For the past few weeks I’ve been using Claude Code extensively in my Ruby development workflow and find it incredibly powerful, especially since the launch of the Sonnet 4 model.
(Last updated: 2025-09-04)
Just Press Record is a nice little app for recording voice memos, available on macOS, iOS and watchOS.
I wrote an article for Shopify Engineering’s Rails at Scale blog:
This post describes the process of setting up Sorbet and Tapioca for the Jumpstart Pro Rails template.
A few years ago, Matt Swanson wrote a great post on setting up Rails CI on GitHub Actions. It quickly became my go-to reference for setting up CI for new apps.
Recently I’ve been aiming to do more katas, both in my personal time, and at work in our Deliberate Practice group.
To deliver working software incrementally, and at a sustainable pace, it’s critical to keep the master build passing at all times.
A common theme in business applications is the need for some kind of periodic task to run at a fixed interval, such as daily or weekly. This is often used for activities such as billing, pushing data to other systems, or integrating with a third-party API.