Insights
Field notes from production
If it's here, it's because I used it, tested it, or watched it fail and wanted to write down why.
- ArticleRead more3 min read
Take Control of Your HTTP Caching in Rails
Get more control over HTTP caching in Rails.
web-developmentrailsruby - ArticleRead more7 min read
Introduction to Conditional HTTP Caching with Rails
Learn how to implement HTTP conditional caching in Rails using fresh_when.
web-developmentrailsruby - ArticleRead more3 min read
Scaling JSON APIs in Rails using ActiveModel::Serializers, Key-Based Caching, and Rack::Cache
Learn proven strategies for scaling JSON APIs in Rails applications. Performance optimization techniques using ActiveModel::Serializers, key-based caching, and Rack::Cache with real-world examples.
web-developmentrailsruby - ArticleRead more1 min read
Changing Git Remotes and Capistrano
A quick look at some recent issues I had when trying to move git remotes and then deploying with Capistrano and how I resolved the issue.
capistranogitdeployment - ArticleRead more8 min read
A look at Decorators and Presenters
A look at how decorators and presenters can give flexibility to your application.
rails-architecturedesign-patternsdecorators - ArticleRead more2 min read
NewRelic RPM with ActionController::Metal
Get NewRelic RPM request instrumentation while using ActionController::Metal
rails-architectureperformance-monitoringactioncontroller-metal - ArticleRead more2 min read
AssetPath with ActionController::Metal
Getting proper asset paths with the asset pipeline while working with a controller which doesn't inherit from ActionController::Base can be a bit confusing. Learn how to get it working here.
rails-architectureasset-pipelineactioncontroller-metal - ArticleRead more1 min read
FB.ui Dialog Position bug in Webkit
Fix a centering issue of FB.Dialog's within scrolled pages in Webkit.
facebookjavascriptbug-fixes - ArticleRead more6 min read
CSS3 Transition Idiom
Exploring the use of CSS3 transitions, including browser feature detection, graceful degradation, and a simple idiom for applying transitions with fallbacks to JavaScript animations. Discusses the benefits of CSS transitions and methods for detecting browser support.
web-developmentcssjavascript
Nothing matches those filters.