Composable Contexts Architecture
Oct 7, 2021, 5:10 PM
Let’s talk about app architecture and the approach I apply as an iOS software engineer in a few companies. My team and I were trying to build something solid without slipping into a dense swamp where following the rules distracts you from...
Building Table/CollectionView in a few lines of code with DataDrivenRxDatasources on top of…
Jan 30, 2021, 3:21 PM
Building Table/CollectionView in a few lines of code with DataDrivenRxDatasources on top of RxDataSourcesPhoto by John Cameron on UnsplashIn this article, I’d like to introduce our approach to deal with Table and Collection views quick and...
SwiftUI in Clean Architecture
Dec 21, 2020, 5:02 PM
Clean Architecture diagram from https://commons.wikimedia.org/I was building an iOS app with a reactive approach before it became mainstream. UI is the function from data, unidirectional data flow, Onion Architecture, and all other words...
Deal with Optional Type in Swift Combine
Sep 20, 2019, 4:47 PM
image from: https://www.avanderlee.com/swift/combine/I like the power of strong typing which Swift language provides for us as the developers. Bring it together with a functional reactive programming approach helps me to build responsive...