Thoughts, tutorials, and insights on engineering, and programming.
How I turned any JPG into a 3024x4032 Ray-Ban Meta frame with pure browser Canvas, EXIF surgery and a little gyro math, and what building a 100% local, Instagram Story ready converter taught me about images, privacy and shipping tiny tools.
Event-Driven Architecture is a way of designing software architecture in which microservices (think it as independent workers that only care about its work only), so when a microservice is given a task, it completes it and emits an event globally to announce its work is “done”.
Lessons from my internship on designing a high-performance caching system with SWR pattern, localStorage, and Firebase integration.
A guide to Next.js data fetching mistakes & security vulnerabilities
A guide to JavaScript for frontend development for beginners part 1
A guide to routing in Next.js (App Router) covering Catch-All Segments, Dynamic Routes, Nested Routes, and more.