SSshiny sherbinainlinesandlogic.hashnode.dev·Apr 1 · 2 min readMCP - More Than Just an Agent's ToolModel Context Protocol — Should it be just a tool used by Agents? Can MCPs be much more? As I covered in my previous blog, MCP is typically defined as a tool used by agents. You define functions, read00
SSshiny sherbinainlinesandlogic.hashnode.dev·Feb 25 · 2 min readSQL and NoSQL – A “Wow” Moment from a SQL MindsetI am a SQL resource through and through. For years, I thought in tables, joins, fact–dimension models, indexes, partitions, and materialized views. When I first started designing collections in Google00
SSshiny sherbinainlinesandlogic.hashnode.dev·Feb 20 · 1 min readFirebase RTD vs Firestore: Choosing the Right Tool Firebase RTD vs Firestore: Choosing the Right Tool. The struggle is real. Many developers wonder whether to use Firebase Realtime Database (RTD) or Cloud Firestore. I faced the same dilemma until I un00
SSshiny sherbinainlinesandlogic.hashnode.dev·Dec 18, 2025 · 4 min readPython vs Node : Dependencies explainedPython’s requirements.txt vs Node’s package.json A shared, human-friendly mental model we build while moving between ecosystems In modern software development, the specific language or ecosystem we use matters far less than it once did. It is now rou...00
SSshiny sherbinainlinesandlogic.hashnode.dev·Dec 5, 2025 · 3 min readModel Context ProtocolWhat Exactly Is MCP? Think of Model Context Protocol (MCP) as the “rules + tools” layer that helps you make an LLM behave the way you want — not the other way around. LLMs are smart, but they don’t know your business logic.They don’t know your APIs.T...00