Home
All Posts
-
Secure .mcp.json Management with direnv — Keep Your API Keys Out of Git
Are you hardcoding API keys in your .mcp.json? Learn how to use direnv to safely manage sensitive credentials as environment variables and prevent accidental git commits.
-
Demystifying Playwright Test Agents' seed.spec.ts: What I Learned from Reading the MCP Code
Understanding the role of seed.spec.ts in Playwright Test Agents by diving into the MCP source code to see how AI agents use it for browser setup.
-
Deciphering GraphQL: A Deep Dive into Type Merging and Schema Stitching
A detailed walkthrough of GraphQL Type Merging in Schema Stitching, explaining how multiple schemas with the same types are merged at the gateway level.
-
Cross Module Transaction with Prisma
How to write cross-module transactions in Node.js using Prisma and cls-hooked for a layered architecture.
-
Policy enforcement with Vue.js and OPA WebAssembly
How to integrate OPA WebAssembly with Vue.js to enforce policies in the front-end using Rego.