Curated Video
Multi-Paradigm Programming with Modern C++ - Class and Structs
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...
Curated Video
Complete Modern C++ - Delegating Constructors (C++11)
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...
Curated Video
Docker for the Absolute Beginner - Hands-On - Docker Storage - Demo
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...
Curated Video
The Complete Practical Docker Guide - Exploring IP address settings
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.
Curated Video
The Complete Practical Docker Guide - Where Process Data Streams Send Data by Default
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Testing Expenses Reducer
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...
Curated Video
The Complete Practical Docker Guide - Inspecting Default Bridge Network
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...
Curated Video
Hands-On Auto DevOps with GitLab CI - Using Artifacts in Future Stages
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...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 15 - Complex Scope Scenarios of a Spring Bean - Mix Prototype and Singleton
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...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 14-Adding the Logging Framework Log4j
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...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 14 - Scope of a Bean - Prototype and Singleton
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...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 05 - Using the @After, @AfterReturning, @AfterThrowing Advices
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...
Curated Video
Python for Data Analysis: Step-By-Step with Projects - Applying Functions
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.
Curated Video
Python 3 for Beginners: How to Download and Install Python on Windows
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...
Curated Video
Node.js API Masterclass with Express and MongoDB - Course Model & Seeding
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...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 07 – Connect Limits Service to Spring Cloud Config Server – V2
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...
Curated Video
Linux Administration Bootcamp: Go from Beginner to Advanced - Disk Management - Part 2 - Creating Partitions with the fdisk Command
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...
Curated Video
Learn Go in 3 Hours - Switch Statements
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,...
Packt
CompTIA A+ Certification 220-1001: The Total Course - Sharing Printers
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...
Curated Video
Setting Basic Options and Preferences in Microsoft Word
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...
Curated Video
Google Apps Script - Exercise Coding Projects - Google Apps Script Automation with Triggers
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...
Curated Video
Learning CSS (Video 37)
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...
Curated Video
Bug Bounty Program Certification 13.2: Bug Bounty Certification Exam Practice Questions – Part 1
Exam questions. • Practice questions • Solutions • Explanation of answer
Curated Video
The Full Stack Web Development - Installing MongoDB
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....