Tutorial

Git Squash for Project Planners: Simplifying Your Commit History
Why I Prefer Squashing of the Branches
TutorialBest Practices

Jetpack Compose Navigation With Type Safety
Introduction of type safety to the navigation compose library
AndroidTutorial

Update your compass - new Android Orientation API
Android provides new Fused Orientation API from multiple sensors
AndroidTutorial

Stop using the Freezed map/when. Use sealed class with pattern matching.
Pattern matching makes the usage of map/when generated code with Freezed redundant in Dart 3.0 and higher
FlutterTutorial

Jetpack Compose Conventions for the @Composables to Make Them Better
Learn more about creating more developer-friendly composable for everyone
AndroidTutorial

Stop Using Test Tags in the Jetpack Compose Production Code
Replace test tags with the semantics which are actually useful
AndroidTutorial