Blog ✍️
Sharing thoughts, experiences, and ideas on programming, life, and curiosity.
Prototype and Inheritance in JavaScript
Understanding Inheritance According to MDN, inheritance in programming allows a child...
4 min readFewer Files, More Lines vs. More Files, Fewer Lines of Code
When reviewing or raising pull requests, one piece of feedback I often hear is: "Move this to a...
3 min readOptimized Infinite Scroll with Next.js 14 Server Actions and React Query
Pagination is crucial when dealing with large datasets in web applications, ensuring a smoother user...
5 min readWhy did I choose Supabase as a backend service for my Next.js full-stack project
I've been exploring options for my upcoming side project and initially settled on using DrizzleORM...
2 min read