Blog

Writing about Rails and product engineering.

Why Ruby on Rails is Ideal for Solo Developers

Why Ruby on Rails is Ideal for Solo Developers

Thoughts on the Ruby community, convention over configuration, and why Rails lets one developer ship a full product fast.

Read post β†’
Getting Started with Rails: The Basics Every Developer Should Know

Getting Started with Rails: The Basics Every Developer Should Know

A beginner's guide to preparing for Rails development β€” the terminal, code editors, installing Ruby, SQLite3, Rails, and creating your first app.

Read post β†’
Model-View-Controller in Ruby on Rails

Model-View-Controller in Ruby on Rails

Understanding the MVC pattern through a simple Store app example with Product and Category models.

Read post β†’

Rails 8 with Solid Queue 1.1 Deployed with Capistrano

A practical guide to configuring Solid Queue 1.1.3 on Rails 8 with PostgreSQL and Capistrano, including systemd setup and Mission Control β€” Jobs.

Read post β†’
How to Build CRUD Applications Quickly with Rails

How to Build CRUD Applications Quickly with Rails

A hands-on tutorial building a Store app with Product and Category models β€” comparing manual generators to scaffolding.

Read post β†’