I'm passionate about exploring and sharing the latest in web, cloud, open-source, and AI.
Subscribe to my newsletter to stay updated on all the latest insights, tips, and stories from my journey. Don't miss out!
Topics I Write About
#NextJS
#React
#ReactNative
#TailwindCSS
#APIs
#WebDev
#JavaScript
#TypeScript
#C
#C++
#Figma
#Node.js
#Cloud
#DevOps
#AWS
#Kubernetes
#Docker
#AI
July 7, 2026
5 Kyverno Policies to Secure Your Kubernetes Cluster
Latest
Five practical Kyverno ClusterPolicy examples with demos: resource limits, image tags, required labels, privileged containers, and image signing.
- June 24, 2026
I Wanted AI Code Review I Could Actually Own. So I Built Codra.
Codra is a private, free and open-source AI code review engine with bring-your-own models, infrastructure and limits.
- March 16, 2026
Voice Search in Chrome Extensions Is Harder Than It Looks
From Hono WebSocket bugs to broken AudioWorklet in MV3, here's everything that went wrong building voice search for my Chrome extension.
- January 8, 2026
React (RSC) Exploits Are Real and It's Hurting Engineering Teams
Deep dive into React RCE (CVE-2025-55182) & Next.js risks. Covers RSC Flight exploits, patch fatigue, and securing server actions from DoS & leaks.
- December 24, 2025
Managing Metadata in Next.js for Enhanced SEO and User Experience
In Next.js, there are two primary ways to manage metadata for your application: using a static metadata object or a dynamic generateMetadata function.
