23 followers
I write about things going on my mind.
Subscribe to my newsletter and never miss my upcoming articles
If you are new to git, you might have a hard time syncing your fork with the original repo. It's not easy for a beginner. It requires some long steps as explained in the official docs. But there is a better & sneaky way to do that using github.com i...
Web3Templates 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...
There 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...
I 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...
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 ...
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://...