Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Importance of Soft Assertions in Selenium WebDriver
This video discusses the importance of soft assertions in Selenium WebDriver. This clip is from the chapter "Miscellaneous Topics in Selenium WebDriver" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
PEP8 Guidelines Python Clean Coding - Project Module and Variable Conventions
This video explains project module and variable conventions. This clip is from the chapter "Naming Conventions" of the series "PEP8 Guidelines: Python Clean Coding".This section explains the various naming conventions in Python.
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Reusing Code with Modules
In this video, you will learn to use the import statement to reuse a code instead of copy-pasting code. We will also look at creating modules to reuse code. This clip is from the chapter "Modules and Packages" of the series "The Ultimate...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - ProcessPoolExecutor
You will learn to use a process pool executor to run a lot of processes simultaneously. This clip is from the chapter "Threading and Multiprocessing" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Curated Video
Python In Practice - 15 Projects to Master Python - Working of the Regression Model
This video explains working of the regression model. This clip is from the chapter "Machine Learning with Python" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on machine learning with Python.
Curated Video
Python In Practice - 15 Projects to Master Python - Matplotlib Library
This video explains the Matplotlib library. This clip is from the chapter "Advanced Level: Data Science" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level: data science.
Curated Video
The Complete Python Course - 4 Coding Examples - Statistics Module Functions
Understand the primary functions of a statistic module with examples. This clip is from the chapter "Python – Statistics Module" of the series "The Complete Python Course (2022)".This section handles statistical data in a module.
Curated Video
The Complete Python Course - 4 Coding Examples - Random Module Functions
Let's look at the various examples of a random module. This clip is from the chapter "Python – Random Modules" of the series "The Complete Python Course (2022)".This section focuses on random modules.
Curated Video
Selenium WebDriver Advanced - Industry Standard Framework - Test Class Without Framework
This video shows test class without framework. This clip is from the chapter "Reasons Why Framework Is Needed" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn the importance of a...
Curated Video
Selenium WebDriver Advanced - Industry Standard Framework - IntelliJ Installation
This video demonstrates the installation of IntelliJ. This clip is from the chapter "Environment and Project Setup" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, we will focus on setting up...
Curated Video
TypeScript for Beginners - Default Exports
This video demonstrates how to work with default exports. This clip is from the chapter "Modules" of the series "TypeScript for Beginners".This section introduces you to modules and explains how to use them.
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - [Exercise] Importing Data with a Script
This video presents an exercise on importing data into your index. This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Reset That $#!*
In this video you'll learn how to setup normalize.css. This CSS reset makes sure all browsers are starting from the same base. This clip is from the chapter "Styling React" of the series "The Complete React Developer Course (with Hooks...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Getting Firebase
In this video you'll be setting up your Firebase database. You'll also learn how to connect to the database from your JavaScript code. This clip is from the chapter "Firebase 101" of the series "The Complete React Developer Course (with...
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - Variables & Partials
Learning Sass: Variables & Partials This clip is from the chapter "Learning Sass" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll learn about Sass.
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 31 – Setting Up Zuul API Gateway
This video explains the setting up Zuul API Gateway. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on microservices with...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 27 – Connecting Currency Exchange Microservice to Eureka
This video explains connecting currency exchange microservice to Eureka. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 21 – QuickStart by Importing Microservices
This video shows how to QuickStart by importing microservices. This clip is from the chapter "Microservices with Spring Cloud – V2" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 01 – Part 2 – Setting Up Limits Microservice
This video explains how to set up limits microservices. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on microservices...
Curated Video
Learn Go in 3 Hours - Creating and Using Your Own Packages
Packages aren’t just for the standard library. Well-structured Go programs also use package for organization. • This video covers how to break up your program into different packages and how to import these packages. • Make your own...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Adding Keylogger to Your Reverse Shell Part 1
This video teaches you another use of the keylogger by adding it to your reverse shell. This clip is from the chapter "Developing a Keylogger" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section,...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 16 - Using the Component Scan to Scan for Beans
This video demonstrates how to use the component scan to scan for beans. This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 03-Theory - Introduction and End to Scriptlets
This video presents an overview of scriptlets. This clip is from the chapter "Quick Preview-Web Applications with Spring MVC" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section provides an...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 01 - Setting Up a Project with JDBC, JPA, H2, and the Web Dependencies
This video demonstrates how to set up a project with JDBC, JPA, H2, and the web dependencies. This clip is from the chapter "Spring Level 6 - Interacting with Databases - Spring JDBC, JPA, and Spring Data" of the series "Spring Framework...