Change npm Release Tag After Publishing using dist-tags

Accidentally tagged an npm release as latest? Learn how to switch it to alpha and set latest to the right stable version using dist-tags.

March 9, 2025 · 1 min · 98 words · Souvik Kar Mahapatra

Testing REST APIs with Jest and Supertest

Learn how to test a HTTP server and REST APIs in NodeJS using testing framework Jest and Supertest

July 2, 2022 · 3 min · 544 words