Davide's Code and Architecture Notes - Postel's law for API Robustness 2023-04-18 5 min read Code and Architecture Notes A system should be robust: it should be able to resist change and, well, not generate regressions. Postel’s law helps define a mindset to create robust APIs. Continue reading
Davide's Code and Architecture Notes - Understanding Elasticity and Scalability with Pokémon Go and TikTok 2023-02-21 5 min read Code and Architecture Notes Elasticity and Scalability: two important Architectural attributes, similar but quite different Continue reading
Davide's Code and Architecture Notes - Server-side caching strategies: how do they work? 2023-01-24 8 min read Code and Architecture Notes Cache-aside, Read-through, Write-through, Write-behind: quite easy on the surface, but let’s go a little deeper! Continue reading