Instructional Video4:28
Curated Video

DevOps Complete Course - Working with Git Bash

Higher Ed
This video demonstrates working with Git bash. This clip is from the chapter "Git and GitHub" of the series "DevOps Complete Course".This section focuses on Git and GitHub.
Instructional Video3:37
Curated Video

DevOps Complete Course - Set Up Maven

Higher Ed
This video demonstrates the Maven setup. This clip is from the chapter "Maven" of the series "DevOps Complete Course".This section focuses on Maven from scratch.
Instructional Video5:57
Curated Video

DevOps Complete Course - Revert Changes from Working Directory

Higher Ed
This video explains how to revert changes from working directory. This clip is from the chapter "Git and GitHub" of the series "DevOps Complete Course".This section focuses on Git and GitHub.
Instructional Video0:51
Curated Video

The Complete Python Course - What Are Comments?

Higher Ed
In this video, we will look at the various comments we can use in Python. This clip is from the chapter "Python - Comments" of the series "The Complete Python Course (2022)".This section discusses the various kinds of comments used in...
Instructional Video3:08
Curated Video

The Complete Python Course - Single-Line and Multi-Line Comments

Higher Ed
Here, you will learn to create comments using the # and ''' to develop single and multiline comments. This clip is from the chapter "Python - Comments" of the series "The Complete Python Course (2022)".This section discusses the various...
Instructional Video4:27
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Pattern Matching

Higher Ed
Here, you will learn to create your own terminal simulation, which will create different statements and match the list directories. This clip is from the chapter "Structural Pattern Matching" of the series "The Ultimate Guide to Python...
Instructional Video3:09
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Packing Operator in Case Statements

Higher Ed
You will learn how to pack the values or elements using the *args. This clip is from the chapter "Structural Pattern Matching" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on match case...
Instructional Video8:55
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Developing getBasket Methods for Basket Lambda Microservice with DynamoDB Client

Higher Ed
This video helps in developing getBasket methods for basket Lambda microservice with DynamoDB Client. This clip is from the chapter "Developing Basket Lambda Microservices Functions with AWS SDK" of the series "AWS Serverless...
Instructional Video5:29
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Creating AWS CDK Application for IaC

Higher Ed
This video helps in creating an AWS CDK application for IaC. This clip is from the chapter "Getting Started with AWS CDK by Developing Our First CSK Application" of the series "AWS Serverless Microservices with Patterns and Best...
Instructional Video9:36
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - CDK Commands Overview

Higher Ed
This video provides an overview of CDK commands. This clip is from the chapter "Getting Started with AWS CDK by Developing Our First CSK Application" of the series "AWS Serverless Microservices with Patterns and Best Practices".This...
Instructional Video1:01
Curated Video

MongoDB Tutorial for Beginners (2022) - listCommands() - Display a List of All Database Commands

Higher Ed
Learn how to implement the listCommands() method in MongoDB. This method displays a list of all database commands This clip is from the chapter "Section Name" of the series "MongoDB Tutorial for Beginners (2022)".In this section, we will...
Instructional Video2:51
Curated Video

Snowflake - Build and Architect Data Pipelines Using AWS - Prerequisites and How to Succeed in This Course

Higher Ed
This video talks about the prerequisites and how to succeed in this course. This clip is from the chapter "Introduction to the Course" of the series "Snowflake - Build and Architect Data Pipelines Using AWS".This section provides an...
Instructional Video12:15
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Start Developing Checkout Basket Function - Install npm Package - @aws-sdk

Higher Ed
This video explains how to develop the checkout basket function, install npm package, and @aws-sdk. This clip is from the chapter "Develop Checkout Basket for Send Event to AWS EventBridge from Basket with SDK" of the series "AWS...
Instructional Video14:04
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Quick Setup of AWS CLI

Higher Ed
This video explains the quick setup of AWS CLI. This clip is from the chapter "Prerequisites and Tools for Developing Serverless Applications on AWS" of the series "AWS Serverless Microservices with Patterns and Best Practices".This...
Instructional Video6:15
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - End-to-End Working Example on GIT Commands - 2

Higher Ed
This video presents the second part of an end-to-end working example on GIT commands. This clip is from the chapter "GIT - Version Control Tutorial" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video10:16
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Creating Maven Project and Understanding its Terminologies

Higher Ed
This video explains how to create a Maven Project and understand its terminologies. This clip is from the chapter "Framework Part 3 - Maven Build Management Tool" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video8:40
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Creating GIT Configuration and Repositories

Higher Ed
This video explains how to create GIT configuration and repositories. This clip is from the chapter "GIT - Version Control Tutorial" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section discusses...
Instructional Video7:30
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - MySQL Download Instructions

Higher Ed
This video explains how to download MySQL. This clip is from the chapter "Database Connection to Selenium Test Cases" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section discusses the database...
Instructional Video5:16
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - How to Set JAVA_HOME Path in Mac

Higher Ed
This video explains how to set the JAVA_HOME path in the Mac operating system. This clip is from the chapter "Complete Installation Guide for Java and Selenium Learning" of the series "Selenium WebDriver with Java - Basics to Advanced...
Instructional Video1:13
Next Animation Studio

Earth’s newest deep-space probe reaches edge of solar system

12th - Higher Ed
On 17 April the half-ton New Horizons spacecraft became only the fifth man-made machine to fly more than 50 astronomical units into deep space.
Instructional Video1:04
Next Animation Studio

Mind control: Australian-made bionic spine moves robotic limbs using your thoughts

12th - Higher Ed
There may be new hope for people with spinal cord injuries, thanks to a device that is being hailed as the "holy grail" in bionics. Australian scientists are developing a bionic spine that could allow paralyzed patients to move using the...
Instructional Video5:55
Curated Video

The Full Stack Web Development - Getting Started With Redis

Higher Ed
Redis - The Cache Database: Getting Started With Redis This clip is from the chapter "Redis - The Cache Database" of the series "The Full Stack Web Development".In this section, we look into Redis – part of other essential technology and...
Instructional Video15:05
Packt

Introduction to computer hardware and software : What is a CPU?

Higher Ed
From the section: CPUs. In this section, we explore features about CPU. The central processing unit is where the computer performs calculations. CPUs support a specific set of instructions. Internally, CPUs have multiple pipelines in...
Instructional Video3:08
ATHS Engineering

Programming: Conditional Statements

9th - Higher Ed
The video discusses how to use conditional statements and loops in programming to automate tasks. It explains how if statements can be used to run commands based on certain conditions, and how while loops can be used to repeat commands...