Packt | Mastering REST APIs in Node.js: Zero To Hero [FCO]

seeders: 1
leechers: 0
Added 6 years ago by SunRiseZone in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Packt | Mastering REST APIs in Node.js: Zero To Hero [FCO] (Size: 2.1 GB)
  0101.Introduction to REST.mp4 103.5 MB
  0102.HTTP Methods and Status Codes.mp4 102.7 MB
  0103.Why develop (and use) a REST API.mp4 24 MB
  0201.Create a REST API without external dependencies.mp4 65 MB
  0301.Introduction to Express.mp4 6.4 MB
  0302.Installing Express.mp4 7.5 MB
  0303.Basic route handling.mp4 20.7 MB
  0304.Advanced routing via the Router object.mp4 14.1 MB
  0305.Working with Static Files.mp4 8.7 MB
  0306.Utilising Query Strings.mp4 9.4 MB
  0307.Utilising Query Parameters.mp4 14.5 MB
  0401.Introduction to Relational Databases.mp4 58.3 MB
  0402.Introduction to SQL.mp4 20.1 MB
  0403.Create a database and a table.mp4 17.6 MB
  0404.Install Workbench.mp4 20.8 MB
  0405.Insert data.mp4 7.9 MB
  0406.Update data.mp4 6.4 MB
  0407.Delete data.mp4 2.9 MB
  0408.Advanced SQL statements.mp4 44.2 MB
  0409.SQL JOINs - joining information in two tables.mp4 24.6 MB
  0410.Reviewing the final setup.mp4 12.3 MB
  0501.Designing our REST API.mp4 27.2 MB
  0502.Using the MySQL Native Driver.mp4 26.4 MB
  0503.Select data via the MySQL Native Driver.mp4 16.2 MB
  0504.Introduction to Knex.js.mp4 20.7 MB
  0505.Extend the REST API by using Knex.js.mp4 16.1 MB
  0506.Using Express Middlewares.mp4 21.1 MB
  0507.Posting data to the database via Knex.js.mp4 34.5 MB
  0508.Patching data in the database via Knex.js.mp4 25.4 MB
  0509.Deleting data from the database with Knex.js.mp4 12.8 MB
  0510.Handling missing routes.mp4 10.8 MB
  0511.Student Challenge Create the route handler.mp4 8 MB
  0512.Use JOINs with Knex.js.mp4 41.7 MB
  0513.Utilise Query Strings.mp4 26.1 MB
  0514.Return an object instead of an array.mp4 7 MB
  0601.Introduction to NoSQL.mp4 43.2 MB
  0602.Install and load data to MongoDB.mp4 41.2 MB
  0603.Basic queries in MongoDB.mp4 66.2 MB
  0604.Updates and Aggregates.mp4 25.6 MB
  0605.Create a blank application.mp4 9 MB
  0606.Display all data from MongoDB.mp4 32.3 MB
  0607.Display a single Document from MongoDB.mp4 26 MB
  0608.Insert data in NoSQL.mp4 17.5 MB
  0609.insert() vs insertOne() in MongoDB.mp4 10.4 MB
  0610.HTTP Patch for MongoDB.mp4 15.5 MB
  0611.Delete data from MongoDB.mp4 6.1 MB
  0612.Handling errors.mp4 24 MB
  0613.Loading additional documents to MongoDB.mp4 29.2 MB
  0614.Query parameters for NoSQL.mp4 23.5 MB
  0701.Introduction to JWT (JSON Web Tokens).mp4 31.4 MB
  0702.Implement JWT for a SQL based REST API.mp4 89.7 MB
  0703.Implement JWT for a NoSQL based REST API.mp4 44.7 MB
  0801.Introduction to GraphQL.mp4 53.7 MB
  0802.Query that returns a collection.mp4 78 MB
  0803.Query that returns a single data object.mp4 17.5 MB
  0804.Execute subqueries using GraphQL.mp4 40.3 MB
  0805.Execute subqueries for nested data using GraphQL.mp4 16.6 MB
  0806.A note on performance for RDBMS and GraphQL.mp4 22.9 MB
  0807.Authentication for GraphQL and our REST API.mp4 25.1 MB
  0808.Using GraphQL with NoSQL.mp4 76.6 MB
  0901.Introduction to Insomnia.mp4 19.6 MB
  1. (FreeTutorials.Us) Download Udemy Paid Courses For Free.url 307.2 B
  1001.CORS.mp4 87 MB
  1002.Using environment variables the smart way.mp4 47.4 MB
  1003.Create an application to consume our REST API - part 1.mp4 26.5 MB
  1004.Create an application to consume our REST API - part 2.mp4 52.7 MB
  1005.Create an application to consume our REST API - part 3.mp4 120.8 MB
  2. (FreeCoursesOnline.Me) Download Udacity, Masterclass, Lynda, PHLearn, Pluralsight Free.url 307.2 B
  3. (NulledPremium.com) Download Cracked Website Themes, Plugins, Scripts And Stock Images.url 204.8 B
  4. (FTUApps.com) Download Cracked Developers Applications For Free.url 204.8 B
  5. (Discuss.FTUForum.com) FTU Discussion Forum.url 307.2 B
  How you can help Team-FTU.txt 204.8 B
  exercise_files.zip 273.9 KB
  ▲ 73 total files

Description


By : Tamas Piros
Released : 21 Apr 2019
Torrent Contains : 73 Files, 12 Folders
Course Source : https://www.packtpub.com/application-development/mastering-rest-apis-nodejs-zero-hero-video

A course that goes through everything you ever wanted to know about REST APIs

Video Details

ISBN 9781838825232
Course Length 8 hours 30 minutes

Table of Contents

• Introduction to REST
• Creating our first REST API
• Express - a versatile web server for Node.js
• Relational Database Management Systems
• Creating a REST API with a Relational Database
• Creating a REST API using NoSQL
• Securing a REST API
• GraphQL - A "Query API" for our REST API
• Appendix A – Tools
• Appendix B - Creating an application

Learn

• Architect and design a REST API from scratch
• Understand HTTP methods, HTTP verbs, and HTTP status codes along with their use cases
• Understand NoSQL (MongoDB) - including queries
• Understand Relational Databases and SQL (MySQL)
• Get a working knowledge of Express - including route handling and middleware
• Understand how to secure a REST API using JWT (JSON Web Tokens)
• Know how to utilize GraphQL
• See how to consume a REST API from an application

About

Have you ever wondered how REST APIs work? Have you tried to understand all of the components that are required to create REST APIs? Are you a developer from a Java/PHP/Perl/Python background who is now interested in Node.js? Did you want to know how relational databases work? Or how NoSQL works? How are they different — or even similar?

Have you heard about JSON Web Tokens and token-based authentication but aren't sure how they work? Have you heard the latest buzzword GraphQL and wondered how it works?
Look no further—this course answers all of your questions! It teaches you the very basics of REST APIs including its architecture and HTTP methods, adding relational database and/or NoSQL support while also covering authentication via tokens as well as GraphQL. As a bonus, Section 10 (Appendix B) has an entire section on how to implement the REST API in an example application, including authentication for users.

All codes and supporting files for this course are available at: https://github.com/fullstacktraining/Mastering-REST-APIs-in-Node.js-Zero-To-Hero

Style and Approach

A complete course packed with step-by-step instructions, working examples, and helpful advice. This course is clearly divided into small parts that will help you understand each part individually and help you learn at your own pace.

Features:

• Learn the basics of Rest APIs and implement the REST API in an example application
• Learn about JSON Web Tokens and GraphQL and how it works

Author

Tamas Piros

Tamas Piros is a full stack web developer turned technical instructor and curriculam developer. He has more than a decade of experience working with large, prestigious multinational organisations such as Verizon, Panasonic, BBC and Accenture to mention a few.

Throughout his career Tamas has delivered training classes all over the world to both technical and non-technical audiences and presented at well-known conferences such as JSConf, Voxxed Days and HTML5 DevConf, to name a few, as well as delivered talks and workshops at technical meetups and client locations all over the world.His unique style of teaching mixes presentations with a lots of hands-on exercises, real-life examples and use-cases.

For More Udemy Free Courses >>> https://ftuforum.com/
For more Lynda and other Courses >>> https://www.freecoursesonline.me/
Our Forum for discussion >>> https://discuss.ftuforum.com/




Related Torrents

torrent name size uploader age seed leech
1
0
0
0
1