Blogs

My Tech Progress

2/2/2023146 views1 min read

This is a pretty raw blog for me to keep on referencing and reflecting on from time to time.

Resizing Images in Markdown and using it in Next.JS with Image Component.

11/9/2022179 views1 min read

Server Side Rendering of Tailwind CSS styles in NextJS

11/8/20222.8K views2 min read

Authentication and Protected Routes using Remix + Auth0 + Prisma

12/7/2022442 views9 min read

Creating Dynamic Open Graph images for your blogs!

11/5/2022409 views7 min read

Automate that shit of creating the images!

Let's add a Command Palette on our website

2/4/2022180 views5 min read

Add a raycast style command palette to your website

Setup Tailwind CSS with Turborepo!

20/2/20227.7K views3 min read

In this article, I’ll show you how to setup Tailwind CSS with your Turborepo.

Enable outlines and symbols support for React in VSCode!

3/12/2021100 views1 min read

This is a simple extension that shows the symbols and outlines for a React file.

Write Markdown In NextJS

28/6/202197 views2 min read

MDX is awesome!

Let's Polyfill - map(), filter() and reduce()

17/5/202170 views5 min read

The hello world of Polyfills

Search a User's Hashnode blogs right from your VSCode!

17/2/2021Publication

Implement Protected Routes in NextJS!

20/1/20211.2K views4 min read

Protecting Routes from unauthenticated users is a crucial part of any app