Embracing Change
Joe discusses the pitfalls of blindly following standards and frameworks, highlighting the importance of adaptability and simplicity in coding. He emphasizes the need to focus on core functionalities rather than getting lost in rigid structures, drawing insights from past experiences with tightly coupled systems.In this clip
From this podcast

Coding Blocks
Clean Code - How to Build Maintainable Systems
Related Questions
What needs to be done with business logic in the data layer that doesn't make sense to have in the domain layer according to Uncle Bob's clean architecture?
Should the data layer contain logic according to Uncle Bob's Clean Architecture as discussed in the episode Clean Architecture - Are Microservices Truly Decoupled? and the clip Testing Perspectives?