Custom Equatability in Rust: Beyond the Standard CasesIn Rust, equatability is typically implemented using the PartialEq and Eq traits. While the default implementation works well for many use…Jan 27Jan 27
From Individual Contributor to Leadership: My Must-Read Book Recommendations for Aspiring…Transitioning from a purely individual contributor role to a managerial or leadership position can feel both exciting and overwhelming. The…Jan 20Jan 20
🏷️ Tagged: A Newtype Pattern, a Safe & Type-Restricted Wrapper for Dart and FlutterMotivationJul 18, 20231Jul 18, 20231
Creating a Culture of Clean Code in Your TeamAs a software engineer, it’s important to write code that is functional and easy to read and maintain. This is especially true when working…Jan 2, 2023Jan 2, 2023
SoundCloud Audio Player For FlutterThis is a quick implementation of a SoundCloud audio player for a Flutter. Enjoy!Feb 10, 20211Feb 10, 20211
Popover For FlutterA popover is a transient view that appears above other content onscreen when you tap a control or in an area. Typically, a popover…Jan 13, 20211Jan 13, 20211
Published inITNEXTApple Music / Tidal Style Audio Player for Flutter.Cross-platform Flutter project powered by Streams, Value Types and BLoC pattern. Runs on iOS, iPadOS, macOS, and Android.Apr 21, 2020Apr 21, 2020
Not a nonsense example of a web application with Flutter and Dart.One week ago Google presented Flutter for web. This week I had a few hours to build a simple but not a nonsense web application, deploy it…May 16, 20193May 16, 20193