RESTful Microservices Using Node.js and Express Specialization

Backend refers to the server side of development. Here, the primary focus is on how a website works. Node.js is considered efficient for the development of backend applications as it brings event-driven programming and enables development of fast and efficient web servers in JavaScript. Developers can create scalable servers by using a simplified model of event-driven programming that uses call-backs to signal completion of a task.
What You Will Learn:
- Explore the Node.js environment, test and debug the basic programs incorporating Node.js techniques like modules, files and asynchronous programming
- Build and document REST APIs using Vanilla and Express.js. Secure the REST API using JWT and Oauth
- Implement Polyglot Persistence using MySQL and Mongo Database
- Build microservices and explore the inter-process communication between microservices synchronously and asynchronously

Sort options

Capstone Project Using Node.js (Coursera)

May 20th 2024
Capstone Project Using Node.js (Coursera)
Course Auditing
Categories
Effort
Languages
The Capstone Project gives you an opportunity to revisit the concepts covered and develop a workable solution for the given problem statement using the best practices. The solution needs to be developed in accordance with the industry standards within the stipulated time and must be based on the guidelines [...]
May 20th 2024
Course Auditing
71.00 EUR/month

Build and Implement Microservices Patterns (Coursera)

May 20th 2024
Build and Implement Microservices Patterns (Coursera)
Course Auditing
Categories
Effort
Languages
Do you think an e-commerce application can be created as one large application? Imagine there is an ongoing sale, or some new features are to be added. How, according to you are the changes made visible on the application? Microservices is a cloud-based architectural approach. It contains loosely [...]

Implement Polyglot Persistence Using SQL and NoSQL Databases (Coursera)

May 20th 2024
Implement Polyglot Persistence Using SQL and NoSQL Databases (Coursera)
Course Auditing
Categories
Effort
Languages
Have you ever wondered what happens to the registration details after you click on the submit button or to the order details once you press the confirm order button when you try to access any website? From where do you think, the details of the product catalogue are fetched [...]

Building RESTful APIs Using Node.js and Express (Coursera)

May 20th 2024
Building RESTful APIs Using Node.js and Express (Coursera)
Course Auditing
Categories
Effort
Languages
For newly emerged technologies, REST APIs provide a flexible and easier process to integrate applications. They have emerged as one of the most common methods used for connecting components of the distributed system. For a backend developer, ability to build REST APIs is a key requirement. This course will [...]