October 31, 2022June 18, 2023Technology NodeJS – Getting Started NodeJS is a backend JavaScript based runtime environment, which is cross-platform and executes JavaScript outside of the web browser. It is highly […]
July 18, 2019November 1, 2022Technology How to use NVM to install NodeJS in Ubuntu 18.04 While direct installation can be done, it might be better to do it by using nvm to install nodejs. If there are […]
December 16, 2018May 5, 2021Technology How to resolve “EADDRINUSE: address already in use” error Mostly in development machines, we tend to leave out the node server running, and close the terminal. This keeps the node server […]
July 24, 2018November 1, 2022Technology Serve Static Files Locally using Node and Express A basic setup to serve a folder in a browsable mode using NodeJs and ExpressJS.
April 22, 2018February 22, 2022Technology Building an API using NodeJS, ExpressJS, Passport, JWT and Mongo ExtractJwt.fromAuthHeaderWithScheme(‘JWT’)The JWT string passed at the end is case sensitive as opposed to everyone saying it isn’t.Have faced this problem a couple […]