Build logs, dev musings, and late-night debugging epiphanies.

Model Context Provider: The Secret Sauce That Turns AI from Talkers into Doers
29 Mar 2025 | 5 min read
How MCP enables AI to take real actions, transforming how future apps are built—moving from button-driven interfaces to natural, chat-based interactions
- #MCP
- #Model Context Provider
- #LLM
- #AI
- #Tools

Fixed : React Native App Gradle Plugin Build error -(zip END header not found)
04 Feb 2025 | 2 min read
Fixing React Native App Gradle Plugin Build error - (zip END header not found) / [android] Plugin [id: 'com.facebook.react.settings'] was not found in any of the following sources
- #react-native
- #bug-fix
- #android

package.json vs Lock Files (package-lock.json, yarn.lock, bun.lock, pnpm-lock.yaml) – What's the Difference?
05 Sept 2024 | 3 min read
Understand the key differences between package.json and lock files like package-lock.json, yarn.lock, bun.lock, and pnpm-lock.yaml
- #package.json
- #package-lock.jsom
- #package manager

Hello World
08 Aug 2024 | 1 min read
console.log('Hello World!')
- #hello-world