Instructional Video9:18
Curated Video

Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Employee Part 3

Higher Ed
In this video, we will start adding information to our manager class.
<
br/>
This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case studies,...
Instructional Video15:03
Curated Video

Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Employee Part 2

Higher Ed
In this video, we will begin implementing the data members in the classes by adding properties and methods for each class.
<
br/>
This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming -...
Instructional Video5:22
Curated Video

Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Case Study - Employee Part 1

Higher Ed
In this video, we will first understand what inheritance is. Then we will have a look at an employee inheritance hierarchy with a UML diagram. Based on the information in the diagram, we will be writing a program to fulfil the...
Instructional Video5:32
Curated Video

Practical Cyber Hacking Skills for Beginners - The Bad Guys - Black Hats, Cyber Criminals and Disgruntled Employees

Higher Ed
Here, you will learn more about hackers, how they operate, their intentions, and how they differ based on the hacking methodologies.
Instructional Video9:09
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods (Code Example) - SetParametersAsync

Higher Ed
This lecture discusses the SetParametersAsync method, which is the first method called in a component's lifecycle.
<
br/>
This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series "Build and...
Instructional Video9:22
Communication Coach Alex Lyon

How to Give Positive Feedback with Compliments

Higher Ed
Learn how to give positive feedback, especially in the form of genuine compliments. Giving feedback is a crucial leadership behavior and part of the Positive Communication Model.
Instructional Video9:07
Curated Video

Discretionary Effort

12th - Higher Ed
This 10 minute video talks about discretionary effort and how to get more from our teams. It also covers what works best in order to encourage people to go the extra mile.
Instructional Video9:49
Curated Video

Employee Engagement

12th - Higher Ed
This 10 minute video on Employee Engagement explains how to engage your teams. It outlines four key areas for you to focus on and gives some key tips on employee engagement.
Instructional Video6:20
Wonderscape

The Team Behind Thomas Edison: Debunking the Lone Genius Myth

K - 5th
Dive into the truth behind Thomas Edison's iconic status as an inventor. Explore the collaborative environment of his famous Menlo Park lab, the first industrial laboratory, which led to over 400 patents in six years. Discover the...
Instructional Video2:11
Curated Video

The Role of a Management Assistant in Employee Development

9th - Higher Ed
Amanda is a dedicated Management Assistant with Enterprise Holdings, serving as a vital link between frontline employees and upper management. With a passion for hands-on training and employee development, she excels in providing...
Instructional Video8:40
Curated Video

Machine Learning: Random Forest with Python from Scratch - Model and Training

Higher Ed
Here, we will look at a machine learning model, an arithmetic expression or equation that fits and learns to predict data.
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning:...
Instructional Video9:18
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 11 - Java Inheritance - Default Constructors and super() Method Call

Higher Ed
In this video, you will learn about Java inheritance—default constructors and super() method call.
Instructional Video6:53
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - Java Inheritance - Exercise - Student and Employee Classes

Higher Ed
In this video, you will learn about Java inheritance with an exercise—student and employee classes.
Instructional Video19:21
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 2

Higher Ed
We will continue with the second part of the payroll system and look at how to create changes or updates to the classes used.
Instructional Video17:20
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 5

Higher Ed
In the final lesson on the payroll system, we will focus on grouping our employees' class based on the department they work in and make changes to our classes to display the results.
Instructional Video14:11
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 3

Higher Ed
In part 3 of the payroll system, we will look at using the paystub method for our employee classes created in the system.
Instructional Video14:06
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 1

Higher Ed
This lesson will teach us to create a simple payroll management system. In this lesson, we will look at the program's basic structure.
Instructional Video6:49
Curated Video

A Detailed Guide to the OWASP Top 10 - API1:2023 Broken Object Level Authorization (BOLA)

Higher Ed
In this session, we will delve into the Broken Object Level Authorization risk, its implications, and strategies for mitigation.
Instructional Video12:40
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Hidden Fields for State Management

Higher Ed
In this video, you will learn, with code examples from a running project, to demonstrate state management with hidden fields.
<
br/>
This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 - Build...
Instructional Video8:13
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Query Strings for State Management

Higher Ed
In this video, you will learn, with code examples from a running project, to demonstrate state management with query strings.
<
br/>
This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 - Build...
Instructional Video16:55
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Destructuring

Higher Ed
This video explains destructuring assignment syntax.
<
br/>
This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains classes...
Instructional Video13:29
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Prototypal-Chains

Higher Ed
This video explains prototypal-chains.
<
br/>
This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains classes enhancements...
Instructional Video5:11
Curated Video

SQL Server Course for Beginners with 100+ examples - Drop a Table in SQL

Higher Ed
Learn how to drop a table in SQL. Dropping will delete all the records of the table. It will also obliterate the existence of the table.
<
br/>
This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for...
Instructional Video2:46
Curated Video

SQL Server Course for Beginners with 100+ examples - SQL Views

Higher Ed
Learn how to work with Views in SQL. A view is a virtual table created from the actual table, displaying the current result set. We will use the CREATE VIEW and DROP VIEW statements to develop and delete views.
<
br/>
This clip is...