Testing react-select component using React Testing Library

Various ways to test react-select component using React Testing Library

Mocking network request using sinon fake server

Mocking network request using sinon fake server

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

Discover the best JavaScript tooltip libraries in 2022. Compare Tippy.js, Popper.js, and 8 other popular options with features, examples, and implementation.

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

Explore top functional programming libraries for JavaScript including Ramda, Lodash FP, and Immutable.js to write cleaner, declarative code.

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.