Curated Video
DevOps Complete Course - Working with Git Bash
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.
Curated Video
DevOps Complete Course - Set Up Maven
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.
Curated Video
DevOps Complete Course - Revert Changes from Working Directory
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.
Curated Video
The Complete Python Course - What Are Comments?
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...
Curated Video
The Complete Python Course - Single-Line and Multi-Line Comments
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Pattern Matching
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Packing Operator in Case Statements
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...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing getBasket Methods for Basket Lambda Microservice with DynamoDB Client
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...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Creating AWS CDK Application for IaC
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...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - CDK Commands Overview
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...
Curated Video
MongoDB Tutorial for Beginners (2022) - listCommands() - Display a List of All Database Commands
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...
Curated Video
Snowflake - Build and Architect Data Pipelines Using AWS - Prerequisites and How to Succeed in This Course
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...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Start Developing Checkout Basket Function - Install npm Package - @aws-sdk
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...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Quick Setup of AWS CLI
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - End-to-End Working Example on GIT Commands - 2
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Creating Maven Project and Understanding its Terminologies
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Creating GIT Configuration and Repositories
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - MySQL Download Instructions
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - How to Set JAVA_HOME Path in Mac
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...
Next Animation Studio
Earth’s newest deep-space probe reaches edge of solar system
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.
Next Animation Studio
Mind control: Australian-made bionic spine moves robotic limbs using your thoughts
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...
Curated Video
The Full Stack Web Development - Getting Started With Redis
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...
Packt
Introduction to computer hardware and software : What is a CPU?
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...
ATHS Engineering
Programming: Conditional Statements
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...