ā” Real-Time Sync Between Web Apps and Desktop Systemsš From Clicks to Automation: Building a Real-Time Integration Workflow Modern software stacks often live in two separate worlds: š Web apps ā great for collaboration, dashboards, and control š» DeApr 15, 2026Ā·5 min read
Building an AI-Powered Portfolio Assistant with MCPHow I Built a Smart Assistant for the Renderer Framework Using MCP A comprehensive guide to creating your first MCP server with real-world examples š Table of Contents Introduction What is Model Context Protocol? The Problem We're Solving Archi...Dec 29, 2025Ā·20 min read
GitHubWrap.space: Your Coding Year, Told Like a Space Odyssey šEvery developer has a story. Some stories are written in late-night commits.Some are hidden in pull requests merged after long debates.Some live quietly in green squares on a GitHub contribution graph. But most of the time, we never stop to read that...Dec 25, 2025Ā·4 min read
MasterāSlave (PrimaryāReplica) ReplicationIf youāre building a modern application that needs speed, availability, and fault tolerance, MongoDB replication is one of the easiest and most powerful features you can use. š What Is MasterāSlave (PrimaryāReplica) Replication? Replication ensures ...Nov 28, 2025Ā·4 min read
Behind the Scenes ā Building NexoDrive and Reinventing File SharingOver the past few weeks, we (I and Sumeet Naik ) built something. A simple tool that turns chaotic Google Drives into clean, user-friendly libraries. We call it NexoDrive. But this post isnāt just a product announcement ā itās the story behind why we...Nov 24, 2025Ā·3 min read
š§ How to Disable Source Maps in Vite + React (and Why You Might Want To)When you build a React app with Vite, it automatically generates source maps ā files that let your browser map compiled code (like index-abcd123.js) back to your original React source (App.jsx). This is great for debugging, but not always ideal for p...Nov 8, 2025Ā·3 min read
š Understanding Streams in Node.js ā With Real-World ExamplesIf youāve ever handled large files, live data, or real-time logs, youāve probably hit memory or performance issues.Thatās where Streams come in ā one of the most underrated superpowers of Node.js. In this post, weāll break down: What streams are Wh...Oct 12, 2025Ā·4 min read