Blogs

Rails 6.1 RC2: Horizontal Sharding, Multi-DB Improvements, Strict Loading, Destroy Associations in Background, Error Objects, and more!
The second release candidate for Rails 6.1 has been released and brings a more robust experience for those already trying this version. We’ve been hard at work tweaking and adjusting the nobs to have so using this version is a smooth ride to every...


The Ultimate Guide to Blazing-Fast Performance in Rails
Ruby on Rails is a tremendous framework when you want high development velocity for your project or startup. It’s useful right out of the box and comes with a plethora of behind-the-scenes magic to make your life easier. However, it’s not consider...

How to Dockerize a Rails application - Code with Jason
I had to hear Docker explained about 48,766 times before I finally grasped why it’s useful.I’ll explain in my own words why I think Dockerizing my applications is something worth exploring. There are two benefits that I recognize: one for the deve...






Benchmarking JSON Parsers (OJ, SimdJson, FastJsonParser)
Performance Benchmarks between OJ, SimdJSON, FastJsonparser, and StdLibI was recently looking at the performance of some endpoints that process large amounts of JSON, and I wondered if we could do even better than we do in terms of performance for...