Week 9, year 2021
- CQRS facts and myths explained - I’m sure that you know a lot of Urban Legends. They usually start with “hey, my friend’s cousin saw that…” or “you know, I’ve read such… [Event-Driven by Oskar Dudycz]
- Taming the WSL 2 Resource Monster - I've switched all of my Docker and *nix usage to use WSL 2 for a while now, and largely have been free of any issues/problems. That is, until recently, when I've been working on speeding up my team's production Docker image builds (another story). This work heavily involved modifying [Jimmy Bogard]
- Crossing the Generics Divide - Generics are great, until they aren't, and when they aren't is when you don't know the type at compile-time but at runtime. This isn't necessarily a bad thing, and isn't necessarily a design problem. Remember, void Main is not generic, so at some point, your program needs to cross the [Jimmy Bogard]
- Making Complex Topics Stick (Part 3: Delivery) - How to overcome the first curse of speaking: linearity. [The Architect Elevator]