Aayush Biswas

@aayushbiswas · Joined July 2021

Hi, I am Aayush Biswas a web developer and web designer from India.

How to use Prettier with Tailwind

Hello everybody welcome to today's session on how to use prettier with Tailwind for sorting classes. We will install and configure prettier to work smoothly with tailwind. ## **Why Pretti...

How to create a markdown Editor using AlpineJS

## Why AlpineJS AlpineJS is a minimalistic JS framework. It is TailwindCSS but for JavaScript. You can create functional applications in HTML without a script tag or new file. ## How to cr...

How to add top loading bar to a NextJS Project

### NextJs Doesn't include a top loading bar by Default NextJs doesn't have a top loading bar but instead it has a loading icon with the [vercel](https://vercel.com/) logo but that doesn't s...

How to use MongoDB

Hey everybody welcome to my blog. Today we will be learning about MongoDB. First of all, why is MongoDB called NoSQL actual thing is it is not SQL but more specifically not only SQL and th...

Responsive contact form using TailwindCSS

First, we need to start a new HTML File. So create a file and the code for boilerplate and to use TailwindCSS.  ``` Contact Form ``` Now let's create a di...