One day at lunch with my colleagues, one of them mentioned that WASM will replace Docker and that intrigued me, so I decided to look more into it, and its relation to Docker. He even quoted one of Docker's co-founders on it.
Category: System Design
Tracing a request chain in a Microservices architecture
Learn the "Distributed tracing" pattern, which allows us to trace a request chain and what happens in between it.
Scaling your app in 3 Dimensions
Learn the 3 different dimensions you can scale your app, to give it high availability.