Learn Git in a Practical Way

Git is a free and open-source version control system.We will learn git in a practical way, by taking an example

Git
Github
version control
Learn Git in a Practical Way_thumbnail

Solidity: Multisig Demo using our Bank smart contract

We will use the multisig (multisignature) concept to approve the Fixed Deposit claims.

Solidity
Smart Contracts
Solidity: Multisig Demo using our Bank smart contract_thumbnail

Solidity: Fixed Deposit feature in our Bank Smart Contract

Fixed Deposit feature in our bank smart contract using solidity, which will help you learn how we can interact with another contract and understand block.timestamp

Solidity
Smart Contracts
Solidity: Fixed Deposit feature in our Bank Smart Contract_thumbnail

Solidity: Understand Re-entrancy attack by building a Bank Smart Contract

we will be building a smart contract for a bank using solidity and heist it to understand the reentrancy attack.

Solidity
Smart Contracts
Solidity: Understand Re-entrancy attack by building a Bank Smart Contract_thumbnail

How to build ERC 20 Token and Faucets Dapp

We will learn to build our own ERC20 token and a faucet Dapp(Decentralized App) using which we can interact with our contract.

Solidity
ERC20
Web3
Next JS
How to build ERC 20 Token and Faucets Dapp_thumbnail

How to add Web3 Authentication using NEXT JS & MetaMask?

Hello friends, today in this post we will work on web3 authentication using NEXT JS and MetaMask without using any libraries.

Web3
Next JS
Metamask
Ethereum
How to add Web3 Authentication using NEXT JS & MetaMask?_thumbnail

Simple Full Stack Products CRUD App using React, Node JS & MySQL

Hello friends, Today in this post we will learn how to build a simple Full Stack Products CRUD App using React, Node & MySQL.

React JS
Web App
Node JS
MySql
FullStack
Simple Full Stack Products CRUD App using React, Node JS & MySQL_thumbnail

Learn React JS by building this one Web app

We will learn React JS by building and trying to implement React concepts in this Quiz web app, after doing this you will be confident about building your own web apps.

React JS
Javascript
React Router
React Form
Learn React JS by building this one Web app_thumbnail

How to create a Meta Tag Validator by scraping the website in NEXT JS

Build a meta tags validator by scraping the website using NEXT JS which will help you to learn about Next JS API, regular expressions, web scraping

Next JS
Meta Tags
Web Scraping
Web App
How to create a Meta Tag Validator by scraping the website in NEXT JS_thumbnail

Let's build a Sorting Visualizer using React - Part I

Hello friends, I am back with a new project where we will build a sorting visualizer using React JS. Sorting Visualizer helps to strengthen your React skills.

React JS
Chakra UI
web App
Let's build a Sorting Visualizer using React - Part I_thumbnail

Improve your loop and problem-solving skills by solving these patterns

Hello friends, Today in the post we will work on improving our loop as well as problem-solving skills by solving various patterns.

Improve your loop and problem-solving skills by solving these patterns_thumbnail

How to create a memory game in NEXT JS ?

Today We are going to see how we can create a memory game using NEXT JS which is an excellent project for beginners to get started with learning NEXT/REACT JS.

How to create a memory game in NEXT JS ?_thumbnail

Linux commands that you should know as a Web Developer

Hello friends, Today in this post we will see the Linux commands that you should know as a web developer and also help in learning Linux if you are a beginner.

Linux commands that you should know as a Web Developer_thumbnail

Understanding Debounce by building an awesome search filter in NEXT JS

Today we will understand one of the important concepts of Javascript Debounce by creating a search filter using NEXT JS for blog posts.

Understanding Debounce by building an awesome search filter in NEXT JS_thumbnail

Create a NEWS App using Next JS and React Query

Hello Friends, Today in this post we will learn how to create a news app using NEXT JS and a popular react package react-query.

Create a NEWS App using Next JS and React Query_thumbnail

Regular Expression (Regex) Essentials for Developers

Today, we will learn about a regular expression that you need to know as a developer which has a variety of use cases in validating emails, phone numbers, etc.

Regular Expression (Regex) Essentials for Developers_thumbnail

How to create a contact form in Next JS and Firebase?

Today we will see how to create a contact form in NEXT JS and Firebase to learn about Form handling, integrating NEXT JS application with firebase, etc.

How to create a contact form in Next JS and Firebase?_thumbnail

Build PWA (Progressive Web App) with Next JS under 1 minute

Today we will learn how to create a PWA(Progressive Web Application) with NEXT JS. I also followed this same procedure to make my website a PWA.

Build PWA (Progressive Web App) with Next JS under 1 minute_thumbnail

Important Meta Tags that you should have on your website

Today we will understand important meta tags that you should have on your website to improve SEO and feel free to use our meta tag generator to speed up.

Important Meta Tags that you should have on your website_thumbnail

How to create a responsive navbar in NEXT JS?

Hello friends today in this post, we are going to learn on implementing a responsive navbar in your NEXT JS Application.

How to create a responsive navbar in NEXT JS?_thumbnail

How to create a Tic Tac Toe Game using NEXT JS?

Hello friends, Today in this post we are going to see how we can create a tic tac toe game using NEXT JS. Tic Tac Toe is an excellent project to get started

How to create a Tic Tac Toe Game using NEXT JS?_thumbnail

How to add push notification in a Next/React JS App?

Hello friends, Today in this post we will see how we can setup onesignal push notification with our React/NextJS application.

How to add push notification in a Next/React JS App?_thumbnail

Newsletter Subscription using NEXT JS and Mailchimp API

Hello friends, Today in this post we will see how we can setup mailchimp newsletter subscription with our NEXT JS application.

Javascript
Next JS
API
Newsletter Subscription using NEXT JS and Mailchimp API_thumbnail