blog.nishikanta.inTauri vs Electron: The Complete Developer’s Guide (2026)If you're building a desktop app today, you're probably choosing between Electron and Tauri. Electron has been the default for years. It powers apps like VS Code, Slack, Discord, and Notion. But Tauri has rapidly emerged as a serious alternative — pr...Jan 26·6 min read
blog.nishikanta.inProduction-Grade Prompting with the Anthropic APIConcepts, Parameters, Streaming, Caching, and a Real Enterprise Example Prompting in Anthropic (Claude) is not just about writing good instructions.In production systems, prompts behave more like specifications than conversations. This article explai...Jan 17·5 min read
blog.nishikanta.inBuilding 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
blog.nishikanta.inGitHubWrap.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
blog.nishikanta.inMaster–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