Packt RESTful Web API Design with Node js 12-XQZT | Apps-Tutorials | MP4 | 1.44 GiB
472 kb/s 1920×1080 | AAC 128 kb/s 2 CH eng
Another exquisit release Packt.RESTful.Web.API.Design.with.Node.js.12-XQZT Title: RESTful Web API Design with Node.js 12 Publisher: Packt Size: 1.5G (1542506592 B) Files: 7F Date: 03/18/2020 Course #: 9781838648770 Type: N/A Published: 28 Feb 2020 Modified: N/A URL: www.packtpub.com/web-development/restful-web-api-design-with-node-js-12-video Author: N/A Duration: 6 hours 28 minutes Skill: N/A Exer/Code: [X] Installation: Unpack that shit, run that shit Description: RESTful web APIs allow developers to create unique applications by leveraging the data on the internet. If you want to build fast-paced REST APIs and deliver large amounts of data to many users, you'll find this course essential. In this course, you will learn to create scalable and rich RESTful applications based on the latest Node.js platform.You will learn to customize your RESTful development process using the latest NPM and understand the key principles to convert an HTTP application into RESTful-enabled applications. You will then create and test Node.js modules with automated tests, use MongoDB to store data, and get to grips with using self-descriptive URLs. You will also use OpenAPI (Swagger) to document the API and Mocha to implement automation tests for a REST-enabled endpoint. We will explore authentication techniques to secure your application.Lastly, we will take advantage of Amazon Web Services (AWS) to deploy our APIs as microservices using Docker. By the end of this course, you will have a solid grasp of APIs, HTTP, REST, authentication using tokens, API testing, site reliability, performance, security, and integration with cloud services. Please note that familiarity with Node.js and Express.js (or similar), together with an understanding of Docker and CI/CD, is assumed for taking this course. All the codes and supporting files for this course are available on Github
1.5G RESTful Web API Design with Node.js 12 [Video] 212M RESTful Web API Design with Node.js 12 [Video]/1.Getting Started with Node.js 11M RESTful Web API Design with Node.js 12 [Video]/1.Getting Started with Node.js/01.The Course Overview.mp4 7.7M RESTful Web API Design with Node.js 12 [Video]/1.Getting Started with Node.js/02.New Features in Node.js 12.mp4 6.4M RESTful Web API Design with Node.js 12 [Video]/1.Getting Started with Node.js/03.Installing Node.js 12 with NVM.mp4 21M RESTful Web API Design with Node.js 12 [Video]/1.Getting Started with Node.js/04.Setting Up a Development Environment.mp4 43M RESTful Web API Design with Node.js 12 [Video]/1.Getting Started with Node.js/05.Handling HTTP Requests.mp4 45M RESTful Web API Design with Node.js 12 [Video]/1.Getting Started with Node.js/06.Modularizing Code and ES6 Modules with ESM.mp4 37M RESTful Web API Design with Node.js 12 [Video]/1.Getting Started with Node.js/07.Testing Node.js Server with SuperTest.mp4 44M RESTful Web API Design with Node.js 12 [Video]/1.Getting Started with Node.js/08.Deploying an Application on Heroku.mp4 143M RESTful Web API Design with Node.js 12 [Video]/2.Building a Typical Web API 41M RESTful Web API Design with Node.js 12 [Video]/2.Building a Typical Web API/09.Specifying the API.mp4 39M RESTful Web API Design with Node.js 12 [Video]/2.Building a Typical Web API/10.Implementing Routes.mp4 33M RESTful Web API Design with Node.js 12 [Video]/2.Building a Typical Web API/11.Querying the API Using Mock Data.mp4 24M RESTful Web API Design with Node.js 12 [Video]/2.Building a Typical Web API/12.Content Negotiation.mp4 7.1M RESTful Web API Design with Node.js 12 [Video]/2.Building a Typical Web API/13.API Versioning.mp4 148M RESTful Web API Design with Node.js 12 [Video]/3.Using NoSQL Databases 38M RESTful Web API Design with Node.js 12 [Video]/3.Using NoSQL Databases/14.MongoDB - A Document Store Database.mp4 31M RESTful Web API Design with Node.js 12 [Video]/3.Using NoSQL Databases/15.Using Mongo Atlas Cloud Services.mp4 51M RESTful Web API Design with Node.js 12 [Video]/3.Using NoSQL Databases/16.Database Modeling with Mongoose.mp4 30M RESTful Web API Design with Node.js 12 [Video]/3.Using NoSQL Databases/17.Testing a Mongoose Model with Mocha.mp4 103M RESTful Web API Design with Node.js 12 [Video]/4.RESTful API Design Guidelines 42M RESTful Web API Design with Node.js 12 [Video]/4.RESTful API Design Guidelines/18.Endpoint URLs and HTTP Status Codes Best Practices.mp4 21M RESTful Web API Design with Node.js 12 [Video]/4.RESTful API Design Guidelines/19.Extensibility and Versioning.mp4 41M RESTful Web API Design with Node.js 12 [Video]/4.RESTful API Design Guidelines/20.Linking Data.mp4 260M RESTful Web API Design with Node.js 12 [Video]/5.Implementing a Full-Fledged RESTful Service 46M RESTful Web API Design with Node.js 12 [Video]/5.Implementing a Full-Fledged RESTful Service/21.Working with Arbitrary Data - Database Layer.mp4 57M RESTful Web API Design with Node.js 12 [Video]/5.Implementing a Full-Fledged RESTful Service/22.Working with Arbitrary Data - Business Layer.mp4 21M RESTful Web API Design with Node.js 12 [Video]/5.Implementing a Full-Fledged RESTful Service/23.Linking Your Data.mp4 45M RESTful Web API Design with Node.js 12 [Video]/5.Implementing a Full-Fledged RESTful Service/24.Implementing Paging and Filtering.mp4 28M RESTful Web API Design with Node.js 12 [Video]/5.Implementing a Full-Fledged RESTful Service/25.Caching Data.mp4 65M RESTful Web API Design with Node.js 12 [Video]/5.Implementing a Full-Fledged RESTful Service/26.Caching Data - Business Logic.mp4 207M RESTful Web API Design with Node.js 12 [Video]/6.Securing the Application 43M RESTful Web API Design with Node.js 12 [Video]/6.Securing the Application/27.Cross-Origin Resource Sharing (CORS).mp4 41M RESTful Web API Design with Node.js 12 [Video]/6.Securing the Application/28.Rate Limiting.mp4 9.4M RESTful Web API Design with Node.js 12 [Video]/6.Securing the Application/29.Authentication - Database Logic.mp4 45M RESTful Web API Design with Node.js 12 [Video]/6.Securing the Application/30.Authentication Business Logic - Using Tokens.mp4 34M RESTful Web API Design with Node.js 12 [Video]/6.Securing the Application/31.Authorization - Guarding Routes with Middleware.mp4 35M RESTful Web API Design with Node.js 12 [Video]/6.Securing the Application/32.Authorization - Business Logic.mp4 212M RESTful Web API Design with Node.js 12 [Video]/7.Preparing a RESTful API for Production 34M RESTful Web API Design with Node.js 12 [Video]/7.Preparing a RESTful API for Production/33.Documenting RESTful APIs with OpenAPI (Swagger).mp4 22M RESTful Web API Design with Node.js 12 [Video]/7.Preparing a RESTful API for Production/34.Using PM2 for Production Process Management.mp4 35M RESTful Web API Design with Node.js 12 [Video]/7.Preparing a RESTful API for Production/35.Dockerizing the App.mp4 20M RESTful Web API Design with Node.js 12 [Video]/7.Preparing a RESTful API for Production/36.Source Control with AWS CodeCommit.mp4 15M RESTful Web API Design with Node.js 12 [Video]/7.Preparing a RESTful API for Production/37.Creating an AWS IAM Role.mp4 44M RESTful Web API Design with Node.js 12 [Video]/7.Preparing a RESTful API for Production/38.Setting an AWS EC2 Instance.mp4 45M RESTful Web API Design with Node.js 12 [Video]/7.Preparing a RESTful API for Production/39.Deploying the Application.mp4 191M RESTful Web API Design with Node.js 12 [Video]/8.Consuming an API 29M RESTful Web API Design with Node.js 12 [Video]/8.Consuming an API/40.Setting Up the Web Application Server.mp4 26M RESTful Web API Design with Node.js 12 [Video]/8.Consuming an API/41.Handling Errors on the Frontend.mp4 49M RESTful Web API Design with Node.js 12 [Video]/8.Consuming an API/42.Signing Up and Signing In.mp4 15M RESTful Web API Design with Node.js 12 [Video]/8.Consuming an API/43.Displaying Logged User Contacts.mp4 17M RESTful Web API Design with Node.js 12 [Video]/8.Consuming an API/44.Creating Contacts.mp4 53M RESTful Web API Design with Node.js 12 [Video]/8.Consuming an API/45.Deploying the Web App Microservice.mp4 4.9M RESTful Web API Design with Node.js 12 [Video]/8.Consuming an API/46.Course Summary.mp4 196K RESTful Web API Design with Node.js 12 [Video]/Exercise Files 192K RESTful Web API Design with Node.js 12 [Video]/Exercise Files/code_9781838648770.zip 1.5G total
File: 01.The Course Overview.mp4 Size: 10801309 bytes (10.30 MiB), duration: 00:03:03, avg.bitrate: 472 kb/s Audio: aac, 48000 Hz, stereo (eng) Video: h264, yuv420p, 1920x1080, 30.00 fps(r) (und)
Download Packt RESTful Web API Design with Node js 12-XQZT ( Size: 1.44 GiB ) :
Keywords: Packt, RESTful, Web, API, Design, with, Node, XQZThttp://nitroflare.com/view/3609F1403B4C5F9/bfbccPaREWeAPDewiNojs12XQ.z01
http://nitroflare.com/view/5E556F27C25B660/bfbccPaREWeAPDewiNojs12XQ.ziphttp://rapidgator.net/file/55dd4351d6b64e13b87fef5cd0d54efe/bfbccPaREWeAPDewiNojs12XQ.z01.html
http://rapidgator.net/file/0b15ddd52bda86ff11b25ba6371cc5a5/bfbccPaREWeAPDewiNojs12XQ.zip.html