RESTful API Design with Node, Express, and MongoDB

RESTful API Design with Node, Express, and MongoDB

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 3h 01m | 665 MB

Master REST APIs by implementing best practices

The convergence of social networking, cloud computing, and the era of mobile applications has created a new generation of emerging technologies that allow different networked devices to communicate with each other over the Internet via REST.

REST provides the benefits of being stateless; easing scalability, visibility, and reliability; and being platform- and language-agnostic. This course is a practical, hands-on guide that provides you with clear and pragmatic information so you can take advantage of the real power of RESTful services; it gives you a good foundation from which to use them in your applications.

In this video, you will master various design principles for building RESTful services. You will understand advanced topics related to OAuth and security with respect to RESTful services. This video also takes you through caching techniques, validation, rate-limiting, asynchronous operations, and other best practices to improve application responsiveness. It delves into best practices for performing pagination, documentation, and testing RESTful services.

By the end of the video, you will be able to successfully use the concepts you’ve learned about to design and implement applications based on RESTful services.

This course is a learn-by-doing one. No super boring PowerPoint slides full of theory, only hands-on examples and live coding. In this course, we’ll build an Instagram Clone Rest API and we’ll have covered everything you need to know to create your own production-ready APIs.

What You Will Learn

  • Build robust RESTful APIs with Node, Express, and MongoDB
  • Develop authentication with JWT (JSON Web Token)
  • Design middleware in Express
  • Master advanced features such as caching queries
  • Deploy your APIs to the cloud