Writing
I write about engineering, architecture, and lessons from scaling production systems.
- Flutter
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
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.