Content & Teaching
I share what I learn — making cybersecurity and backend engineering accessible through YouTube and LinkedIn.
Brute Force Attacks Explained
A deep dive into how brute force attacks work, common toolsets used by attackers, and practical defences every developer should implement.
Secure Architecture for Fintech
How to design financial systems that are secure by default — covering authentication, data encryption, API security, and audit logging.
Real Penetration Test Stories
Anonymised real-world audit stories — what vulnerabilities I found, how I reported them, and what the business impact would have been if exploited.
GRC for Startup CTOs
A practical guide to Governance, Risk & Compliance for early-stage companies — what you actually need, what you can defer, and how to avoid compliance debt.
Laravel Security Best Practices
A practical walkthrough of Laravel's built-in security features — CSRF protection, SQL injection prevention, XSS, mass assignment protection, and secure file uploads.
Building Fraud-Resistant Payment APIs
How to integrate Paystack and Monnify securely — webhook validation, signature verification, idempotency keys, and preventing replay attacks.