Aug 31, 2026•3 min read•RubyProgramming100DaysToOffloadDifference between load, require, and require_relative in RubyA handy note on when to use load, require, and require_relative in Ruby.
Jun 30, 2026•6 min read•RubyRackRuby on RailsWriting Middleware in RailsUnderstanding Rack middleware and how to configure it in a Rails application.
Jun 2, 2026•11 min read•RubyRackRuby on RailsUnderstanding Rack: The Interface Between Ruby Web Servers and FrameworksLearn why Rack was created, how the Rack protocol works, how middleware fits into the request-response cycle, and build a small Rack application from scratch.