Feb 14 · 13 min read · If you've been using AI coding assistants like Cursor, Windsurf, or other agentic coders to build your projects, you might have noticed something frustrating: the more your project grows, the slower things seem to get, and you hit those dreaded rate ...
Join discussion
Sep 13, 2025 · 13 min read · Recap: The Journey So Far In Part 3, "Navigation & Feature Isolation" we meticulously re-architected our navigation. We moved from a monolithic structure to one where each feature (like :feature-home and :feature-detail) defines its own NavGraph. The...
Join discussion
Sep 10, 2025 · 13 min read · 🚀 Introduction In Part 1, we stabilized the domain and extracted our first feature module (feature-bookmarks).In Part 2, we establish core data and DI boundaries, ensuring features depend only on stable contracts. But there’s a trap: even if your fe...
Join discussion
Sep 6, 2025 · 10 min read · In Part 1, we discussed the benefits of modularization, created a blueprint and high-level plan, centralized Gradle configurations, and built our first feature module :feature-bookmarks. That gave us a stable foundation. Now it’s time to handle somet...
Join discussion
Sep 5, 2025 · 20 min read · This article was originally published on Medium. You can read it here. In the "Untangling Android Navigation" series (Starter GitHub code), we built a healthy, single-module app using Jetpack Compose, Hilt, Paging, nested navigation, and deep links. ...
Join discussion
Apr 8, 2025 · 3 min read · Hey dev,Let’s be honest: shipping features is cool, but maintaining a tangled codebase 6 months later? Not so much. This drop is about keeping your project clean, modular, and future-you-friendly — especially if you’re working with SwiftUI or trying ...
Join discussionFeb 9, 2025 · 10 min read · Introduction Imagine this: You’re building a complex cloud infrastructure with Terraform, and you find yourself copying and pasting the same chunks of code across multiple projects. Sound familiar? Not only is this approach tedious, but it’s also err...
Join discussion
Jan 13, 2025 · 5 min read · In the ever-evolving world of Android development, developers often focus on the latest trends like Jetpack Compose, Kotlin Coroutines, and dependency injection with Hilt. However, there’s one critical yet under-discussed topic in Android development...
Join discussion
Aug 17, 2024 · 4 min read · I’ve been through the grind of slow builds, watching as valuable time slips away while my codebase crawls through a sluggish CI/CD pipeline. But the good news? We can fix this together. Let’s walk through some practical strategies that I’ve personall...
TTanishka commented