#backend
Read more stories on Hashnode
Articles with this tag
In professional and industry-standard applications, authentication and authorization are two distinct but interrelated security mechanisms. Both are...
The fs module is a built-in Node.js module that allows interaction with the file system. It enables you to: Create, read, write, and delete files and...
1. What is the path Module? The path module is a built-in Node.js module used to work with file and directory paths. It provides utilities...
1. What is npm? npm stands for Node Package Manager. It's the default package manager for Node.js. It helps developers install, share, and manage...
A module is a reusable piece of code encapsulated in its own file or directory. Node.js uses the CommonJS module system by default and also supports...
TypeScript makes your life easier and your code less error-prone. In this blog, I will guide you through the essentials of TypeScript, demonstrating...