Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Check Your IP
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...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Search for a File (Find, Locate)
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...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Linux File Editors (Nano Editor)
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...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Introduction to Terminal
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...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Grep, Comparing Files
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...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Wiki Search
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...
Curated Video
Master SQL for Data Analysis - Searched CASE – Classification and Binning
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...
Curated Video
Master SQL for Data Analysis - Searching Patterns (Wildcards)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Using Oracle Database Documentation (Part 2 of 2)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Using Oracle Database Documentation (Part 1 of 2)
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - String Exercise
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Mid Function
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - InStr, InStrRev, and StrReverse
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....
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Applying RU Patches on Oracle Databases
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Project Demo / 269
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Project Deployment Using GitHub and Netlify / 322
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Search Task II: Case Sensitive / 228
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Structure (Optional) / 222
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Project Demo / 221
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Score Update / 214
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Environment Setup / 003
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Search Task I / 227
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - HTML Entity
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.
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Id and Classes
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...