Mar 16 · 9 min read · I'll be honest - navigation in Android has always been a pain. Fragment transactions, back stack bugs, losing state when rotating the screen... I've spent countless hours debugging navigation issues o
Join discussion
Feb 12 · 10 min read · Why Legacy Navigation Patterns Break Modern Applications The React Router ecosystem has undergone fundamental changes. Version 6.4+ introduced data APIs, loader functions, and action handlers that fundamentally alter how applications should handle na...
Join discussionFeb 7 · 3 min read · Building a single-page application sounds simple until you need to handle routing. I've seen Angular applications where every route was eagerly loaded (making the initial bundle huge), routes weren't protected (allowing unauthorized access), and navi...
Join discussion
Feb 6 · 5 min read · Problem statement: it works… until someone refreshes I’ve seen this pattern again and again, especially with newer Flutter developers. You build navigation using go_router.You pass objects from one page to another.Everything works perfectly during no...
Join discussion
Dec 30, 2025 · 7 min read · Christmas has passed, and I truly hope you got your presents — hopefully more elaborate than an annual supply of socks. Now that your presents are here (socks or not), join me for a moment to ponder the logistics of Santa Claus. So how does Santa del...
Join discussion
Nov 12, 2025 · 5 min read · /** * ## AppNavGraph * * This composable function defines the **navigation graph** for the entire app. * * ### Responsibilities: * - Sets up navigation destinations (screens) for the app. * - Manages a **shared `ArtViewModel`** across multiple...
Join discussionNov 5, 2025 · 5 min read · Introduction Contributing to Ghost CMS has been a great learning experience for me. I started with small fixes, and now I have a better understanding of how good design and accessibility improve user experiences. So far, I have solved three issues: #...
Join discussion
Nov 6, 2025 · 15 min read · Part 4 of 20 | Estimated Reading Time: 22 minutes 🎯 What You'll Learn In this fourth part of our comprehensive tutorial series, you'll create a stunning, production-ready health dashboard UI using SwiftUI. By the end of this part, you'll have: ✅ B...
Join discussion