2026.04.01Y·12OWASP Top 10 (2025): Complete Web Security Threats Overview
From injection and broken auth to XSS and the newest threats — OWASP Top 10 broken down with real code examples and practical mitigations for each vulnerability.
OWASPWeb SecurityXSS
→2025.08.21Y·08Hackers Attacked Our Site: How WAF Saved the Day
3 days after launch, our DB CPU spiked to 100%. Logs showed a SQL Injection attack. This is a war story of how we urgently deployed AWS WAF to block the attack. I also explain Positive vs Negative Security Models and the OWASP Core Rule Set (CRS).
SecurityWAFAWS
→2025.08.19Y·07I Hacked My First Website (OWASP Top 10 Deep Dive)
I share how I hacked my friend's website with a single line of SQL Injection in high school. I explain the OWASP Top 10 vulnerabilities every developer must know allowing you to 'think like a hacker'. I focus on Injection, Broken Access Control (IDOR), Cryptographic Failures, and Security Misconfiguration.
SecurityOWASPHacking
→