June 30, 2026•6 min read•RubyRackRuby on RailsWriting Middleware in RailsUnderstanding Rack middleware and how to configure it in a Rails application.
June 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.
May 17, 2026•4 min read•Ruby on RailsNext.jsWho Owns a Day? Lessons From a Timezone BugCommon bug when handling timezone changes that causes incorrect date and time display
February 19, 2026•7 min read•Ruby on RailsThe Real Cost of Polymorphic AssociationUnderstanding the hidden costs and trade-offs of polymorphic associations in Rails.
February 8, 2026•9 min read•Ruby on RailsHow Rails Boots: A Mental Model of the Initialization ProcessHow does Rails prepare your application to handle requests? What are the key steps in the initialization process?