TL;DR: moving to the public cloud consolidates many small risks into few large ones. A recent GCP cloud outage (https://status.cloud.google.com/incident/cloud-networking/20004) highlights an issue with running more and more parts of the internet on the same infrastructure: as more computing resources consolidate in large cloud providers' data centres, the risk of a significant, global outage of … Continue reading Cloud vs. on-premises is about shaping risk
Tag: architecture
The problem with standardisation
Standards are a double-edged sword Subbu Allamaraju, CTO Expedia, https://m.subbu.org/lessons-from-2019-5beb64e63bc7 TL;DR: Standardisation reduces the dimensionality of a problem space thus eliminating possibilities for optimisation. Standards reduce the number dimensions of a problem space Consolidation initiatives aim at reducing the number of domains in a problem space in order to make problem handling easier: reduce the … Continue reading The problem with standardisation
Digitalisation vs. Automation: it is about capabilities
A pre-digital organisation focuses on efficient processes implementation; a digital organisation focuses on capabilities.
Case study: scalable, extensible identity provider
Slides for a scalable, robust OIDC identity provider with an extensible architecture.
The Model-View-Presenter-Controller pattern
In this post I'll talk about the MVPC (Model-View-Presenter-Controller) design pattern I use in client applications such as progressive web apps and mobile clients. It can be best understood as an evolution of the MVC (model-view-controller) pattern past the MVP (model-view-presenter) pattern. The basics: MVC and MVP You might want to skip this section if … Continue reading The Model-View-Presenter-Controller pattern