Considering how important caching is to a performant Rails application, it’s well worth learning. With a few fundamental concepts under your belt there’s nothing to it
While upgrading infrastructure is indeed a valid option for our scalability problems, I believe most apps out there can scale just as well with code alone
My colleague Ken and I decided to reach out to the Inkpress CMS primary maintainer to get his thoughts on making some contributions that we felt would improve not only his software, but also improve ours in the process
Regular expressions can be tricky to write and downright impossible to read. They can also be incredibly useful. Striking a balance between power and legibility is achievable. Here are five of the best ways I know to do it.