PinnedHow to setup Sanity CMS with Next.js & TailwindCSSThere are many Headless CMS out there, From that Sanity CMS is what I liked to pair with Next.js because of three main reasons. First, the schema & the UI is completely controlled by the code so that we can customize it in any way we like. There are...Jan 29, 2021·9 min read·3.6K
Sync GitHub Fork with Original Repo (not using command or bash)Syncing fork is a nightmare. I tried to fix it using a sneaky way without using command or bash. Mar 20, 2021·5 min read·270
Building TailwindCSS Components — Web3TemplatesWeb3Templates Components is an growing Library of Components built with TailwindCSS you can copy paste to your Tailwind Projects. Do whatever you want with it. I had this idea for a while. But I procrastinated. When I saw the Vercel Hackathon, I cou...Feb 6, 2021·4 min read·762
Git Cheatsheat for beginners with VSCodeI decided to start with Git & Github for one of my existing projects. I started with creating a Github Repo with my account. Mistake #1 I initiated the repo with Readme & .gitignore. Since I already have a project to publish to GitHub, you should k...Jan 21, 2021·4 min read·359
How to Setup a Working Contact Form in your Hashnode Blog?If you are using a hashnode blog, chances are you don't have a contact form in your blog. However its now easy to add one with their Widget Option where you can embed on a separate page on inside a blog post. The options are limitless. I'll explain ...Dec 21, 2020·6 min read·1.0K
Get URL Query Params in Next.js using getInitialProps()As the title says, this is a simple code snippet to get URL Query params in Next.js using getInitialProps() method. In Next.js, getInitialProps() have context property where URL query can be fetched using query. See example code below. URL: http://...Dec 1, 2020·1 min read·4.8K
Black Friday & Cyber Monday Deals for Developers & DesignersBlack Friday (Nov 27) and Cyber Monday (30 Nov) of 2020 is here. There are many startups & SAAS offering great discounts on these days. Its the time to fulfill your Wishlist. Here are list of offers & discounts I have curated. I'll be keep adding new...Nov 23, 2020·5 min read·145