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

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

September 21, 2022

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

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

September 21, 2022

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

Scrape YouTube Keyword Suggestions Using Node.js Express Puppeteer

September 21, 2022

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

How To Scrape YouTube Video Using Node.js Express Puppeteer

September 21, 2022

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

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

September 19, 2022

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

Mermaid Live Editor | Guide for Beginners

September 19, 2022

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

Mermaid Comments | How To Write Comments in Mermaid.js

September 19, 2022

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

Mermaid JS Themes in JavaScript

September 19, 2022

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

How to Make Pokemon GO IV Calculator in JavaScript

September 19, 2022

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

How to Make Pokemon Damage Calculator in JavaScript

September 19, 2022

In this tutorial, you will learn how to make a Pokemon Damage Calculator in JavaScript. Basically, this tool is a damage calculator for…