Thoughts that’s been distilled into a longer form.
Articles
-
Absolute document expiration in Azure Cosmos DB
Recently I was involved in a project where my team and I should migrate our NoSQL databases to Azure Cosmos DB. One of the challenges was to solve absolute Time to Live expiration. In this post I present two strategies that we explored.
-
Bring clarity into your HTTP API errors using problem details
A brief introduction to The Problem Details for HTTP APIs RFC.
-
Back-Forward Cache invalidation and Mobile Safari
A couple of months ago I worked on an issue stating that users using iOS where getting an unmodified result despite modifying input payload.
-
Microservices in the frontend – why?
Micro frontends describes an architectural pattern in which the frontend monolith is decomposed into smaller features fully owned by different cross-functional teams.