3 min read

Understanding Laravel's SerializesModels

When complicated objects are serialized, their string representations can be atrociously long, taking up unnecessary resources both on the queue and application servers.

3 min read

Simple Scaling with Redis Lists

Although simple and powerful, it's no secret that relational databases have their limitations. So what happens when simple doesn't cut it, and your relational database falls short?