Instructional Video12:34
Curated Video

Bash Shell Scripting- How to read variables for awk command using shell script

Higher Ed
This video shows how to read variables for awk command using the shell script. This clip is from the chapter "AWK command and AWK scripting" of the series "Complete Bash Shell Scripting".This section covers AWK command and AWK scripting
Instructional Video2:29
Curated Video

Bash Shell Scripting- How to display or print a range of lines

Higher Ed
This video shows how to display or print a range of lines. This clip is from the chapter "Commands to read a file content" of the series "Complete Bash Shell Scripting".This section covers the commands you can use to read files.
Instructional Video2:19
Brian McLogan

How to find the degree and leading coefficient of a polynomial (mistake)

12th - Higher Ed
👉 Learn how to find the degree and the leading coefficient of a polynomial expression. The degree of a polynomial expression is the highest power (exponent) of the individual terms that make up the polynomial. For terms with more that...
Instructional Video10:36
Curated Video

Introduction to Vectors, Magnitude, and Direction

Higher Ed
The video is a presentation on the introduction to vectors. The presenter explains the concept of vector quantities, which have both magnitude and direction. They discuss the notation of vectors, including column vectors and position...
Instructional Video13:11
Curated Video

AWS Certified Cloud Practitioner (CLF-C01)- Introduction to Amazon Simple Storage Service S3 - Part 2

Higher Ed
In this video, we'll learn more about Amazon Simple Storage Service S3 - Part 2. This clip is from the chapter "Amazon Simple Storage Service (S3), Storage Gateway, and Snowball" of the series "AWS Certified Cloud Practitioner (CLF-C01)...
Instructional Video5:54
Curated Video

AWS Certified Cloud Practitioner (CLF-C01)- How to pass the AWS Certified Cloud Practitioner Exam

Higher Ed
In this video, we'll learn about how to pass the AWS Certified Cloud Practitioner Exam. This clip is from the chapter "Introduction to AWS Certified Cloud Practitioner CLF-C01 and Cloud Computing" of the series "AWS Certified Cloud...
Instructional Video6:05
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 33 - Creating Post Entity and Many to One Relationship with User Entity

Higher Ed
Connecting RESTful Web Service to JPA: Step 33 - Creating Post Entity and Many to One Relationship with User Entity This clip is from the chapter "Connecting RESTful Web Service to JPA" of the series "Master Java Web Services and REST...
Instructional Video5:58
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 14 - Quick introduction to different parts of a WSDL

Higher Ed
SOAP Web Services with Spring and Spring Boot: Step 14 - Quick introduction to different parts of a WSDL This clip is from the chapter "SOAP Web Services with Spring and Spring Boot" of the series "Master Java Web Services and REST API...
Instructional Video6:11
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 1: Introduction to Spring Boot - Goals and Important Features

Higher Ed
Introduction to Spring Boot in 10 Steps: Step 1: Introduction to Spring Boot - Goals and Important Feature This clip is from the chapter "Introduction to Spring Boot in 10 Steps" of the series "Master Java Web Services and REST API with...
Instructional Video5:06
Curated Video

Bash Shell Scripting- One-time task execution with at | scheduling job with at command to execute once

Higher Ed
This video shows how to perform one-time task execution with at and how to schedule a job with at command to execute once. This clip is from the chapter "Scheduling jobs with at and crontab" of the series "Complete Bash Shell...
Instructional Video10:08
Packt

Quantity Select and Add to Cart Button

Higher Ed
This video focuses on quantity select and the Add to Cart button. This clip is from the chapter "Adding the Shopping Cart" of the series "MERN E-commerce from Scratch".This section explains the concepts involved in adding the shopping cart.
Instructional Video5:51
Curated Video

The Beginners 2022 Cyber Security Awareness Training Course - What Else Can You Do to Protect Yourself Part II

Higher Ed
In part II of this recap module, you will continue to be shown even more cool tips ‘n’ tricks on how to protect yourself when using computers, smartphones, and the Internet. And we will wrap up the training with information on how...
Instructional Video7:19
Brian McLogan

Master Finding the area and perimeter of a triangle (mistake)

12th - Higher Ed
Master Finding the area and perimeter of a triangle (mistake)
Instructional Video11:00
Packt

How to Handle Frames?

Higher Ed
This video demonstrates how to handle frames. This clip is from the chapter "Techniques to Automate Ajax Calls, Child Windows, and iFrames" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video4:04
Curated Video

AWS Certified Cloud Practitioner (CLF-C01)- How to Book Your AWS Exam?

Higher Ed
In this video, we'll learn how to book your AWS exam. This clip is from the chapter "Book Your AWS Exam" of the series "AWS Certified Cloud Practitioner (CLF-C01) [Updated for 2021]".In this section, you will learn how to book your AWS...
Instructional Video5:15
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 9: Introduction to Spring Data JPA

Higher Ed
Introduction to JPA in 10 Steps: Step 9: Introduction to Spring Data JPA This clip is from the chapter "Introduction to JPA in 10 Steps" of the series "Master Java Web Services and REST API with Spring Boot".In this section, you will be...
Instructional Video7:38
Curated Video

Bash Shell Scripting- How to use awk command / script in shell scripts

Higher Ed
This video shows how to use the awk command/script in shell scripts. This clip is from the chapter "AWK command and AWK scripting" of the series "Complete Bash Shell Scripting".This section covers AWK command and AWK scripting
Instructional Video10:47
Curated Video

Bash Shell Scripting- Simple Shell Script to verify the user is root or not and User is having sudo

Higher Ed
This video shows how to use the simple shell script to verify the user is root or not and User is having sudo. This clip is from the chapter "Conditional Statements - simple if, if-else, if elif elif else" of the series "Complete Bash...
Instructional Video4:44
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Introduction to the Course

Higher Ed
This clip is from the chapter "Introduction" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll get an introduction to the course.
Instructional Video19:28
Curated Video

Bash Shell Scripting- Basics of AWK Command to write simple Shell Scripts

Higher Ed
This video explores the basics of the AWK command and shows how to write simple Shell scripts. This clip is from the chapter "AWK Command" of the series "Complete Bash Shell Scripting".This section explains the AWK command
Instructional Video11:49
Curated Video

Bash Shell Scripting- Shell Script to monitor File System Utilization with mail alerts

Higher Ed
This video shows how to write a shell script to monitor file system utilization with mail alerts. This clip is from the chapter "Scheduling jobs with at and crontab" of the series "Complete Bash Shell Scripting".This section shows how to...
Instructional Video10:40
Packt

Automating Pagination Scenarios to Search Data Using the Do While Loop

Higher Ed
This video explains how to automate pagination scenarios to search data using the Do While loop. This clip is from the chapter "Selenium Java Streams - Automate Sort, Pagination, and Filtering the Web Tales" of the series "Selenium...
Instructional Video14:52
Packt

Adding Tests to Suite in Framework Guidelines

Higher Ed
This video explains how to add tests to a suite in the framework guidelines. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video5:22
Packt

Welcome To the Course

Higher Ed
Intro & Getting Started: Welcome To the Course This clip is from the chapter "Intro & Getting Started" of the series "Modern JavaScript from the Beginning".In this section, you are welcomed to the course and given an overview of the...