Marcos Sevilla
Marcos Sevilla

Marcos Sevilla

Follow
homeCleaner FlutterContributionsTalksAboutbadges
Tag

software architecture

#software-architecture

More content

Read more stories on Hashnode


Articles with this tag

Cleaner Flutter Vol. 8: Implementing contracts

May 12, 20213 min read

Paying some debts · We have already talked about repositories, I would say quite a bit. But we still have one more part to cover about them, their...

Cleaner Flutter Vol. 8: Implementing contracts

Cleaner Flutter Vol. 7: Where the data comes from

May 12, 20216 min read

Seriously, where the heck does it come from? · Where we left The previous volume began with our data layer, a layer where we implement all the actions...

Cleaner Flutter Vol. 7: Where the data comes from

Cleaner Flutter Vol. 6: Modeling some data

Feb 4, 20218 min read

Turning entities to models · Once the domain layer and all the general behaviors of our project are finished through abstraction, we can start using all...

Cleaner Flutter Vol. 6: Modeling some data

Cleaner Flutter Vol. 5: Establishing use cases

Jan 31, 20215 min read

💡 Note: This article was originally posted in my friend Elian's blog and has been slightly modified for this series. You can check the original...

Cleaner Flutter Vol. 5: Establishing use cases

Cleaner Flutter Vol. 3: Dominating entities

Jan 11, 20215 min read

Getting into the domain layer with entities · We already saw enough of the game rules with CLEAN in the previous volumes of A Cleaner Flutter, now we...

Cleaner Flutter Vol. 3: Dominating entities

Cleaner Flutter Vol. 2: SOLID principles

Jan 5, 202114 min read

💡 Note: This article was originally posted in my friend Elian's blog and has been slightly modified for this series. You can check the original...

Cleaner Flutter Vol. 2: SOLID principles