Instructional Video3:12
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Check Your IP

Higher Ed
In this video, you will learn how to check your IP using ipconfig, ip commands. This clip is from the chapter "Networking" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will cover...
Instructional Video2:27
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Search for a File (Find, Locate)

Higher Ed
In this video, you will learn how to search for a file using the find and locate commands. This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In...
Instructional Video5:14
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Linux File Editors (Nano Editor)

Higher Ed
In this video, we will have a look at the nano editor. This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will work with...
Instructional Video3:57
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Introduction to Terminal

Higher Ed
In this video, we will get introduced to the place where we will be running all our commands, the Linux Terminal, and some basic commands such as whoami and pwd. This clip is from the chapter "Introduction to File System and Terminal" of...
Instructional Video2:47
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Grep, Comparing Files

Higher Ed
In this video, you will learn the Grep, cmp, and comm commands. This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will work...
Instructional Video3:29
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Wiki Search

Higher Ed
In this video, you will learn how to search Wikipedia. We will define a function to input data and obtain a response from the Wikipedia_data input we created. This clip is from the chapter "Basics of Chatbots with Machine Learning and...
Instructional Video5:08
Curated Video

Master SQL for Data Analysis - Searched CASE – Classification and Binning

Higher Ed
Here, we will explore the second type of case statement, the searched case expression, which is more flexible than the previous simple case structure. This clip is from the chapter "SQL - Conditional Logic (CASE)" of the series "Master...
Instructional Video3:08
Curated Video

Master SQL for Data Analysis - Searching Patterns (Wildcards)

Higher Ed
In this video, you will learn about wildcards or search patterns that allow us to search a portion of the information from a string-type column. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL...
Instructional Video12:23
Curated Video

Oracle Database Administration from Zero to Hero - Using Oracle Database Documentation (Part 2 of 2)

Higher Ed
In this video, we will demonstrate how to effectively use Oracle database documentation to find relevant information and solutions to various database administration scenarios. You will learn how to navigate and utilize the documentation...
Instructional Video8:59
Curated Video

Oracle Database Administration from Zero to Hero - Using Oracle Database Documentation (Part 1 of 2)

Higher Ed
In this video, we will explore common Oracle database documentation books and their usage. You will learn about valuable resources that can enhance your understanding of Oracle database and assist you in your administrative tasks. This...
Instructional Video3:43
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - String Exercise

Higher Ed
This video explains an exercise where you have a product code on a spreadsheet that is in the wrong format, and you have been given certain conditions as to how the output should look like after applying all you have learnt in this...
Instructional Video2:22
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Mid Function

Higher Ed
This video explains the mid function, which is used to grab characters from a string of text; it has three parts: the string to search, the starting position, and the number of characters to grab. This clip is from the chapter "String...
Instructional Video3:22
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - InStr, InStrRev, and StrReverse

Higher Ed
This video explains Instr and InstrRev, where Instr is looking from the start to the end, while InstrRev is looking from the end of the string to the beginning. The StrReverse returns a string by reversing the original string supplied....
Instructional Video19:31
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Applying RU Patches on Oracle Databases

Higher Ed
In this practice video, you will gain hands-on experience by applying a Release Update (RU) patch on an Oracle database running version 19.3. Through practical exercises, you will learn how to effectively apply patches to your Oracle...
Instructional Video3:12
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Project Demo / 269

Higher Ed
This video demonstrates the project and the various fields in the project. This clip is from the chapter "Project: Bookmark Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video6:12
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Project Deployment Using GitHub and Netlify / 322

Higher Ed
This video explains how to deploy the code for the ToDo list manager using GitHub and Netlify. This clip is from the chapter "Project: Todo List Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...
Instructional Video5:40
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Search Task II: Case Sensitive / 228

Higher Ed
This video explains how to change the case-sensitive issue by converting the terms to lowercase. This clip is from the chapter "Project: Todo List Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...
Instructional Video13:20
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Structure (Optional) / 222

Higher Ed
This video explains how to design the HTML template. This clip is from the chapter "Project: Todo List Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains another project where...
Instructional Video2:44
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Project Demo / 221

Higher Ed
This video explains the project, the functionalities used, and the events that we are going to utilize through JavaScript. This clip is from the chapter "Project: Todo List Manager" of the series "JavaScript Masterclass - Zero to...
Instructional Video6:44
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Score Update / 214

Higher Ed
This video explains how to demonstrate the score for the answers. This clip is from the chapter "Project: Quiz Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will put...
Instructional Video6:30
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Environment Setup / 003

Higher Ed
This video explains the code editor—VS code, the extension related to our editor, and the browser. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Instructional Video19:39
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Search Task I / 227

Higher Ed
This video explains how to use filter on the array to search a task. This clip is from the chapter "Project: Todo List Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video3:21
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - HTML Entity

Higher Ed
This video explains HTML entities. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS refresher.
Instructional Video8:57
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Id and Classes

Higher Ed
This video explains ID and classes used to give a division to a tag. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an...