Hi, what do you want to do?
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - r Look at Functions
In this video, we'll take a closer look at functions.
r/>
This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript,...
r/>
This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript,...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Selection Control Statements
This video explains about the selection control statements.
r/>
This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on the...
r/>
This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on the...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Iteration
One thing computers and microcontrollers are good at is doing the same task over and over many times. The Arduino is capable of repeating a task many times. This lecture explains iteration and the various methods available to you.
r/>...
r/>...
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Setting Up Cloudflare Origin TLS Certificate
In this video, we'll be setting up Cloudflare origin TLS certificate.
r/>
This clip is from the chapter "Configuring NGINX Web Server and Installing TLS Certificate" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In...
r/>
This clip is from the chapter "Configuring NGINX Web Server and Installing TLS Certificate" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In...
Curated Video
Python 3 for Beginners: Loops - For and While Statements Explained
In this educational video, you will learn about two important types of loops in Python: for and while loops. The video explains how to use for loops to perform actions on every item in a list, with examples that demonstrate how the code...
Curated Video
Python 3 for Beginners: Handling Exceptions in Python Lists - Using the Index Method
In this video, we learn about the index list method in Python, which helps us find the index of a value in a list. We also explore how Python handles exceptions when the value is not found in the list, which can be extremely useful in...
Curated Video
Python 3 for Beginners: If Statements and Code Blocks
In this video, you will learn about the If statement in Python programming. You will see examples of how the If statement evaluates to true or false and how the corresponding code blocks are executed. The video also covers the use of...
Curated Video
Learning Programming Using Scratch: Creating an Insult Generator
In this final installment of the tutorial series, we learn how to create an insult generator using arrays, variables, strings, concatenation, and random numbers. By creating arrays for adjectives and nouns, we can generate unique...
Curated Video
Bootstrap 5 Course Build Responsive Websites Like a Pro - Bootstrap Carousel
This video explains the Bootstrap Carousel.<br<br/>/>
This clip is from the chapter "Bootstrap 5 Components" of the series "Bootstrap 5 Course: Build Responsive Websites Like a Pro".This section focuses on Bootstrap 5 components.
This clip is from the chapter "Bootstrap 5 Components" of the series "Bootstrap 5 Course: Build Responsive Websites Like a Pro".This section focuses on Bootstrap 5 components.
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - What Is Reinforcement Learning Hiders and Seekers by OpenAI
This video explains about reinforcement learning hiders and seekers by OpenAI in the simplest way.
<
br/>
This clip is from the chapter "Motivation and Applications" of the series "Reinforcement Learning and Deep RL Python (Theory...
<
br/>
This clip is from the chapter "Motivation and Applications" of the series "Reinforcement Learning and Deep RL Python (Theory...
Packt
CompTIA Network+ Certification N10-007: The Total Course - Tour of a SOHO Router
This video provides a walkthrough of SOHO router. This clip is from the chapter "Routing" of the series "CompTIA Network+ Certification N10-007: The Total Course".In this section, you will learn more about routing.
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Condition Statements JavaScript
In this video, we'll cover condition statements JavaScript.
r/>
This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript,...
r/>
This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript,...
Curated Video
REST APIs with Flask and Python - Errors in Python
This video focuses on errors in Python.
r/>
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...
r/>
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...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Retrieving Data from Excel Based on a Condition
This video explains how to retrieve data from Excel based on a condition.
r/>
This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing from Scratch - REST Assured...
r/>
This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing from Scratch - REST Assured...
Curated Video
Python 3 for Beginners: Python Standard Library and Creating Modules in Python
In this educational video, you'll learn about the Python Standard Library and how to take advantage of its modules to simplify your coding process. The video demonstrates how to use existing modules for tasks such as reading and writing...
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - Form Style Challenge
CSS Basics: Form Style Challenge<br/<br/>>
This clip is from the chapter "CSS Basics" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll learn about CSS Basics.
This clip is from the chapter "CSS Basics" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll learn about CSS Basics.
Curated Video
Learn Go in 3 Hours - If/Else and For Statements
The if/else statement is present in many languages, as is the for statement. Go provides a unique twist on both.
• This video covers the if/else and for statements in Go, how they are both similar and different to the same...
• This video covers the if/else and for statements in Go, how they are both similar and different to the same...
Curated Video
Programming Tutorial: Creating a Palindrome Checker in Scratch
In this tutorial video, the instructor demonstrates how to create a palindrome checker using Scratch programming. By combining skills in strings, loops, and conditional statements, viewers learn how to reverse a word or number input by...
Curated Video
Programming with Scratch: Exploring String Length and Loops
In this lesson, students learn how to combine string manipulation and loops in Scratch programming. They explore determining the length of a user-inputted string and using a loop to spell out the characters of the string one by one. By...
Curated Video
Programming with Scratch: Exploring Loops and Times Tables
This video tutorial introduces the concept of loops in programming using Scratch. It demonstrates how to use a definite loop to repeat code a set number of times, specifically creating a program for a dinosaur to recite a chosen times...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing DynamoDB Query and Scan Operations for Product Lambda Microservice
This video explains developing DynamoDB query and scan operations for product Lambda microservice.
<
br/>
This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS...
<
br/>
This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS...
Curated Video
PEP8 Guidelines Python Clean Coding - Bullets Game: Main Game Loop
This video explains making some changes to the bullets.py file.
<
br/>
This clip is from the chapter "PEP8 Practice Projects" of the series "PEP8 Guidelines: Python Clean Coding".This section explains two different PEP8 practice...
<
br/>
This clip is from the chapter "PEP8 Practice Projects" of the series "PEP8 Guidelines: Python Clean Coding".This section explains two different PEP8 practice...
Packt
Max.block.ms and Buffer.memory
This video explains the concept of max.block.ms and buffer.memory.
<
br/>
This clip is from the chapter "Kafka Twitter Producer and Advanced Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In...
<
br/>
This clip is from the chapter "Kafka Twitter Producer and Advanced Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In...