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

How I Rescued My Cloud Bill From the Danger Zone (A Data Architecture Story)

15 May 2026 | 7 min read

How I migrated 63 million rows from AWS Timestream to a GCS + TimescaleDB architecture, cut storage costs dramatically, and learned a few things about not panicking along the way.

  • #aws
  • #gcp
  • #architecture
  • #cost-optimization
  • #timescaledb
Model Context Provider: The Secret Sauce That Turns AI from Talkers into Doers

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)

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?

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