Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Google Fonts CSS
In this video, we'll cover Google fonts CSS. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline style, CSS...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Rainbow Tables - 1
In this video, you'll learn to use rainbow tables to derive passwords. This clip is from the chapter "Wireless Penetration Testing" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Embedding Backdoor in Image Part 1
In this video, you'll learn how to embed backdoor techniques in an image. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Capturing Screenshot on Target PC
In this video, you'll learn how to capture screenshots on the target PC. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll...
Curated Video
REST APIs with Flask and Python - Imports in Python
This video focuses on imports in Python. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your Python knowledge.
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Linting
The Python community is picky about good-looking code. In this lesson, I'll show you 3 common ways to keep your code clean and unpolluted. This clip is from the chapter "Advanced Python" of the series "Python for Everybody: The Ultimate...
Curated Video
Python 3 for Beginners: Importing, Using, and Managing Module Search Path
In this video, you will learn about Python modules - files with a .py extension that contain a set of attributes, methods, and classes. You will learn how to include modules in your Python program using the import statement followed by...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Glue Job (Full Load)
This video covers how to use the right glue job (full load). This clip is from the chapter "Project - Change Data Capture / Replication Ongoing" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section covers...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Organize Your OOP Files
This video shows how to organize OOP files in Python. This clip is from the chapter "Extra: Python OOP" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a concise introduction...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Create Your Own Python Module
This video demonstrates how to create your own Python module. This clip is from the chapter "Python Basics- Level 4" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section gives an overview of the...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 07 - Writing Unit Test for the deleteByID Method
In this video, we will write unit test for the deleteByID method. This clip is from the chapter "JPA and Hibernate in Depth" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, you will learn about...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Use a Python Module
This video demonstrates how to import and use a Python module. This clip is from the chapter "Python Basics- Level 4" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section gives an overview of the...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 19 - Introduction to the Spring Data JPA
This video provides an introduction to the Spring Data JPA. This clip is from the chapter "Spring Level 6 - Interacting with Databases - Spring JDBC, JPA, and Spring Data" of the series "Spring Framework Master Class - Java Spring the...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 14 - Defining the Person Entity
This video demonstrates how to define the person entity. This clip is from the chapter "Spring Level 6 - Interacting with Databases - Spring JDBC, JPA, and Spring Data" of the series "Spring Framework Master Class - Java Spring the...
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Do not forget to do Exercises
Basics of Object Oriented Programming: Do not forget to do Exercises This clip is from the chapter "Basics of Object Oriented Programming" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section you...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing deleteProduct CRUD Methods for Product Lambda Microservice with Dyndb
This video explains developing deleteProduct CRUD methods for product Lambda microservice with Dyndb. This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS Serverless...
Curated Video
The Complete Python Course - 10 Coding Examples - Math Module Functions
Let's look at the math module using constants trigonometry and illustrate it with many examples. This clip is from the chapter "Python – math Module" of the series "The Complete Python Course (2022)".This section deals with modules that...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Importing the Dependencies
This video explains importing the dependencies. This clip is from the chapter "Car Racing Game" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the car racing game.
Curated Video
Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Importing Required Libraries
In this video, you will learn how to import the required libraries. This clip is from the chapter "Classification Algorithms: K-Nearest Neighbors" of the series "Python for Machine Learning - The Complete Beginner's Course".In this...
Curated Video
No-Code Machine Learning Using Amazon AWS SageMaker Canvas - Predict Single and Batch Dataset
In this video, you will learn how to predict single and batch dataset. This clip is from the chapter "Project 1 - Banknote Authentication" of the series "No-Code Machine Learning Using Amazon AWS SageMaker Canvas".In this section, we...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Loading and Understanding the Environment
This video explains about loading and understanding the environment. This clip is from the chapter "Stable Baselines Cartpole Solution" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Bokeh for Interactive Plotting: Bokeh Multiplots Grid Plot
In this video, we will cover Bokeh Multiplots grid plot. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 6.3: Type Checking with TypeScript
In this video, we will learn how to use TypeScript to improve our code. • Install the dependencies for TypeScript • Adapt the Express.js code to use TypeScript • Run the application with TypeScript compiler
Curated Video
Django3- Listing Completed Todos
In this video, we will look at listing completed Todos. This clip is from the chapter "Site 3 - Todo Woo" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will be working on our project site...