Paul Allies
Code Foundation, a division of Nanosoft

Code Foundation, a division of Nanosoft

Follow
Follow
homeiOSAndroidReactJavascriptbadges
Tag

clean code

#clean-code

More content

Read more stories on Hashnode


Articles with this tag

Room(SQLite) and Kotlin

Oct 25, 20214 min read271 views

The Room persistence library provides an abstraction layer over SQLite. To use Room in your app, add the following dependencies to your app’s...

Room(SQLite) and Kotlin

Core Data and Swift

Oct 25, 20213 min read255 views

Continuing with our clean architecture, let’s write a simple Todo CoreData Datasource in swift. Our applications repository method would use the...

Core Data and Swift

Clean Architecture: TypeScript and React

Oct 24, 20215 min read2.3K views

By employing clean architecture, you can design applications with very low coupling and independent of technical implementation details, such as...

Clean Architecture: TypeScript and React

Clean Architecture in Jetpack Compose

Oct 13, 20215 min read523 views

By employing clean architecture, you can design applications with very low coupling and independent of technical implementation details, such as...

Clean Architecture in Jetpack Compose

Clean Architecture in SwiftUI 5.5

Oct 12, 20215 min read1.5K views

By employing clean architecture , you can design applications with very low coupling and independent of technical implementation details, such as...

Clean Architecture in SwiftUI 5.5