Blog
Notes on Building Useful and Measurable Products
In this blog, I share practical perspectives as a Mobile-First Product Engineer on product development, software engineering, and the thinking process behind technical decisions.
Articles
A space to share processes, lessons, and frameworks I use when building products.
Dart
Create a Singleton in Dart
A Singleton is a design pattern that ensures a class has only one instance while providing a global point of access to that instance.
FlutterTapping the White Space of the GestureDetector Widget's Child
How to make the white space within a GestureDetector widget in Flutter interactable, using the HitTestBehavior property.