Architecture
Feature-first or Layer-first
Choose the approach based on project requirements and team size.
Architecture
Choose the approach based on project requirements and team size.
Architecture
Now, I am beginning series of related articles needed to create mid to big applications in a scalable, maintainable and testable way. Table of contents: * What is Clean Architecture? * Presentation Layer * Domain Layer * Data Layer * Summary * What is next? * References What is Clean Architecture? There are many articles out there
Flutter
Today, it has become a must for widely-used applications to have some basic features like dark mode, different localizations and many more. That is why, most experienced engineers always start the application with architecting these basic features, leaving room for further implementation. There are many choices out there to implement
Flutter
Every Flutter Engineer has ever used setState to update the UI in his code. But not all of us know what happens behind the scenes when the method is called. In this article, let's outline the steps that follows setState method. Content: * setState is called * StatefulElement's
Flutter
Each of us has used Flutter's Stateful Widgets. And this is one of the must topics I always ask at interviews from candidates to demonstrate deep knowledge on the topic. In most cases, this topic makes clear the degree of the engineer. I mean, if candidate shows off