Optimizing State Management in Flutter with Riverpod
How I structured Riverpod state for a production Flutter EV-charging app — provider scoping, AsyncNotifier, real-time WebSocket sync, and the patterns that kept rebuilds cheap.
Jetpack Compose: Lessons From 10 Years in Android
Hard-won Jetpack Compose lessons from migrating production Android apps off XML — recomposition, state hoisting, stability, and the Clean Architecture boundaries that kept it maintainable.
How I Architected an EV Charging Platform (OCPP, WebSocket, Flutter)
A full-stack walkthrough of an EV charging management platform: OCPP 1.6 over WebSocket, a Node.js middleware layer, sub-100ms P2P local control, and a Flutter app — and the architecture decisions behind zero critical post-launch defects.