Setup Nginx with Let's Encrypt SSL certificate

Setup Nginx with Let's Encrypt SSL certificate on Ubuntu 20.04

Add upload progress to axios request

Progress information can be obtained from the upload event of the XMLHttpRequest object. The upload event is triggered when the upload process starts. The progress event is triggered when the upload process is in progress. The load event is triggered when the upload process is completed.

Javascript tooltips libraries in 2022: 10 popular choices

JavaScript Drag and Drop Libraries: 4 Popular Choices

Here are 4 popular JavaScript drag and drop libraries that you can use to add drag and drop functionality to your web applications.

Functional programming libraries that expand JavaScript's capabilities

Browser detection using Javascript

Browser detection using Javascript

Using preload and prefetch in HTML

In this article, we will discuss how to use preload and prefetch to improve first contentful paint in HTML.

Using Gulp to minify CSS, JS and HTML Jekyll

Write a Gulp task to minify CSS, JS and HTML and use it in your jekyll project.

How to handle invalid JSON parse error properly.

Learn how to handle invalid JSON parse error properly.