Seeking Opportunities
Contact Me

Ruby Articles

System design is inherently about boundaries (what's in, what's out, what spans, what moves between), and about tradeoffs. It reshapes what's outside, just as it shapes what's inside.

Good Boundaries Make Good Systems

In this article we will focus on the implications of taking autonomy as our North Star in module design. What are the practical implications? As always, what goes in and what goes out?

Read More

Parnas was right, and I was wrong. I am now convinced that information hiding, today often embodied in object-oriented programming, is the only way of raising the level of software design.

What We Talk About When We Talk About Modularity

This is the second of three articles discussing modularity patterns in Ruby. In this article we will look at how modularity helps us manage complexity.

Read More

when every node in your system can talk to any other Metcalfe's Law becomes Metcalfe's Curse regardless of code quality

Complexity is the Thing

This is the first of three articles discussing modularity patterns in Ruby. In this article we will start by defining the problem modularity is trying to solve.

Read More

A ruby method for solving the sweet cookie coding challange using a CookieQueue object.

Cookie Queue

Implementing an abstract datatype for managing cookie jars. :) Or, three solutions to a playful problem.

Read More

diagram of hanami routing object for seven restful routes

Adventures in Hanami - Router Rumpus

How finding a bug in the Hanami router led to a adventure in learning.

Read More

rom migration code to add a trigram index to a column in a table

Implementing Postgres Trigram Indexes in ROM

Trigram indexes are a cool feature of Postgres that make full text searches easier and faster.

Read More

an interactor class built with ProtoInteractor

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 . . .

Read More

feature list for the chruby ruby manager

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...

Read More

colorful image of the dragon curve fractal

Chasing the Dragon Curve

In a previous article, The Dragon Curve, I introduced the Dragon Curve fractal. I discussed how the Dragon Curve was discovered by repeatedly folding...

Read More