Create Tool:
Create Time:1970-01-01 08:00:00
File Size:2.52 GB
File Count:158
File Hash:f01fe06d264b75160e0aba8ebdfe386f50c77995
01 - Introduction/001 Introduction.mp4 | 27.33 MB |
01 - Introduction/001 Introduction_en.vtt | 2.26 KB |
01 - Introduction/002 Overview to our RESTful API.mp4 | 11.22 MB |
01 - Introduction/002 Overview to our RESTful API_en.vtt | 3.34 KB |
01 - Introduction/003 How to use this course.html | 1003 B |
01 - Introduction/004 If you get stuck and Errors.html | 1.72 KB |
01 - Introduction/[Tutorialsplanet.NET].url | 128 B |
02 - Tools and Environment/001 Installing our Coding Editor (IDE) + Extensions.mp4 | 40.44 MB |
02 - Tools and Environment/001 Installing our Coding Editor (IDE) + Extensions_en.vtt | 7.32 KB |
02 - Tools and Environment/002 Installing NodeJs.mp4 | 15.87 MB |
02 - Tools and Environment/003 Installing PostMan to Test our API's.mp4 | 8.89 MB |
02 - Tools and Environment/003 Installing PostMan to Test our API's_en.vtt | 1.79 KB |
02 - Tools and Environment/004 Configure MongoDB Atlas.mp4 | 13.85 MB |
02 - Tools and Environment/004 Configure MongoDB Atlas_en.vtt | 1.96 KB |
02 - Tools and Environment/005 Using MondoDB Compass.mp4 | 16.57 MB |
02 - Tools and Environment/005 Using MondoDB Compass_en.vtt | 3.57 KB |
03 - Preparing the API Server/001 Introduction.mp4 | 7.07 MB |
03 - Preparing the API Server/001 Introduction_en.vtt | 1.43 KB |
03 - Preparing the API Server/002 File Structure.mp4 | 3.25 MB |
03 - Preparing the API Server/002 File Structure_en.vtt | 1.09 KB |
03 - Preparing the API Server/003 Creating the Backend Server with Express.mp4 | 34.81 MB |
03 - Preparing the API Server/003 Creating the Backend Server with Express_en.vtt | 5.91 KB |
03 - Preparing the API Server/004 Reading Environment Variables.mp4 | 27.91 MB |
03 - Preparing the API Server/004 Reading Environment Variables_en.vtt | 4.86 KB |
03 - Preparing the API Server/005 Create First API Call & Parsing Json Data.mp4 | 38.99 MB |
03 - Preparing the API Server/005 Create First API Call & Parsing Json Data_en.vtt | 5.92 KB |
03 - Preparing the API Server/006 Important note about parsing json data.html | 532 B |
03 - Preparing the API Server/007 Logging API Requests.mp4 | 17.82 MB |
03 - Preparing the API Server/007 Logging API Requests_en.vtt | 2.27 KB |
03 - Preparing the API Server/008 Installing Mongoose and Connect to MongoDB Database.mp4 | 61.29 MB |
03 - Preparing the API Server/008 Installing Mongoose and Connect to MongoDB Database_en.vtt | 8.47 KB |
03 - Preparing the API Server/009 Optional Seeding Database.mp4 | 10.00 MB |
03 - Preparing the API Server/009 Optional Seeding Database_en.vtt | 2.16 KB |
03 - Preparing the API Server/010 ReadWrite Data to Database Using API.mp4 | 96.32 MB |
03 - Preparing the API Server/010 ReadWrite Data to Database Using API_en.vtt | 13.52 KB |
03 - Preparing the API Server/011 Analysing the E-Shop Database.mp4 | 32.58 MB |
03 - Preparing the API Server/011 Analysing the E-Shop Database_en.vtt | 5.59 KB |
03 - Preparing the API Server/012 Create Backend API Routes & Schemas.mp4 | 76.54 MB |
03 - Preparing the API Server/012 Create Backend API Routes & Schemas_en.vtt | 8.47 KB |
03 - Preparing the API Server/013 Enabling CORS & Why Do We Need It.mp4 | 20.57 MB |
03 - Preparing the API Server/013 Enabling CORS & Why Do We Need It_en.vtt | 2.92 KB |
03 - Preparing the API Server/014 Section Code.html | 327 B |
03 - Preparing the API Server/32402200-initial-eshop-backend.zip | 29.27 KB |
03 - Preparing the API Server/39106810-database.zip | 10.65 KB |
03 - Preparing the API Server/39106814-uploads.zip | 36.03 MB |
04 - Products & Categories/001 Introduction.mp4 | 18.58 MB |
04 - Products & Categories/001 Introduction_en.vtt | 2.78 KB |
04 - Products & Categories/002 Products Model & Scheme.mp4 | 44.73 MB |
04 - Products & Categories/002 Products Model & Scheme_en.vtt | 5.81 KB |
04 - Products & Categories/003 Categories Model & Scheme.mp4 | 8.42 MB |
04 - Products & Categories/003 Categories Model & Scheme_en.vtt | 1.25 KB |
04 - Products & Categories/004 Add and Delete Categories.mp4 | 95.53 MB |
04 - Products & Categories/004 Add and Delete Categories_en.vtt | 11.17 KB |
04 - Products & Categories/005 Get Categories and Category Details.mp4 | 19.44 MB |
04 - Products & Categories/005 Get Categories and Category Details_en.vtt | 2.59 KB |
04 - Products & Categories/006 Update Category.mp4 | 28.90 MB |
04 - Products & Categories/006 Update Category_en.vtt | 3.75 KB |
04 - Products & Categories/007 Post a New Product REST API.mp4 | 45.32 MB |
04 - Products & Categories/007 Post a New Product REST API_en.vtt | 5.12 KB |
04 - Products & Categories/008 Get a Product & List of Products REST API.mp4 | 27.25 MB |
04 - Products & Categories/008 Get a Product & List of Products REST API_en.vtt | 3.65 KB |
04 - Products & Categories/009 Population of Category in Get a Product API.mp4 | 23.55 MB |
04 - Products & Categories/009 Population of Category in Get a Product API_en.vtt | 2.96 KB |
04 - Products & Categories/010 Update a Product REST API.mp4 | 28.74 MB |
04 - Products & Categories/010 Update a Product REST API_en.vtt | 3.11 KB |
04 - Products & Categories/011 Delete a Product REST API and Validate Id.mp4 | 32.38 MB |
04 - Products & Categories/011 Delete a Product REST API and Validate Id_en.vtt | 3.48 KB |
04 - Products & Categories/012 Get Products Count for Statistics Purposes.mp4 | 30.36 MB |
04 - Products & Categories/012 Get Products Count for Statistics Purposes_en.vtt | 3.37 KB |
04 - Products & Categories/013 Get Featured Products REST API.mp4 | 42.95 MB |
04 - Products & Categories/013 Get Featured Products REST API_en.vtt | 5.13 KB |
04 - Products & Categories/014 Filtering and Getting Products by Category.mp4 | 54.53 MB |
04 - Products & Categories/014 Filtering and Getting Products by Category_en.vtt | 6.55 KB |
04 - Products & Categories/015 Changing _id key to id - more frontend friendly.mp4 | 12.85 MB |
04 - Products & Categories/015 Changing _id key to id - more frontend friendly_en.vtt | 1.92 KB |
04 - Products & Categories/016 Section Code.html | 327 B |
04 - Products & Categories/30513272-backend-products.zip | 45.51 KB |
05 - Users & Authentication/001 Introduction.mp4 | 26.68 MB |
05 - Users & Authentication/001 Introduction_en.vtt | 5.44 KB |
05 - Users & Authentication/002 Users Model & Schema.mp4 | 16.64 MB |
05 - Users & Authentication/002 Users Model & Schema_en.vtt | 1.94 KB |
05 - Users & Authentication/003 PostRegister a New User REST API.mp4 | 37.16 MB |
05 - Users & Authentication/003 PostRegister a New User REST API_en.vtt | 5.11 KB |
05 - Users & Authentication/004 Hashing the User Password.mp4 | 20.52 MB |
05 - Users & Authentication/004 Hashing the User Password_en.vtt | 2.85 KB |
05 - Users & Authentication/005 Get User and List of Users Excluding Password.mp4 | 22.56 MB |
05 - Users & Authentication/005 Get User and List of Users Excluding Password_en.vtt | 2.89 KB |
05 - Users & Authentication/006 Login a User REST API & Creating a Token.mp4 | 83.29 MB |
05 - Users & Authentication/006 Login a User REST API & Creating a Token_en.vtt | 10.49 KB |
05 - Users & Authentication/007 Protecting the API and Authentication JWT Middleware.mp4 | 42.60 MB |
05 - Users & Authentication/007 Protecting the API and Authentication JWT Middleware_en.vtt | 5.21 KB |
05 - Users & Authentication/008 Authentication Error Handling.mp4 | 36.07 MB |
05 - Users & Authentication/008 Authentication Error Handling_en.vtt | 4.73 KB |
05 - Users & Authentication/009 Excluding REST API Routes From Authentication.mp4 | 48.67 MB |
05 - Users & Authentication/009 Excluding REST API Routes From Authentication_en.vtt | 6.44 KB |
05 - Users & Authentication/010 Add More Secret User Information to Token.mp4 | 18.80 MB |
05 - Users & Authentication/010 Add More Secret User Information to Token_en.vtt | 2.80 KB |
05 - Users & Authentication/011 Users & Admins - User Role.mp4 | 46.43 MB |
05 - Users & Authentication/011 Users & Admins - User Role_en.vtt | 6.21 KB |
05 - Users & Authentication/012 Get User Count REST API.mp4 | 22.17 MB |
05 - Users & Authentication/012 Get User Count REST API_en.vtt | 1.85 KB |
05 - Users & Authentication/013 Section Code.html | 327 B |
05 - Users & Authentication/30513478-backend-users.zip | 27.13 KB |
05 - Users & Authentication/[Tutorialsplanet.NET].url | 128 B |
06 - Orders/001 Introduction.mp4 | 9.37 MB |
06 - Orders/001 Introduction_en.vtt | 2.10 KB |
06 - Orders/002 Orders & Order-Items Model & Scheme.mp4 | 33.73 MB |
06 - Orders/002 Orders & Order-Items Model & Scheme_en.vtt | 4.60 KB |
06 - Orders/003 Array of Refs - Example of Link Order to Order Items to Products.mp4 | 8.36 MB |
06 - Orders/003 Array of Refs - Example of Link Order to Order Items to Products_en.vtt | 1.15 KB |
06 - Orders/004 New Order & Create Order Items on Posting New Order.mp4 | 95.78 MB |
06 - Orders/004 New Order & Create Order Items on Posting New Order_en.vtt | 11.33 KB |
06 - Orders/005 Get Order Detail and Populate Products in Order Items and User Data.mp4 | 68.03 MB |
06 - Orders/005 Get Order Detail and Populate Products in Order Items and User Data_en.vtt | 7.58 KB |
06 - Orders/006 Update Order Status & Delete Order.mp4 | 38.19 MB |
06 - Orders/006 Update Order Status & Delete Order_en.vtt | 4.41 KB |
06 - Orders/007 Explaining the Solution.mp4 | 17.28 MB |
06 - Orders/007 Explaining the Solution_en.vtt | 1.87 KB |
06 - Orders/008 Calculating Total Price of one Order.mp4 | 67.58 MB |
06 - Orders/008 Calculating Total Price of one Order_en.vtt | 6.14 KB |
06 - Orders/009 Get Total E-Shop Sales using $sum.mp4 | 57.33 MB |
06 - Orders/009 Get Total E-Shop Sales using $sum_en.vtt | 5.80 KB |
06 - Orders/010 Get User Orders.mp4 | 29.05 MB |
06 - Orders/010 Get User Orders_en.vtt | 3.31 KB |
06 - Orders/011 Section Code.html | 327 B |
06 - Orders/30513560-backend-orders.zip | 28.84 KB |
07 - Product Image & Gallery Upload/001 Introduction.mp4 | 12.95 MB |
07 - Product Image & Gallery Upload/001 Introduction_en.vtt | 2.38 KB |
07 - Product Image & Gallery Upload/002 Configure Server Side Upload.mp4 | 95.15 MB |
07 - Product Image & Gallery Upload/002 Configure Server Side Upload_en.vtt | 10.94 KB |
07 - Product Image & Gallery Upload/003 Testing Image Upload with Postman.mp4 | 31.56 MB |
07 - Product Image & Gallery Upload/003 Testing Image Upload with Postman_en.vtt | 5.27 KB |
07 - Product Image & Gallery Upload/004 Validating Uploaded File Types.mp4 | 52.01 MB |
07 - Product Image & Gallery Upload/004 Validating Uploaded File Types_en.vtt | 5.87 KB |
07 - Product Image & Gallery Upload/005 Image Upload With Product Post Request.mp4 | 11.58 MB |
07 - Product Image & Gallery Upload/005 Image Upload With Product Post Request_en.vtt | 1.17 KB |
07 - Product Image & Gallery Upload/006 Image Upload With Product PUT Request.mp4 | 25.81 MB |
07 - Product Image & Gallery Upload/006 Image Upload With Product PUT Request_en.vtt | 3.95 KB |
07 - Product Image & Gallery Upload/007 Product Gallery Multiple Images Upload.mp4 | 66.31 MB |
07 - Product Image & Gallery Upload/007 Product Gallery Multiple Images Upload_en.vtt | 6.54 KB |
07 - Product Image & Gallery Upload/008 Excluding Uploads Folder From Authentication.mp4 | 20.81 MB |
07 - Product Image & Gallery Upload/008 Excluding Uploads Folder From Authentication_en.vtt | 2.85 KB |
07 - Product Image & Gallery Upload/009 Section Code.html | 328 B |
07 - Product Image & Gallery Upload/32616112-full-backend.zip | 35.88 MB |
08 - Deployment/001 Installing Heroku and Prepare Git.mp4 | 42.35 MB |
08 - Deployment/001 Installing Heroku and Prepare Git_en.vtt | 9.06 KB |
08 - Deployment/002 Optional Creating Production Database.mp4 | 27.37 MB |
08 - Deployment/002 Optional Creating Production Database_en.vtt | 4.15 KB |
08 - Deployment/003 Setting Development and Product Environment Variables.mp4 | 44.89 MB |
08 - Deployment/003 Setting Development and Product Environment Variables_en.vtt | 6.53 KB |
08 - Deployment/004 Deploy the App and Test It.mp4 | 102.86 MB |
08 - Deployment/004 Deploy the App and Test It_en.vtt | 12.38 KB |
08 - Deployment/005 Section Code.html | 251 B |
08 - Deployment/33555610-deployment-app.zip | 56.37 MB |
09 - What is Next/001 Next Steps.html | 264 B |
09 - What is Next/002 Bonus Lecture.html | 2.88 KB |
09 - What is Next/[Tutorialsplanet.NET].url | 128 B |
[Tutorialsplanet.NET].url | 128 B |
ahttp://0d.kebhana.mx:443/announce |
http://open.trackerlist.xyz:80/announce |
http://t.nyaatracker.com:80/announce |
http://torrent.nwps.ws:80/announce |
https://opentracker.xyz:443/announce |
https://tracker.fastdownload.xyz:443/announce |
udp://bigfoot1942.sektori.org:6969/announce |
udp://coppersurfer.tk:6969/announce |
udp://retracker.hotplug.ru:2710/announce |
udp://retracker.lanta-net.ru:2710/announce |
udp://tracker.birkenwald.de:6969/announce |
udp://tracker.leechers-paradise.org:6969/announce |
udp://tracker.port443.xyz:6969/announce |
udp://tracker.tiny-vps.com:6969/announce |
udp://tracker.torrent.eu.org:451/announce |
udp://tracker.vanitycore.co:6969/announce |
udp://tracker.zer0day.to:1337/announce |
TorrentBank
Copyright © 2024