Tutorial

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

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

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

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
Flutter Tutorial

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

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