Category: technical
All the articles with the category "technical".
I Deleted My Users Table, Part II: The Caching Strategy
Published: at 07:19 PMLearn how to efficiently cache users kept in a third-party authentication provider's database to stay resilient to network failures.
I Deleted My Users Table, Part I: Why and How
Published: at 07:18 PMBe inspired by my reflection on whether I should manage the users of my application myself or use a third-party service.
Write an Email Microservice: Localized, Automated, Scalable & Testable
Published: at 09:01 PMLearn the general requirements for an email microservice and modularly ship it into your existing system. Covering localization, templating and personalization.