You don’t need a sophisticated caching mechanism to improve your application’s performance. All you need is a basic understanding of the HTTP specification.
Learn how to build a production ready Rack application without a framework like Rails or Sinatra.
Rails writes a new cache entry based on the first request. But what happens when that request is from an admin?
Learn how to improve the interface of your existing Active Record Models with this underutilized API.
Because 0x0000000103f70c98 never helped anyone.
Learn about an unexpected limitation with this API and how to combat it universally.
Time dependent tests are difficult to diagnose, and the symptoms don’t present themselves until it’s too late. This article will help you determine if your test suite is time dependent.
Your team’s manual deployment process doesn’t have to be so manual. Here’s how we automated our team’s deployment process with a few lines of bash and basic Git knowledge.
You probably use some type of error monitoring software to notify you when an exception is raised in your application, but are you being notified when there is an anomaly in user behavior?
How do you even save a “duration”, let alone query for records by that value? It’s actually easier than you think.