2024-11-05

On Clean Architecture (Part 2)

Dependency inversion managed to get very close to becoming everyone's silver bullet. We need to talk about the costs it imposes and why we should use it less.

2024-07-01

Test at your boundaries!

I will motivate why you should always define the boundaries of your system as small and as far out as possible and why you should only test them, instead of the rest of your system.