[FreeCoursesOnline.Me] [Packt] Mastering REST APIs in Node.js Zero To Hero [FCO]

[FreeCoursesOnline.Me] [Packt] Mastering REST APIs in Node.js Zero To Hero [FCO]

Size
2.1 GB
Seeders
0
Leechers
4
Files
68
Category
Added
07/01/19 at 7:51pm GMT+1
Infohash
9fe68500f56b429496c0aec6e0276d861421a6d6

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/








File list
  • [FreeCoursesOnline.Me] [Packt] Mastering REST APIs in Node.js Zero To Hero [FCO]
  • 0. Websites you may like/How you can help Team-FTU.txt 237 B
  • 01.Introduction to REST/0101.Introduction to REST.mp4 103.5 MB
  • 01.Introduction to REST/0102.HTTP Methods and Status Codes.mp4 102.7 MB
  • 01.Introduction to REST/0103.Why develop (and use) a REST API.mp4 24 MB
  • 02.Creating our first REST API/0201.Create a REST API without external dependencies.mp4 65 MB
  • 03.Express - a versatile web server for Node.js/0301.Introduction to Express.mp4 6.4 MB
  • 03.Express - a versatile web server for Node.js/0302.Installing Express.mp4 7.5 MB
  • 03.Express - a versatile web server for Node.js/0303.Basic route handling.mp4 20.7 MB
  • 03.Express - a versatile web server for Node.js/0304.Advanced routing via the Router object.mp4 14.1 MB
  • 03.Express - a versatile web server for Node.js/0305.Working with Static Files.mp4 8.7 MB
  • 03.Express - a versatile web server for Node.js/0306.Utilising Query Strings.mp4 9.4 MB
  • 03.Express - a versatile web server for Node.js/0307.Utilising Query Parameters.mp4 14.5 MB
  • 04.Relational Database Management Systems/0401.Introduction to Relational Databases.mp4 58.3 MB
  • 04.Relational Database Management Systems/0402.Introduction to SQL.mp4 20.1 MB
  • 04.Relational Database Management Systems/0403.Create a database and a table.mp4 17.6 MB
  • 04.Relational Database Management Systems/0404.Install Workbench.mp4 20.8 MB
  • 04.Relational Database Management Systems/0405.Insert data.mp4 7.9 MB
  • 04.Relational Database Management Systems/0406.Update data.mp4 6.4 MB
  • 04.Relational Database Management Systems/0407.Delete data.mp4 2.9 MB
  • 04.Relational Database Management Systems/0408.Advanced SQL statements.mp4 44.2 MB
  • 04.Relational Database Management Systems/0409.SQL JOINs - joining information in two tables.mp4 24.6 MB
  • 04.Relational Database Management Systems/0410.Reviewing the final setup.mp4 12.3 MB
  • 05.Creating a REST API with a Relational Database/0501.Designing our REST API.mp4 27.2 MB
  • 05.Creating a REST API with a Relational Database/0502.Using the MySQL Native Driver.mp4 26.4 MB
  • 05.Creating a REST API with a Relational Database/0503.Select data via the MySQL Native Driver.mp4 16.2 MB
  • 05.Creating a REST API with a Relational Database/0504.Introduction to Knex.js.mp4 20.7 MB
  • 05.Creating a REST API with a Relational Database/0505.Extend the REST API by using Knex.js.mp4 16.1 MB
  • 05.Creating a REST API with a Relational Database/0506.Using Express Middlewares.mp4 21.1 MB
  • 05.Creating a REST API with a Relational Database/0507.Posting data to the database via Knex.js.mp4 34.5 MB
  • 05.Creating a REST API with a Relational Database/0508.Patching data in the database via Knex.js.mp4 25.4 MB
  • 05.Creating a REST API with a Relational Database/0509.Deleting data from the database with Knex.js.mp4 12.8 MB
  • 05.Creating a REST API with a Relational Database/0510.Handling missing routes.mp4 10.8 MB
  • 05.Creating a REST API with a Relational Database/0511.Student Challenge Create the route handler.mp4 8 MB
  • 05.Creating a REST API with a Relational Database/0512.Use JOINs with Knex.js.mp4 41.7 MB
  • 05.Creating a REST API with a Relational Database/0513.Utilise Query Strings.mp4 26.1 MB
  • 05.Creating a REST API with a Relational Database/0514.Return an object instead of an array.mp4 7 MB
  • 06.Creating a REST API using NoSQL/0601.Introduction to NoSQL.mp4 43.2 MB
  • 06.Creating a REST API using NoSQL/0602.Install and load data to MongoDB.mp4 41.2 MB
  • 06.Creating a REST API using NoSQL/0603.Basic queries in MongoDB.mp4 66.2 MB
  • 06.Creating a REST API using NoSQL/0604.Updates and Aggregates.mp4 25.6 MB
  • 06.Creating a REST API using NoSQL/0605.Create a blank application.mp4 9 MB
  • 06.Creating a REST API using NoSQL/0606.Display all data from MongoDB.mp4 32.3 MB
  • 06.Creating a REST API using NoSQL/0607.Display a single Document from MongoDB.mp4 26 MB
  • 06.Creating a REST API using NoSQL/0608.Insert data in NoSQL.mp4 17.5 MB
  • 06.Creating a REST API using NoSQL/0609.insert() vs insertOne() in MongoDB.mp4 10.4 MB
  • 06.Creating a REST API using NoSQL/0610.HTTP Patch for MongoDB.mp4 15.5 MB
  • 06.Creating a REST API using NoSQL/0611.Delete data from MongoDB.mp4 6.1 MB
  • 06.Creating a REST API using NoSQL/0612.Handling errors.mp4 24 MB
  • 06.Creating a REST API using NoSQL/0613.Loading additional documents to MongoDB.mp4 29.2 MB
  • 06.Creating a REST API using NoSQL/0614.Query parameters for NoSQL.mp4 23.5 MB
  • 07.Securing a REST API/0701.Introduction to JWT (JSON Web Tokens).mp4 31.4 MB
  • 07.Securing a REST API/0702.Implement JWT for a SQL based REST API.mp4 89.7 MB
  • 07.Securing a REST API/0703.Implement JWT for a NoSQL based REST API.mp4 44.7 MB
  • 08.GraphQL - A Query API for our REST API/0801.Introduction to GraphQL.mp4 53.7 MB
  • 08.GraphQL - A Query API for our REST API/0802.Query that returns a collection.mp4 78 MB
  • 08.GraphQL - A Query API for our REST API/0803.Query that returns a single data object.mp4 17.5 MB
  • 08.GraphQL - A Query API for our REST API/0804.Execute subqueries using GraphQL.mp4 40.3 MB
  • 08.GraphQL - A Query API for our REST API/0805.Execute subqueries for nested data using GraphQL.mp4 16.6 MB
  • 08.GraphQL - A Query API for our REST API/0806.A note on performance for RDBMS and GraphQL.mp4 22.9 MB
  • 08.GraphQL - A Query API for our REST API/0807.Authentication for GraphQL and our REST API.mp4 25.1 MB
  • 08.GraphQL - A Query API for our REST API/0808.Using GraphQL with NoSQL.mp4 76.6 MB
  • 09.Appendix A – Tools/0901.Introduction to Insomnia.mp4 19.6 MB
  • 10.Appendix B - Creating an application/1001.CORS.mp4 87 MB
  • 10.Appendix B - Creating an application/1002.Using environment variables the smart way.mp4 47.4 MB
  • 10.Appendix B - Creating an application/1003.Create an application to consume our REST API - part 1.mp4 26.5 MB
  • 10.Appendix B - Creating an application/1004.Create an application to consume our REST API - part 2.mp4 52.7 MB
  • 10.Appendix B - Creating an application/1005.Create an application to consume our REST API - part 3.mp4 120.8 MB
  • Exercise Files/exercise_files.zip 273.9 KB

Rating
Not rated yet
Log in to rate

Comments

No comments yet.


Similar torrents
NameSizeDate
2.3 GB06/27/262309954
1.5 GB09/11/262005118
1.5 GB09/11/261614184
1.3 GB09/02/261439169
1.4 GB09/02/261289130
1.3 GB08/14/26109572
33.3 GB09/11/2680488
757 MB09/11/2669518
1.1 GB09/11/2652111
1.4 GB09/11/2651712
294 MB09/02/2646752
277 MB09/11/2645544
1.5 GB09/11/26441388
1.5 GB09/11/2641940
795 MB09/11/2640536