Writing & Thinking

Articles, tutorials, and thoughts on software architecture, frontend development, and building tools.

Showing 5 posts
Tools

Vercel Got Breached. You Probably Missed It (But You Shouldn't)

Vercel was breached through a supply chain attack via Context.ai. Here's what happened, what was compromised, and exactly what you should do right now.

Guides

What is MCP? A Beginner's Guide

Understanding Model Context Protocol and why it suddenly matters. From copy-paste hell to seamless automation with AI agents.

Android

Fixing Android Gradle Build Errors — Step by Step

A guide to understanding and fixing the most common Android Gradle build errors that plague developers.

Tools

Setting Up MCP Servers in VS Code — Complete Guide

Learn what the Model Context Protocol (MCP) is and how to configure MCP servers directly within VS Code to supercharge your AI tools.

Backend

Fix CORS Error in Django with React Vite Frontend

A comprehensive guide on how to fix Cross-Origin Resource Sharing (CORS) errors when connecting a React Vite frontend to a Django backend.