Furqan

Build Tic-Tac-Toe Strategy Board Game in React.js

Build Tic-Tac-Toe Strategy Board Game in React.js

Tic-Tac-Toe Strategy Board Game in React.js App.js import React, { Component } from 'react' import {initializeApp} from 'firebase/app' import {getAuth,signInWithPopup,FacebookAuthProvider}…

September 21, 2022

Build Bitly URL Shortener Clone Using Node.js Express EJS MySQL

npm init -y npm i express npm i mysql npm i shortid npm i ejs index.js const express = require("express");…

September 21, 2022

Build React.js Express SQLite3 CRUD App Using Sequelize & Node.js

CRUD App with React Hooks (+Axios) A simple CRUD (Create, Retrieve, Update, Delete) app with React Hooks (+Axios) consuming a…

September 21, 2022

Scrape YouTube Keyword Suggestions Using Node.js Express Puppeteer

Install Dependencies npm init -y npm i express npm i puppeteer npm i ejs npm i google-search-results-nodejs npm i puppeteer-extra…

September 21, 2022

How To Scrape YouTube Video Using Node.js Express Puppeteer

Install Dependencies npm init -y npm i express npm i puppeteer npm i ejs npm i google-search-results-nodejs npm i puppeteer-extra…

September 21, 2022

[Fixed] HTTPS is invalid and might prevent it from being indexed

You might have recently noticed a strange error in Google Search Console's URL inspection tool. The error is "HTTPS is…

September 19, 2022

Mermaid Live Editor | Guide for Beginners

Mermaid Live Editor is an online tool that allows us to create, edit, preview, and share Mermaid diagrams/charts. It is…

September 19, 2022

Mermaid Comments | How To Write Comments in Mermaid.js

Mermaid Comments You can add comments in Mermaid.js after double percent signs %% %% This is a comment in Mermaid.js…

September 19, 2022

Mermaid JS Themes in JavaScript

Mermaid JS Themes index.js import { getThemeVariables as baseThemeVariables } from './theme-base'; import { getThemeVariables as darkThemeVariables } from './theme-dark';…

September 19, 2022

How to Make Pokemon GO IV Calculator in JavaScript

In this tutorial, you will learn how to make a Pokemon GO IV Calculator in JavaScript. Basically, this tool can be used to…

September 19, 2022