Instructional Video2:40
Seven Dimensions

Recognizing and Overcoming Biases for Critical Thinking in Meetings

Higher Ed
This video discusses the importance of recognizing and minimizing unconscious biases in order to think critically and make informed decisions. It explores the like me bias and groupthink phenomenon, offering strategies to overcome them,...
Instructional Video22:15
Packt

Quick Sort

Higher Ed
This video introduces you to quick sort in data structure. This clip is from the chapter "Algorithm: Sorting Advanced" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of advanced...
Instructional Video6:46
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Analyze log(n), visualize the math behind it and how it relates to algorithms

Higher Ed
Build a recursive factorial function step by step This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
Instructional Video14:26
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Real-Time Example to Solve Business Logic Using the JSON Response

Higher Ed
This video presents real-time examples to solve business logic using the JSON response. This clip is from the chapter "Diving in Depth Automating REST API" of the series "REST API Automation Testing from Scratch - REST Assured Java".This...
Instructional Video3:43
Science360

Computer scientist Mark Hill - ScienceLives

12th - Higher Ed
Mark Hill knows more about the inner workings of computer hardware than most. As Amdahl Professor of Computer Science at the University of Wisconsin, he studies the way computers transform 0s and 1s into social networks and EBay...
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 Video15:14
Curated Video

Bash Shell Scripting- awk command with action and basic variables

Higher Ed
This video shows how to use the awk command with action and basic variables. 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 Video18:30
Packt

Practice Exercise - Cisco Interview Question on Arrays

Higher Ed
This video presents a practice exercise on arrays. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video3:03
Curated Video

Comprehensive Android Developer Bootcamp - Understanding the Android App Structure

Higher Ed
Android Development – Let the fun Begin!:Understanding the Android App Structure This clip is from the chapter "Android Development – Let the fun Begin!" of the series "The Comprehensive Android Developer Bootcamp".This section explains...
Instructional Video4:27
Let's Tute

Tips for Faster and Effective Learning: How to Remember Information for Exams

9th - Higher Ed
In this video, the speaker provides tips and techniques for students to learn and remember things faster and more effectively. They emphasize the importance of understanding concepts logically, using verbal and visual memory techniques,...
Instructional Video6:11
Curated Video

Complete Java SE 8 Developer Bootcamp - “this”-Part 3

Higher Ed
Learn how to use "this" to chain constructors together and the reasons why it exists. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn...
Instructional Video2:30
XKA Digital

Finding your place in an ecosystem

Higher Ed
Julian has spent his entire working career working in information technology and turning ideas into software services or businesses at Apple, AT&T Unisource, the UK Government and as the founder of his own Internet software companies....
Instructional Video4:11
Curated Video

Mastering MEAN Web Development Expert Full Stack JavaScript (Video 18)

Higher Ed
Web development is moving fast and to keep up to mark, you need a technology stack that is . The MEAN stack includes MongoDb, Express, Angular, and Node.js. These tools provide a rich environment to build advanced web applications in a...
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 Video16:37
Curated Video

Bash Shell Scripting- awk command or awk script: Reading variable values from the command line

Higher Ed
This video shows how to read variable values from the command line using the awk command. 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...
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 Video5:07
Curated Video

Alteryx for Beginners - Generate Rows Tool

Higher Ed
This video explains how to use the Generate Rows tool in Alteryx. This clip is from the chapter "Preparation Tab" of the series "Alteryx for Beginners".This section focuses on the Preparation tab.
Instructional Video8:46
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Complete Checkout Logic with Product Selection Example

Higher Ed
This video demonstrates complete checkout logic with the help of an example. This clip is from the chapter "End-to-End Practice Project with Complete Methods" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video5:02
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - Java Boolean Data Type - Puzzles - Short Circuit Operators

Higher Ed
In this video, we will learn about Java Boolean data type - puzzles - short circuit operators. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video5:34
Curated Video

Bash Shell Scripting- Simple Hello World awk script

Higher Ed
This video shows how to write a simple Hello World awk 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 Video11:07
Curated Video

Bash Shell Scripting- How to handle the command line arguments

Higher Ed
This video shows how to handle the command line arguments. This clip is from the chapter "Conditional Statements - simple if, if-else, if elif elif else" of the series "Complete Bash Shell Scripting".This section covers the various...
Instructional Video11:46
Packt

Practice Exercise - Excel Driven Testing - 1

Higher Ed
This video presents the first part of the Excel driven testing practice exercise. This clip is from the chapter "Framework Part 6: Data Driven Testing Utilities" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video5:00
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Insertion sort demonstration and assignment handoff

Higher Ed
Complete merge function - add remaining items This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about...