Linkedin Learning – Designing RESTful APIs UPDATE 2021/11/19

Linkedin Learning – Designing RESTful APIs UPDATE 20211119-XQZT
English | Size: 222.95 MB
Category: Tutorial


Having a solid understanding of how to correctly build APIs is important for any developer planning on creating websites.

Linkedin Learning – Building RESTful Web Services with DropWizard

Linkedin Learning – Building RESTful Web Services with DropWizard-ZH
English | Size: 205.47 MB
Category: Tutorial


Learn how to build RESTful APIs with Dropwizard, a lightweight framework for Java web developers. Instructor Emmanuel Henri takes you step by step through your first project with Dropwizard, including setting up your development environment and exploring the project structure of a Dropwizard application. Next, take a tour of the foundational classes, including the configuration application, representation, and resource classes. Discover how to create and refine your data model and add the endpoints necessary to post, retrieve, and update data from your API. In the final chapters, Emmanuel covers testing, compiling, and publishing the API in your local environment. Everything you learn in this course can be easily transferred to your own RESTful Dropwizard APIs.

ITProTV – RESTful API with Express

ITProTV – RESTful API with Express
English | Size: 1.34 GB
Category: CBT


In this series, we creates a RESTful API using the Express web application framework. Justin review the process of setting up a Node-based project as well as installing the Express Node module. After that, Justin discusses important concepts and processes that are key in developing a RESTful API such as creating routes that correspond to data resources, data modeling of those resources, use of middleware to make the API a little more robust, and adding a persistence layer to the API. RESTful APIs are abound when developing software, so if that sounds like something interesting to you, then join us!