← all posts

Core Coding Intuition

Fundamentals, algorithms, system design reasoning, and language-level engineering depth.

Core Coding Intuition··5 min read

Vibe Coding and Security Vulnerability

Explore the hidden security risks of "vibe coding" and rapid AI-assisted development. This hands-on breakdown demonstrates how a simple Python f-string can leave a database vulnerable to a catastrophic SQL injection attack, and how implementing bound parameters in SQLAlchemy draws a hard line between executable logic and untrusted user data.