Exploring the Crucial Role of the Composition Root
Published on 05 February 2024Exploring the Crucial Role of the Composition Root in Swift iOS Development.
Software Architecture and Design for iOS.
Exploring the Crucial Role of the Composition Root in Swift iOS Development.
Exploring the Crucial Role of the Composition Root in Swift iOS Development.
Naming things is hard. This is my take on how to name things that can stand the test of time.
Unlock the secrets of bad code and master elegant solutions. Explore examples and Swift coding excellence.
Presenting how the Flow Pattern helps building extensible, maintainable and testable features.
Design your MVVM UI while keeping a clean codebase.
Discover what makes good software architecture and how it can improve your team's performance and the outcome of your project.
Master polymorphism for clean code. Learn how to create flexible, reusable codebases w/ examples. Ideal for experienced dev's seeking to improve their skills
The open-closed principle simplifies dev life by allowing new features without affecting existing code, making development stress-free.
A discussion on the benefits of unidirectional dataflow architectures and how they can be applied to the Model-View-Presenter pattern.