331 followers
Developer learning to build good products ๐ป. Love playing Tennis ๐พ and Indie Hacking ๐ . Reach out to me on my twitter dm ๐ฌ if you want to chat.
Subscribe to my newsletter and never miss my upcoming articles
Let me set the context with this quote There are only two hard things in Computer Science: cache invalidation and naming things. ~ Phil...
How to serve a dynamic HTML template page in Next.js using Handlebars and Next Rewrites ยท A lot of times, you don't want to port the HTML code you have...
Like any other header, a cookie is also a header that web apps use to store essential information. If you want to clear a cookie from server-side in...
I am tired of logging JSON and seeing [Object] or [Array] on my terminal. So I set out on a mission to do something about it. Enter jq, a lightweight...
I recently came across an interesting pattern to render SVGs in an open-sourced project, so thought of sharing it. Instead of creating one file each...
We all use some VS Code extensions for our day to day development and are always on a hunt for more useful extensions. Here is a list of mine and how...