letscode.adelpro.us.kgI built an MCP Server to stop AI from hallucinating Quranic verses – Introducing quran-search-engine-mcpI wanted to share a tool I’ve been working on to solve a major issue when using LLMs for religious study: Hallucinations. We’ve all seen AIs confidently misquote verses or mix up chapters. To fix this, I developed quran-search-engine-mcp. It’s a Mod...Jan 20·2 min read
letscode.adelpro.us.kgHow I Successfully Implemented quran-search-engine in open-mushaf-nativeWhen I started building advanced search for open-mushaf-native, I wanted three things: powerful search (text, lemma, root, fuzzy) good performance, with pagination and infinite scroll code that stays simple and maintainable, not a mess of custom sea...Jan 18·6 min read
letscode.adelpro.us.kgProgressive Web Apps (PWA): The Hybrid Web Revolution1. Introduction Progressive Web Apps (PWAs) combine the reach of the web with the capabilities of native applications. They load instantly, work offline, send notifications, and can be installed on any device — all using standard web technologies: HT...Oct 9, 2025·10 min read
letscode.adelpro.us.kgThis New React Feature Will Make Your App 20% Faster With Zero Code Changes.What Is the React Compiler? The React Compiler (formerly React Forget) is an optimizing compiler that analyzes your React components and automatically memoizes computations, props, and state transitions, the same things you’ve been manually optimizin...Sep 23, 2025·7 min read
letscode.adelpro.us.kgInfinite Scroll in React: The Smooth, Built-in Way with Intersection Observer (No Libraries Needed)Introduction: Why Infinite Scroll Matters: Keeping Users Engaged You know that feeling? You’re scrolling through a feed, lost in the content, new content keeps appearing, No clunky “Load More” button. No jarring page refreshes. Just… more. That’s inf...Sep 11, 2025·6 min read