Posts

Automating Mobile App Regression: Overnight Testing & Evidence-Based Releases
2026-07-21 · Akkodis
How automated mobile regression testing removes manual QA effort, runs overnight and delivers GO/NO-GO release decisions with screenshots and real-app evidence.

Flutter Monorepo Architecture with Melos
2026-08-22
How three kids apps ship to Android, iOS and Web from one Melos monorepo on Dart pub workspaces: the workspace layout, dependency rules the build enforces, hand-written Riverpod, and players that take new content without an app release.

A Mobile Test Automation Practice, from Zero
2026-08-22
The methodology behind 90+ customer journeys tested nightly: automate journeys rather than screens, hold every journey to a three-lane coverage standard, write tests that survive UI change, run the full suite at night, and scale the practice with QA.

MobX for State Management in Flutter
2023-11-15
A practical guide to MobX in Flutter: the reactivity model, stores built from observables, computed values and actions, async state, granular Observer rebuilds, reactions with a proper lifecycle, and where MobX fits among Flutter's state options.