Top Vs code extension for javascript developer in 2022

Top Vs code extension for javascript developer in 2022

Popeye

Linux command every web developer should know

Linux is a powerful operating system. It is used by many web developers. Here are some useful Linux commands that every web developer should know.

Chump

Use git switch & git restore instead of git checkout

git switch & git restore are the new commands to switch between branches and restore files respectively. They are faster and more intuitive than git checkout. Let's see how to use them.

Batman
css

Online color palette generator tools in 2022

List of online color palette generator tools in 2022

Hulk

Testing react-select component using React Testing Library

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

Mustache

Mocking network request using sinon fake server

Mocking network request using sinon fake server

Big Guy

Setup Nginx with Let's Encrypt SSL certificate

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

Dragonfly

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.

Frodo