Advanced ListView Optimization in Flutter with Riverpod: Avoiding Unnecessary RebuildsJan 5, 2026·11 min read
Layered Component Architecture (LCA): A Pragmatic Approach to Flutter UI OrganizationSep 21, 2025·8 min read
Mastering GetIt for Flutter State ManagementA Comprehensive Guide to Registration Types, Lifecycle Management, and Best Practices Table of Contents Introduction: The Problem We Are Solving Problems Caused by Mixing GetIt and BlocProvider GeFeb 26, 2026·10 min read
How to Combine Streams in Flutter with Maximum Control using Pure, Vanilla DartAug 2, 2025·6 min read
The DevLog: Mastering the Art of Vibe-Coding with LLMsA systematic approach to overcome LLM hallucinations and revolutionize your coding workflow As salamu alaikum wa rahmatullahi wa barakaatuh! Today I want to talk about a beautiful, systematic approach for building with LLMs, especially when vibe-codi...Jun 22, 2025·12 min read
The Expected Mechanism Comparison (EMC) Method: A Revolutionary Approach to AI-Assisted DebuggingAs-salamu alaykum wa rahmatullahi wa barakaatuh! You know, I've been working with AI and LLMs for debugging lately, and subhanAllah, I stumbled upon something that's been a complete game-changer for me. I call it the Expected Mechanism Comparison (EM...May 27, 2025·5 min read
The UI-First Approach: A Game-Changing Development Strategy for LLM-Assisted ProgrammingDiscovering a revolutionary methodology through trial, error, and Allah’s help! As-salamu ‘alaykum wa rahmatullahi wa barakaatuh! Introduction In the rapidly evolving landscape of AI-assisted development, finding the right approach to building applic...May 26, 2025·8 min read
Fixing "Suspicious Content" Errors When Publishing VS Code ExtensionsA developer's guide to resolving false positive security detection during VS Code Marketplace submission As-salamu ‘alaykum wa rahmatullahi wa barakaatuh! The Problem If you're a VS Code extension developer, you may have encountered the frustrating "...May 26, 2025·4 min read
How to force DARK mode on any website!🌸 Bismillahir-rahmanir-raheem 🌸 You can enable dark mode on a website using the browser's developer console (Inspector). Here's how: Method 1: Using CSS in the Console Open the Developer Console: Press F12 or Ctrl + Shift + I (Windows/Linux) Pre...Feb 26, 2025·1 min read
Is Cursor Hallucinating when Generating Code? This could be the reason...If you’ve enabled rules in Cursor, what it will do is that whenever you send a prompt, your rules will also be sent to the LLM. Therefore, if your .cursorrules file contains complex and lengthy rules, your original prompt might be blurred and the mod...Feb 10, 2025·1 min read