Hi, what do you want to do?
Curated Video
Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Employee Part 3
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,...
<
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,...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Employee Part 2
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 -...
<
br/>
This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming -...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Case Study - Employee Part 1
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...
Curated Video
Practical Cyber Hacking Skills for Beginners - The Bad Guys - Black Hats, Cyber Criminals and Disgruntled Employees
Here, you will learn more about hackers, how they operate, their intentions, and how they differ based on the hacking methodologies.
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods (Code Example) - SetParametersAsync
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...
<
br/>
This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series "Build and...
Communication Coach Alex Lyon
How to Give Positive Feedback with Compliments
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.
Curated Video
Discretionary Effort
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.
Curated Video
Employee Engagement
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.
Wonderscape
The Team Behind Thomas Edison: Debunking the Lone Genius Myth
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...
Curated Video
The Role of a Management Assistant in Employee Development
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Model and Training
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:...
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning:...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - Java Inheritance - Default Constructors and super() Method Call
In this video, you will learn about Java inheritance—default constructors and super() method call.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Java Inheritance - Exercise - Student and Employee Classes
In this video, you will learn about Java inheritance with an exercise—student and employee classes.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 2
We will continue with the second part of the payroll system and look at how to create changes or updates to the classes used.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 5
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 3
In part 3 of the payroll system, we will look at using the paystub method for our employee classes created in the system.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 1
This lesson will teach us to create a simple payroll management system. In this lesson, we will look at the program's basic structure.
Curated Video
A Detailed Guide to the OWASP Top 10 - API1:2023 Broken Object Level Authorization (BOLA)
In this session, we will delve into the Broken Object Level Authorization risk, its implications, and strategies for mitigation.
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Hidden Fields for State Management
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...
<
br/>
This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 - Build...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Query Strings for State Management
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...
<
br/>
This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 - Build...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Destructuring
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...
<
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...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Prototypal-Chains
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...
<
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - Drop a Table in SQL
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...
<
br/>
This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for...
Curated Video
SQL Server Course for Beginners with 100+ examples - SQL Views
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...
<
br/>
This clip is...