·
12 min
Defending Against Prompt Injection
Why 'ignore malicious instructions' never works, and which defenses actually reduce the blast radius of prompt injection in LLM apps.
4 Articles
Why 'ignore malicious instructions' never works, and which defenses actually reduce the blast radius of prompt injection in LLM apps.
A practical guide to Laravel events listeners: auto-discovery in Laravel 11+, queued listeners, real trade-offs, and the pitfalls to avoid.
A practical guide to nodejs project structure: feature-based folders, separating routes, controllers and services, config, and avoiding circular deps.
An honest look at the repository pattern in Laravel: what it is, how to bind it in a service provider, and when it's just extra indirection.