Tutorials

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

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

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

How to Make Pokemon Damage Calculator in JavaScript

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

September 19, 2022

Pokemon Go Trainer Level Speed Calculator in JavaScript

In this tutorial, you will learn how to make a Pokemon Go Trainer Level Speed Calculator in JavaScript. Basically, Pokemon…

September 19, 2022

How to Make Pokemon Encounter Calculator [Get Source Code]

What is Pokemon Encounter Calculator? Pokemon Encounter Calculator is an online tool that takes Map Parameters like Version, Current map,…

September 18, 2022

PDFMiner Extract Text From PDF File Using Python

In this tutorial, we will use Python and pdfminer library to extract or read text content from a PDF file.…

September 13, 2022