Writing
All Posts
2 articles on software engineering, architecture, and real systems.
Flutter·8 min read
State Management in Flutter: Enhancing Code Quality and Scalability
State management is a crucial concept in Flutter development that, when done right, can significantly improve the quality, maintainability, and scalability of your code.
Dart·7 min read
Mastering Null Safety in Dart: A Practical Guide for Flutter Developers
Null safety has been a game-changer for Flutter and Dart developers, helping eliminate one of the most common and frustrating bugs: the infamous null reference error.