Back-End Development

Back-end development refers to the server-side of web development, which is responsible for managing the database, and handling server-side logic and application logic. This includes using technologies such as PHP, Ruby, Python or Node.js and database management systems like MySQL, MongoDB, Postgres etc.

Building a RESTful API using the MEAN stack

The MEAN stack is a collection of technologies that are commonly used together to build web applications. The acronym stands for MongoDB, Express, AngularJS, and Node.js. These technologies are all open-source and work well together to create a full-stack JavaScript solution. In this tutorial, we will walk through the process of building a RESTful API …