Faster Rails: Is Your Database Properly Indexed?
Posted on May 26, 2019
[ 3 min read ]
This article describes how to properly index database column.
Faster Rails: How to Check if a Record Exists
Posted on Apr 18, 2019
[ 5 min read ]
There are several ways to check if a record exists. This article demonstrates a few examples with benchmark.
JSON Web Token (JWT) Signing Algorithms Overview
Posted on Mar 27, 2019
[ 4 min read ]
Learn all about the different JWT signing algorithms and how to choose the correct one for your use case!
Time (Zones) Explained
Posted on Oct 19, 2018
[ 4 min read ]
This article explains time zones in Rails
Understanding OAuth2
Posted on Sep 26, 2018
[ 8 min read ]
If OAuth2 is still a vague concept for you or you simply want to be sure you understand its behaviours, this article should interest you.