LLLasabi Lekaninlasabi-olalekan.hashnode.dev·Aug 24, 2023 · 5 min readAuthentication and Authorization with JWT in Node.jsThere is a clear difference between Authentication and Authorization. This tutorial will take you through the difference between authentication and authorization. Also, the tutorial will take you on how to secure your Application Programming Interfac...00
LLLasabi Lekaninlasabi-olalekan.hashnode.dev·Aug 16, 2023 · 6 min readBuilding a RESTful API with Node.jsPrerequisites Basic Understanding of JavaScript Programming Language Node.js installed on the system An IDE like VSCode installed on the system What is a RESTful API? An API is an acronym for Application Programming Interface - a software interm...00
LLLasabi Lekaninlasabi-olalekan.hashnode.dev·Aug 12, 2023 · 4 min readUnit Testing In NodejsNodejs is a famous JavaScript library based on Chrome's V8 JavaScript engine. It is used to create server-side components for web applications. What is Unit Testing? Unit Testing is a testing technique where individual units/modules of software are t...00