Feature modules, App modules, Dynamic features if we create an app now everybody says we need spilt up our app in multiple module which is good design. But how and when should we [...]
Are you tired of struggling with state management and complexity in your app, especially in SwiftUI? Enter The Composable Architecture (TCA for short), a library that provides a set of core tools to [...]
Good architecture smooths the development path of your app for years to come. Bad architecture results in developers spending more time maintaining code and fixing bugs than adding features. So what does good [...]
So you’ve heard people talk about Domain-Driven Design. But what is it? What is the blue book? And what is the red book? How can it be applied to your project? During this [...]
When we as developers come across new tech, we’re often eager to jump on as soon as we can. We'll often spend some evenings or weekends to explore and learn the new and [...]