Open in app

Sign In

Write

Sign In

Parag Mahale
Parag Mahale

52 Followers

Home

About

Published in Towards Dev

·Pinned

Creating a NodeJS RESTful API without ExpressJS— Part 1

Create a NodeJS RESTful API without NPM Packages Nodejs is a JavaScript runtime that runs on chrome’s V8 engine and executes JavaScript programs outside web browsers. Nodejs is very powerful as it allows JavaScript to be used as a server-side language, which can be used to build GUI's, Mobile applications…

Java Script

5 min read

Creating a NodeJS RESTful API without ExpressJS— Part 1
Creating a NodeJS RESTful API without ExpressJS— Part 1
Java Script

5 min read


May 15, 2022

8 Fundamental DOM Operations You Must Know

Learn the basics of DOM and web page interactivity with JavaScript — DOM (Document Object Model) allows you to read and modify HTML documents with the help of JavaScript. In this article, we’ll see how to perform basic DOM operations with JavaScript. Let’s start with what DOM actually is. What is DOM According to MDN Docs, The Document Object Model (DOM) is a programming interface…

HTML

4 min read

8 Fundamental DOM Operations You Must Know
8 Fundamental DOM Operations You Must Know
HTML

4 min read


May 8, 2022

Creating A NodeJS RESTful API without ExpressJS — Part 3

Adding Nested And Dynamic Routes To The API — In previous articles, we’ve created a NodeJS RESTful API without using ExpressJS or any other NPM packages and added CRUD functionality to it. In this article, we’ll be improving our API by adding the functionality of Nested Routes and Dynamic Routes. Creating A NodeJS RESTful API without ExpressJS — File Structure We won’t be adding or removing any new files…

Nodejs

4 min read

Creating A NodeJS RESTful API without ExpressJS — Part 3
Creating A NodeJS RESTful API without ExpressJS — Part 3
Nodejs

4 min read


Published in Towards Dev

·Apr 24, 2022

Creating A NodeJS RESTful API without ExpressJS — Part 2

Adding CRUD Operations to the No Dependency API — In the last article, we created a RESTful API capable of handling the specified endpoints and responding to endpoints not defined in the API without breaking the app. We’ve achieved all this without using any NPM packages. We’ll add CRUD functionality to this API in this article while following the…

Java Script

6 min read

Creating A NodeJS RESTful API without ExpressJS — Part 2
Creating A NodeJS RESTful API without ExpressJS — Part 2
Java Script

6 min read


Published in JavaScript in Plain English

·Mar 20, 2022

What is Fetch API in JavaScript and How Does It Work?

Send and Receive Requests Over The Internet Without AJAX and jQuery — JavaScript’s Fetch API is a powerful and easy-to-use alternative to the old AJAX and jQuery. By using Fetch API, you have an easy-to-use API and get rid of the bloated and undesirable jQuery code, making the applications lighter in comparison. In this article, we’ll be discussing how to implement and…

Java Script

3 min read

What is Fetch API in JavaScript and How Does It Work?
What is Fetch API in JavaScript and How Does It Work?
Java Script

3 min read


Published in JavaScript in Plain English

·Mar 13, 2022

Infinite Scrolling With Vanilla JavaScript

Add Infinite Scrolling on Your Website Without any Third Party JavaScript Library — Infinite scrolling helps the website display paginated data without navigating to the other page. It also helps the webpage load faster. In this article, we’ll be implementing infinite scrolling with JavaScript using IntersectionObserver API. A live demo of this project is here. What is IntersectionObserver IntersectionObserver API offers a simplistic way to determine…

Java Script

3 min read

Infinite Scrolling With Vanilla   JavaScript
Infinite Scrolling With Vanilla   JavaScript
Java Script

3 min read


Published in JavaScript in Plain English

·Mar 6, 2022

Scraping a Wikipedia Page with Node.js Using Puppeteer

Scrap A Web Page With Node.js and Export The Scrapped Data to a CSV File — Web scraping is a method where we extract data from a website. Web scraping is generally used for price monitoring, market research, news monitoring, etc. In this article, we’ll be scraping a table within a Wikipedia page and generating a CSV file containing that data. I like mangoes and I…

Nodejs

4 min read

Scraping a Wikipedia Page with Node.js
Scraping a Wikipedia Page with Node.js
Nodejs

4 min read


Published in JavaScript in Plain English

·Feb 20, 2022

How to Add Object Detection to Your Website the Easy Way

A guide on how to add object detection in a browser with ml5js. — In this article, we’ll look into how to do object detection in the browser using ml5.js. A live demo of the application is here. What is ml5.js Ml5.js is a JavaScript machine learning library that provides access to ML algorithms in the browser, built on top of tensorflow.js. Ml5.js is very easy to…

HTML

3 min read

How to Add Object Detection to Your Website the Easy Way
How to Add Object Detection to Your Website the Easy Way
HTML

3 min read


Published in Towards Dev

·Feb 13, 2022

Build Your Own Audio Recorder In Browser With JavaScript

Let’s build a javascript app that records and downloads audio files in browser! — In this article, we’ll see how we can record audio with JavaScript. We’ll be using mediaDevices API for audio recording. We’ll also build a browser application that will allow us to record and download audio files. A live demo of this application is here. What is Navigator & mediaDevices API in JavaScript According to MDN Docs,

Java Script

4 min read

Build Your Own Audio Recorder In Browser With JavaScript
Build Your Own Audio Recorder In Browser With JavaScript
Java Script

4 min read


Published in Towards Dev

·Feb 6, 2022

RESTful API with Express and NodeJS

Create RESTful API in NodeJS Easily and Quickly — Nodejs is a JavaScript runtime that runs on chrome’s V8 engine and executes JavaScript programs outside web browsers. Nodejs is very powerful as it allows javaScript to be used as a server-side language, which is achieved by the modules/packages it comes with, such as httpwhich allow it to create an…

Nodejs

5 min read

RESTful API with Express and NodeJS
RESTful API with Express and NodeJS
Nodejs

5 min read

Parag Mahale

Parag Mahale

52 Followers

Web developer, freelancer, blogger. My portfolio — s0npaRi11.github.io

Following
  • Aphinya Dechalert

    Aphinya Dechalert

  • Christian Heilmann

    Christian Heilmann

  • The Educative Team

    The Educative Team

  • Andrea Giammarchi

    Andrea Giammarchi

  • Daniel Borowski

    Daniel Borowski

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech