本站已收录 番号和无损神作磁力链接/BT种子 

[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]
文件类型: 视频
文件数目: 66个文件
文件大小: 2.06 GB
收录时间: 2020-2-29 11:19
已经下载: 3
资源热度: 135
最近下载: 2024-10-2 09:38

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:9fe68500f56b429496c0aec6e0276d861421a6d6&dn=[FreeCoursesOnline.Me] [Packt] Mastering REST APIs in Node.js Zero To Hero [FCO] 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeCoursesOnline.Me] [Packt] Mastering REST APIs in Node.js Zero To Hero [FCO].torrent
  • 01.Introduction to REST/0101.Introduction to REST.mp4103.52MB
  • 01.Introduction to REST/0102.HTTP Methods and Status Codes.mp4102.7MB
  • 01.Introduction to REST/0103.Why develop (and use) a REST API.mp424MB
  • 02.Creating our first REST API/0201.Create a REST API without external dependencies.mp464.99MB
  • 03.Express - a versatile web server for Node.js/0301.Introduction to Express.mp46.44MB
  • 03.Express - a versatile web server for Node.js/0302.Installing Express.mp47.54MB
  • 03.Express - a versatile web server for Node.js/0303.Basic route handling.mp420.73MB
  • 03.Express - a versatile web server for Node.js/0304.Advanced routing via the Router object.mp414.08MB
  • 03.Express - a versatile web server for Node.js/0305.Working with Static Files.mp48.74MB
  • 03.Express - a versatile web server for Node.js/0306.Utilising Query Strings.mp49.4MB
  • 03.Express - a versatile web server for Node.js/0307.Utilising Query Parameters.mp414.47MB
  • 04.Relational Database Management Systems/0401.Introduction to Relational Databases.mp458.26MB
  • 04.Relational Database Management Systems/0402.Introduction to SQL.mp420.12MB
  • 04.Relational Database Management Systems/0403.Create a database and a table.mp417.56MB
  • 04.Relational Database Management Systems/0404.Install Workbench.mp420.81MB
  • 04.Relational Database Management Systems/0405.Insert data.mp47.89MB
  • 04.Relational Database Management Systems/0406.Update data.mp46.42MB
  • 04.Relational Database Management Systems/0407.Delete data.mp42.87MB
  • 04.Relational Database Management Systems/0408.Advanced SQL statements.mp444.22MB
  • 04.Relational Database Management Systems/0409.SQL JOINs - joining information in two tables.mp424.57MB
  • 04.Relational Database Management Systems/0410.Reviewing the final setup.mp412.33MB
  • 05.Creating a REST API with a Relational Database/0501.Designing our REST API.mp427.23MB
  • 05.Creating a REST API with a Relational Database/0502.Using the MySQL Native Driver.mp426.37MB
  • 05.Creating a REST API with a Relational Database/0503.Select data via the MySQL Native Driver.mp416.18MB
  • 05.Creating a REST API with a Relational Database/0504.Introduction to Knex.js.mp420.66MB
  • 05.Creating a REST API with a Relational Database/0505.Extend the REST API by using Knex.js.mp416.07MB
  • 05.Creating a REST API with a Relational Database/0506.Using Express Middlewares.mp421.12MB
  • 05.Creating a REST API with a Relational Database/0507.Posting data to the database via Knex.js.mp434.52MB
  • 05.Creating a REST API with a Relational Database/0508.Patching data in the database via Knex.js.mp425.41MB
  • 05.Creating a REST API with a Relational Database/0509.Deleting data from the database with Knex.js.mp412.84MB
  • 05.Creating a REST API with a Relational Database/0510.Handling missing routes.mp410.76MB
  • 05.Creating a REST API with a Relational Database/0511.Student Challenge Create the route handler.mp47.97MB
  • 05.Creating a REST API with a Relational Database/0512.Use JOINs with Knex.js.mp441.73MB
  • 05.Creating a REST API with a Relational Database/0513.Utilise Query Strings.mp426.11MB
  • 05.Creating a REST API with a Relational Database/0514.Return an object instead of an array.mp47.02MB
  • 06.Creating a REST API using NoSQL/0601.Introduction to NoSQL.mp443.16MB
  • 06.Creating a REST API using NoSQL/0602.Install and load data to MongoDB.mp441.21MB
  • 06.Creating a REST API using NoSQL/0603.Basic queries in MongoDB.mp466.24MB
  • 06.Creating a REST API using NoSQL/0604.Updates and Aggregates.mp425.57MB
  • 06.Creating a REST API using NoSQL/0605.Create a blank application.mp49.01MB
  • 06.Creating a REST API using NoSQL/0606.Display all data from MongoDB.mp432.31MB
  • 06.Creating a REST API using NoSQL/0607.Display a single Document from MongoDB.mp425.95MB
  • 06.Creating a REST API using NoSQL/0608.Insert data in NoSQL.mp417.52MB
  • 06.Creating a REST API using NoSQL/0609.insert() vs insertOne() in MongoDB.mp410.42MB
  • 06.Creating a REST API using NoSQL/0610.HTTP Patch for MongoDB.mp415.47MB
  • 06.Creating a REST API using NoSQL/0611.Delete data from MongoDB.mp46.13MB
  • 06.Creating a REST API using NoSQL/0612.Handling errors.mp424.04MB
  • 06.Creating a REST API using NoSQL/0613.Loading additional documents to MongoDB.mp429.2MB
  • 06.Creating a REST API using NoSQL/0614.Query parameters for NoSQL.mp423.51MB
  • 07.Securing a REST API/0701.Introduction to JWT (JSON Web Tokens).mp431.44MB
  • 07.Securing a REST API/0702.Implement JWT for a SQL based REST API.mp489.69MB
  • 07.Securing a REST API/0703.Implement JWT for a NoSQL based REST API.mp444.73MB
  • 08.GraphQL - A Query API for our REST API/0801.Introduction to GraphQL.mp453.75MB
  • 08.GraphQL - A Query API for our REST API/0802.Query that returns a collection.mp477.95MB
  • 08.GraphQL - A Query API for our REST API/0803.Query that returns a single data object.mp417.52MB
  • 08.GraphQL - A Query API for our REST API/0804.Execute subqueries using GraphQL.mp440.3MB
  • 08.GraphQL - A Query API for our REST API/0805.Execute subqueries for nested data using GraphQL.mp416.58MB
  • 08.GraphQL - A Query API for our REST API/0806.A note on performance for RDBMS and GraphQL.mp422.86MB
  • 08.GraphQL - A Query API for our REST API/0807.Authentication for GraphQL and our REST API.mp425.11MB
  • 08.GraphQL - A Query API for our REST API/0808.Using GraphQL with NoSQL.mp476.57MB
  • 09.Appendix A – Tools/0901.Introduction to Insomnia.mp419.56MB
  • 10.Appendix B - Creating an application/1001.CORS.mp487.05MB
  • 10.Appendix B - Creating an application/1002.Using environment variables the smart way.mp447.35MB
  • 10.Appendix B - Creating an application/1003.Create an application to consume our REST API - part 1.mp426.46MB
  • 10.Appendix B - Creating an application/1004.Create an application to consume our REST API - part 2.mp452.72MB
  • 10.Appendix B - Creating an application/1005.Create an application to consume our REST API - part 3.mp4120.75MB