[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/2. Overview - Laravel 8 Basics/5. About Data Seeders Concept.mp4 133.8 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/6. Phase #4 - API Development Using Passport Authentication/7. Basic Guard Settings & Create Login API.mp4 125.8 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/3. Phase #1 - API Development Without Authentication/2. Route, Migration & Model Settings.mp4 116.0 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/6. Phase #4 - API Development Using Passport Authentication/11. List Book API.mp4 113.4 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/2. Overview - Laravel 8 Basics/3. What is Migration & How to Use it .mp4 108.8 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/4. Phase #2 - API Development Using Sanctum Authentication/7. User Register API.mp4 106.5 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/6. Phase #4 - API Development Using Passport Authentication/2. Project Setup, Passport Installation & Configuration.mp4 104.3 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/5. Phase #3 - API Development Using JWT Authentication/11. User Course Enrolment API.mp4 103.6 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/4. Phase #2 - API Development Using Sanctum Authentication/8. User Login API.mp4 101.1 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/5. Phase #3 - API Development Using JWT Authentication/2. Project Setup, JWT Installation & Configuration.mp4 98.1 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/6. Phase #4 - API Development Using Passport Authentication/13. Update Book API.mp4 95.6 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/2. Overview - Laravel 8 Basics/2. Create Application First Program.mp4 94.0 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/6. Phase #4 - API Development Using Passport Authentication/3. Create API Models & Migrations.mp4 92.3 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/5. Phase #3 - API Development Using JWT Authentication/5. API Controller Settings.mp4 90.9 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/4. Phase #2 - API Development Using Sanctum Authentication/11. Create Project API.mp4 89.3 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/3. Phase #1 - API Development Without Authentication/6. Functions of Update API.mp4 88.8 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/3. Phase #1 - API Development Without Authentication/3. Functions of Create API.mp4 87.4 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/6. Phase #4 - API Development Using Passport Authentication/10. Create Book API.mp4 87.1 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/3. Phase #1 - API Development Without Authentication/1. Application Installation & Settings.mp4 81.6 MB
[TutsNode.com] - Learn Laravel 8 API Development Tutorial Step by Step/6. Phase #4 - API Development Using Passport Authentication/5. Create API Routes & Passport Route Grouping.mp4 80.8 MB
5. Asynchronously Manipulating Resources/2. Demo- Creating a Resource.mp4 54.4 MB
5. Asynchronously Manipulating Resources/5. Demo- Supporting a Location Header for Bulk Inserts.mp4 37.7 MB
7. Dealing with Asynchronous Service Integrations and Supporting Cancellation/02. Demo- Asynchronously Integrating With an External Service.mp4 36.7 MB
3. Starting at the Bottom with Your Data Access Layer/4. Demo- Starting from Scratch with a DAL.mp4 32.1 MB
4. Asynchronously Reading Resources/04. Demo- Using WebSurge to Test Async Code Improvements.mp4 31.0 MB
7. Dealing with Asynchronous Service Integrations and Supporting Cancellation/06. Demo- Passing Multiple Objects to a Result Filter with ValueTuple.mp4 27.0 MB
3. Starting at the Bottom with Your Data Access Layer/8. Demo- Implementing the Repository Contract.mp4 25.5 MB
7. Dealing with Asynchronous Service Integrations and Supporting Cancellation/09. Demo- Supporting Cancellation.mp4 24.1 MB
7. Dealing with Asynchronous Service Integrations and Supporting Cancellation/10. Demo- Supporting Cancellation When the Consumer Navigates Away.mp4 19.9 MB
7. Dealing with Asynchronous Service Integrations and Supporting Cancellation/11. Demo- Listening to Multiple Cancellation Tokens.mp4 17.1 MB
7. Dealing with Asynchronous Service Integrations and Supporting Cancellation/04. Demo- Processing Multiple Service Calls Asynchronously, After Waiting for All of Them to Complete.mp4 15.6 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/09 Token Based Authentication/026 POST - Create a Session (Log user in API).mp4 574.2 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/13 BONUS_ Allow image upload against a task/040 POST - Implement The Upload Image Route.mp4 445.8 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/09 Token Based Authentication/028 PATCH - Refresh a Session (Get new access token API).mp4 414.5 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/07 Tasks API Endpoint Implementation/020 PATCH - Update a Task.mp4 392.8 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/10 Refactor Tasks API to Include Authentication/030 Add Authentication to Tasks API.mp4 380.2 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/07 Tasks API Endpoint Implementation/019 POST - Create a Task.mp4 369.7 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/09 Token Based Authentication/024 POST - Create a User (Sign up user API).mp4 300.4 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/13 BONUS_ Allow image upload against a task/043 PATCH - Implement The Update Image Attributes Route.mp4 292.5 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/13 BONUS_ Allow image upload against a task/045 Update Current Task API To Integrate Images.mp4 290.0 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/07 Tasks API Endpoint Implementation/018 GET - Get All Tasks - With Pagination.mp4 259.0 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/07 Tasks API Endpoint Implementation/014 GET - Get a Single Task.mp4 247.1 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/13 BONUS_ Allow image upload against a task/039 Implement The Image Route Logic.mp4 226.4 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/09 Token Based Authentication/027 DELETE - Delete a Session (Log user out API).mp4 185.1 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/06 Tasks API Set Up/011 Create the Response Model.mp4 181.8 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/13 BONUS_ Allow image upload against a task/038 Implement The Image Model.mp4 180.5 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/06 Tasks API Set Up/013 Create the Task Model.mp4 175.7 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/07 Tasks API Endpoint Implementation/016 GET - Get All Complete and Incomplete Tasks.mp4 144.6 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/13 BONUS_ Allow image upload against a task/044 DELETE - Implement The Image Deletion Route.mp4 139.1 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/05 Demo/008 Demo of Completed API - What we are going to build.mp4 137.1 MB
[TutsNode.com] - Create a REST API using basic PHP with Token Authentication/07 Tasks API Endpoint Implementation/017 GET - Get All Tasks.mp4 120.7 MB
[TutsNode.net] - Nextjs, Tailwind CSS 3 Google API project - Next js project/3. Header section with authentication/2. Add authentication and get user data from google.mp4 489.0 MB
[TutsNode.net] - Nextjs, Tailwind CSS 3 Google API project - Next js project/5. Add functionality to the search bar/2. Create search header component.mp4 367.8 MB
[TutsNode.net] - Nextjs, Tailwind CSS 3 Google API project - Next js project/7. Pagination and Image result/2. Add image results component.mp4 366.4 MB
[TutsNode.net] - Nextjs, Tailwind CSS 3 Google API project - Next js project/8. Deployment/1. Deploy and fix the remaining buttons.mp4 359.0 MB
[TutsNode.net] - Nextjs, Tailwind CSS 3 Google API project - Next js project/5. Add functionality to the search bar/3. Create search header options component.mp4 331.1 MB
[TutsNode.net] - Nextjs, Tailwind CSS 3 Google API project - Next js project/4. Body and footer sections/1. Create the body section.mp4 330.3 MB
[TutsNode.net] - Nextjs, Tailwind CSS 3 Google API project - Next js project/7. Pagination and Image result/1. Create pagination component.mp4 311.5 MB
[TutsNode.net] - Nextjs, Tailwind CSS 3 Google API project - Next js project/6. Start working on the google api and complete the result section/3. Complete the result section and install html react parser.mp4 277.7 MB
[TutsNode.net] - Nextjs, Tailwind CSS 3 Google API project - Next js project/6. Start working on the google api and complete the result section/1. Get data from google api and create the mock data.mp4 257.8 MB
[TutsNode.net] - Nextjs, Tailwind CSS 3 Google API project - Next js project/6. Start working on the google api and complete the result section/2. Create the about data section and modify the title in search page.mp4 155.6 MB
[TutsNode.net] - Nextjs, Tailwind CSS 3 Google API project - Next js project/5. Add functionality to the search bar/1. Get the term from input and redirect to the related page.mp4 131.6 MB
[TutsNode.net] - Nextjs, Tailwind CSS 3 Google API project - Next js project/3. Header section with authentication/1. Create the header section.mp4 118.3 MB
[TutsNode.net] - Nextjs, Tailwind CSS 3 Google API project - Next js project/2. Installation/1. Install NextJS and Tailwind CSS.mp4 113.1 MB
[TutsNode.net] - Nextjs, Tailwind CSS 3 Google API project - Next js project/4. Body and footer sections/2. Create footer component.mp4 81.4 MB
[TutsNode.net] - Nextjs, Tailwind CSS 3 Google API project - Next js project/1. Introduction/1. Preview of Google clone project.mp4 28.8 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/3. Preparing the API Server/8. ReadWrite Data to Database Using API.mp4 101.0 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/6. Orders/4. New Order & Create Order Items on Posting New Order.mp4 100.4 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/4. Products & Categories/4. Add and Delete Categories.mp4 100.2 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/7. Product Image & Gallery Upload/2. Configure Server Side Upload.mp4 99.8 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/5. Users & Authentication/6. Login a User REST API & Creating a Token.mp4 87.3 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/3. Preparing the API Server/10. Create Backend API Routes & Schemas.mp4 80.3 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/6. Orders/5. Get Order Detail and Populate Products in Order Items and User Data.mp4 71.3 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/6. Orders/9. Calculating Total Price of one Order.mp4 70.9 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/3. Preparing the API Server/7. Installing Mongoose and Connect to MongoDB Database.mp4 64.3 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/6. Orders/10. Get Total E-Shop Sales using $sum.mp4 60.1 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/4. Products & Categories/14. Filtering and Getting Products by Category.mp4 57.2 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/7. Product Image & Gallery Upload/4. Validating Uploaded File Types.mp4 54.5 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/5. Users & Authentication/9. Excluding REST API Routes From Authentication.mp4 51.0 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/5. Users & Authentication/11. Users & Admins - User Role.mp4 48.7 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/4. Products & Categories/7. Post a New Product REST API.mp4 47.5 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/4. Products & Categories/2. Products Model & Scheme.mp4 46.9 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/5. Users & Authentication/7. Protecting the API and Authentication JWT Middleware.mp4 45.1 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/4. Products & Categories/13. Get Featured Products REST API.mp4 45.0 MB
[TutsNode.com] - NodeJs Build The Complete E-Commerce Web API/2. Tools and Environment/2. Installing our Coding Editor (IDE) + Extensions.mp4 42.4 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/21. Project 4 Test Data Generation using Python/3. Test data generation in python-1.mp4 90.5 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/20. Project 3 Web Application Automation using Selenium Python/4. Work on Radio Button Checkbox Link Button.mp4 87.0 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/18. Pre-requisite for Project 2 Get Json understanding/5. Fetch & Validate JSON Response.mp4 86.0 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/1. Introduction & Environment Setup- Python Pycharm PIP Libraries/1. Why as a Tester we need to learn Python.mp4 80.9 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/21. Project 4 Test Data Generation using Python/6. Test data generation in python-4.mp4 79.9 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/7. Functions in Detail/5. Different types of arguments.mp4 78.7 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/20. Project 3 Web Application Automation using Selenium Python/5. Work on Dropdown or List.mp4 77.9 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/5. String Handling/1. What is String and basic operations.mp4 75.7 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/9. Modules/4. Difference between import and from-import.mp4 74.2 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/19. Project 2 RESTful API Testing using Python/1. Request Package Installation.mp4 73.9 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/13. OOPS programming/6. Data Overriding.mp4 73.5 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/21. Project 4 Test Data Generation using Python/5. Test data generation in python-3.mp4 71.3 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/16. Project 1 WebScaping using Python/4. Fetch data using BeautifulSoup.mp4 70.6 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/3. Control Execution using Condition Handling, Practical Examples and Exercise/5. Condition Handling with Logical OR and Logical AND.mp4 69.7 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/2. Getting start with basic PYTHON Programming/1. First Python Code Create Python File, Comments & Print on Console.mp4 69.2 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/6. Complex Data Types/1. List.mp4 68.3 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/9. Modules/2. How to Use Modules.mp4 68.3 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/2. Getting start with basic PYTHON Programming/5. Standard datatypes in Python Number, String, List, Tuple & Dictionary.mp4 66.1 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/19. Project 2 RESTful API Testing using Python/2. Making a GET request using python.mp4 66.1 MB
[TutsNode.com] - End to End Automation using Python Web Application & API/20. Project 3 Web Application Automation using Selenium Python/2. Write First TestCase Open Browser Enter URL Maximize.mp4 65.3 MB