Instructional Video5:59
Curated Video

Multi-Paradigm Programming with Modern C++ - Class and Structs

Higher Ed
What is the difference between struct and class, and which one to use? What’s an invariant and why is it important? Where to put error checking code? • Struct versus class: Which one to use? • Class invariants by example • Public and...
Instructional Video4:02
Curated Video

Complete Modern C++ - Delegating Constructors (C++11)

Higher Ed
This video explains the C++11 feature of delegating constructors and how it can be used to prevent code duplication in constructors. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section...
Instructional Video24:12
Curated Video

Docker for the Absolute Beginner - Hands-On - Docker Storage - Demo

Higher Ed
Docker Engine, Storage, and Networking: Docker Storage - Demo This clip is from the chapter "Docker Engine, Storage, and Networking" of the series "Docker for the Absolute Beginner - Hands-On".In this section, you will learn about the...
Instructional Video10:01
Curated Video

The Complete Practical Docker Guide - Exploring IP address settings

Higher Ed
This video helps you in exploring IP address settings. This clip is from the chapter "Networking in Linux" of the series "The Complete Practical Docker Guide".This section focuses on networking in Linux.
Instructional Video3:16
Curated Video

The Complete Practical Docker Guide - Where Process Data Streams Send Data by Default

Higher Ed
This video explains where process data streams send data by default. This clip is from the chapter "Data Streams and Piping in Linux" of the series "The Complete Practical Docker Guide".This section focuses on data streams and piping in...
Instructional Video15:11
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Testing Expenses Reducer

Higher Ed
In this video you'll continue testing reducers with the expense’s reducer. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with...
Instructional Video4:02
Curated Video

The Complete Practical Docker Guide - Inspecting Default Bridge Network

Higher Ed
This video shows how to inspect default bridge network. This clip is from the chapter "Default and Custom Bridge Networks in Docker (WordPress, MySQL)" of the series "The Complete Practical Docker Guide".This section focuses on default...
Instructional Video7:33
Curated Video

Hands-On Auto DevOps with GitLab CI - Using Artifacts in Future Stages

Higher Ed
Artifacts can be used to pass data between jobs in different stages. This makes it easier to divide our build up into multiple jobs. • Create a build pipeline with multiple stages and artifacts defined • Customize which jobs receive...
Instructional Video13:06
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 15 - Complex Scope Scenarios of a Spring Bean - Mix Prototype and Singleton

Higher Ed
This video provides an explanation of the complex scope scenarios of a spring bean through a mix prototype and singleton. This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring Framework Master...
Instructional Video7:56
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 14-Adding the Logging Framework Log4j

Higher Ed
This video demonstrates how to add the logging framework with Log4j. This clip is from the chapter "Quick Preview-Web Applications with Spring MVC" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section...
Instructional Video6:16
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 14 - Scope of a Bean - Prototype and Singleton

Higher Ed
This video presents an overview of the scope of a bean through a prototype and singleton. This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring Framework Master Class - Java Spring the Modern...
Instructional Video5:22
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 05 - Using the @After, @AfterReturning, @AfterThrowing Advices

Higher Ed
This video demonstrates how to use the @After, @AfterReturning, and @AfterThrowing advices. This clip is from the chapter "Spring Level 5 - Spring AOP" of the series "Spring Framework Master Class - Java Spring the Modern Way".This...
Instructional Video16:11
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Applying Functions

Higher Ed
This video explains applying functions. This clip is from the chapter "Transforming Columns/Features" of the series "Python for Data Analysis: Step-By-Step with Projects".This section explains transforming columns/features.
Instructional Video1:14
Curated Video

Python 3 for Beginners: How to Download and Install Python on Windows

Higher Ed
In this quick and informative video, we will show you how to download and install Python on your Windows computer. As Python doesn't come installed on Windows by default, we will guide you through the process step-by-step. We'll take you...
Instructional Video9:02
Curated Video

Node.js API Masterclass with Express and MongoDB - Course Model & Seeding

Higher Ed
Mongoose Advanced Querying & Relationships: Course Model & Seeding This clip is from the chapter "Mongoose Advanced Querying & Relationships" of the series "Node.js API Masterclass with Express and MongoDB".This section is about Mongoose...
Instructional Video4:54
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 07 – Connect Limits Service to Spring Cloud Config Server – V2

Higher Ed
This video explains how to connect limits service to Spring Cloud config server. This clip is from the chapter "Microservices with Spring Cloud – V2" of the series "Master Microservices with Spring Boot and Spring Cloud".This section...
Instructional Video4:54
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Disk Management - Part 2 - Creating Partitions with the fdisk Command

Higher Ed
This is the second part of the three-part video that explains how to perform disk management by creating partitions using the fdisk command. This clip is from the chapter "Disk Management" of the series "Linux Administration Bootcamp: Go...
Instructional Video10:32
Curated Video

Learn Go in 3 Hours - Switch Statements

Higher Ed
The switch statement in Go is far more powerful than the similar statement in Java or C. • This video covers all of the features of the switch statement in Go. • Discuss the basics of the switch statement • Learn about fallthrough,...
Instructional Video8:28
Packt

CompTIA A+ Certification 220-1001: The Total Course - Sharing Printers

Higher Ed
It rarely makes sense for every computer in an office or lab to have its own dedicated printer. This episode looks at printer sharing and security options in Windows, so techs can set up, maintain, and remove shared printers. Mike also...
Instructional Video4:11
Curated Video

Setting Basic Options and Preferences in Microsoft Word

Pre-K - Higher Ed
In this video, viewers are guided through setting basic options and preferences in Microsoft Word, such as changing the username and default folder for saving and opening documents. By customizing the username, users can ensure that...
Instructional Video12:52
Curated Video

Google Apps Script - Exercise Coding Projects - Google Apps Script Automation with Triggers

Higher Ed
This video explains Google Apps Script automation with triggers. This clip is from the chapter "How to Do Amazing Things with Google Apps Script - Power Up Your Apps Script Code" of the series "Google Apps Script - Exercise Coding...
Instructional Video6:02
Curated Video

Learning CSS (Video 37)

Higher Ed
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
Instructional Video9:38
Curated Video

Bug Bounty Program Certification 13.2: Bug Bounty Certification Exam Practice Questions – Part 1

Higher Ed
Exam questions. • Practice questions • Solutions • Explanation of answer
Instructional Video4:47
Curated Video

The Full Stack Web Development - Installing MongoDB

Higher Ed
MongoDB - Learning NoSQL Database Design: Installing MongoDB This clip is from the chapter "MongoDB - Learning NoSQL Database Design" of the series "The Full Stack Web Development".Here, we look into MongoDB which is a no SQL database....