Blogs
5 HTML Input types that you are missing!
20 January 2022 | 5 min read
Here are 5 HTML input types which can be very useful for you!
- html
- css
- webdev
- javascript

Add Bootstrap to Next.js
23 March 2022 | 8 min read
Learn how to add Bootstrap in your Next.js application.
- nextjs
- bootstrap
- webdev
- begineer

Adding Tailwind CSS to Next.js
20 January 2022 | 6 min read
Learn how to add Tailwind CSS to your Next.js Application.
- nextjs
- tailwind
- react
- css

Custom hook in React
18 April 2022 | 10 min read
Hooks in React allow you to use state features inside functional components. In this blg we will see how to create a custom hook!
- nextjs
- webdev
- react
- javascript

Data fetching in Next.js
20 May 2022 | 7 min read
In this blog we will learn 4 ways of data fetching techniques in Next.js.
- nextjs
- webdev
- react
- javascript

Deploy your Next.js Application
20 January 2022 | 5 min read
In this blog lets see how you can quickly host your Next.js Application on Vercel
- nextjs
- webdev
- react
- javascript

HTML Drag and Drop API
12 January 2022 | 10 min read
Learn how to implement Drag and Drop functionality in HTML
- html
- css
- js
- webdev

Introduction to Redux
8 March 2022 | 10 min read
An Absolute beginners guide in understanding state management using Redux.
- html
- css
- js
- webdev

PWA with Next.js
25 March 2022 | 12 min read
Convert your Next.js web app into a PWA
- nextjs
- PWA
- webdev
- begineer

How to use React Context API
13 March 2022 | 10 min read
A Beginners guide on state management in React using Context API.
- react
- javascript
- webdev
- nextjs
