A step-by-step mathematical deep-dive into how Diffie-Hellman key exchange works - from simple paint mixing analogies to the discrete logarithm problem that makes it unbreakable.
A detailed breakdown of CVE-2026-31431 - understanding how a kernel page cache vulnerability allows privilege escalation from regular user to root access through cryptographic socket exploitation.
How I built a lightweight, fast clipboard manager for Linux using PyQt6 and automated PyPI publishing with GitHub Actions - showcasing the power of AI-assisted development in creating polished desktop applications.
A real-world issue I faced where a Node.js authentication API worked locally but failed inside Docker with "Empty reply from server", how I debugged it, what I missed, and how I fixed it.