VY.
HomeAboutProjectsExperienceContactBlog
← Back to portfolio

BLOG

Thoughts & Articles

Writings on development, architecture, and building things that matter.

11Total Posts
01Current Page
Jul 4, 2026Article

HTTP QUERY: The New HTTP Method Explained

The HTTP QUERY method is a new standardized HTTP method designed for safe, read-only requests that require a request body. Learn why it was introduced, how it differs from GET and POST, and when developers should start using it.

HTTPQUERYWeb Development+7
Jun 4, 2026Article

Debugging a Random 502 Error in Production: When PM2 Was Watching the Wrong Process

A real-world debugging story of a Node.js API that would randomly start returning 502 Bad Gateway errors and stay down until the next deployment. The root cause wasn't Caddy, Express, or the server itself it was how PM2 was managing the application process.

nodejsexpresspm2+9
Apr 21, 2026Article

Vercel April 2026 Security Incident: What Happened, Who’s Affected, and How to Stay Safe

A complete breakdown of the Vercel April 2026 security incident, including root cause, impact, and actionable steps developers should take to secure their applications.

Vercel security incidentApril 2026 breachVercel data breach+5
Apr 16, 2026Article

From CRUD to AI: How Full-Stack Development is Changing in 2026

Full-stack development is evolving fast. In 2026, developers are moving beyond traditional CRUD apps toward AI-powered systems that reduce boilerplate, shift backend logic to models, and redefine how applications are built.

full stackAIweb development+5
Apr 10, 2026Article

AWS us-east-1: Why Do We Keep Deploying There

Every major AWS outage hits the same region. Every postmortem says "consider multi-region." And yet, every new project defaults back to us-east-1. Let's talk about the psychology, the laziness, the real risks and what you should actually do about it.

AWSCloud ArchitectureDevOps+3
Apr 6, 2026Article

Prompt Injection Attacks: The New SQL Injection

Prompt injection attacks are emerging as a critical security risk in AI-powered systems. Much like SQL injection once exposed weaknesses in databases, prompt injection exploits how AI interprets instructions. This guide explains how it works, real risks, and how to defend against it in production systems.

aisecurityprompt-injection+4
← Previous
12
Next β†’