#backend
Read more stories on Hashnode
Articles with this tag
What is a Middleware ? In Backend development middleware is the code snippet that resides before the server and the main purpose of a middleware is to...
STEP 0: Creating an empty Nodejs repository Go to your desired directory and run the below command to setup an empty directory with package.json npm...
ls: list directory contents The ls command in Linux is used to list the contents of a directory. It stands for list and is one of the most commonly...
Introduction Definition of ORM (Object-Relational Mapping) ORM, short for Object-Relational Mapping, is a technique used in software development to...
REST, or Representational State Transfer, is an architectural style for building web services. It is a set of guidelines for creating web services...