Instructional Video5:41
Curated Video

Creational Design Patterns in Modern C++ - Basic Implementation

Higher Ed
This video explains the basic implementation of the builder pattern. • Open the *.ui file in Qt Creator • Add the QPlainTextEdit widget to the UI • Arrange the layout contents vertically and add menu items This clip is from the chapter...
Instructional Video5:28
KnowMo

Introduction to Pictograms and How to Construct and Interpret Them

12th - Higher Ed
This video is a tutorial on how to construct and interpret pictograms. The presenter explains the purpose of pictograms and demonstrates how to construct a simple one using a data table of farmers harvesting pumpkins. The video also...
Instructional Video6:08
IDG TECHtalk

Building a toy social network with Python, Part 4: Making and displaying replies

Higher Ed
In Part 4 of this ongoing series, we make it possible to reply to existing messages, and clean up how messages are displayed to make replies easier to discern from original posts.
Instructional Video7:50
Curated Video

Excel VBA Programming The Complete Guide - The For Each-Next Construct

Higher Ed
The For Each construct iterates over every single object in a collection. In this lesson, we practice iterating over the Workbooks and Worksheets collections. This clip is from the chapter "Iteration" of the series "Excel VBA...
Instructional Video4:00
Professor Dave Explains

Practice Problem: Pendulum Velocity

12th - Higher Ed
Now you're really getting advanced with your building skills. Check out this pendulum. It's a good thing we know about potential energy and kinetic energy, because that will allow us to calculate the velocity of the pendulum at any...
Instructional Video2:25
Curated Video

Mastering Spring Framework Fundamentals - The Java Development Kit (JDK) Standard Lifecycle Annotations (@PostConstruct and @PreDestroy)

Higher Ed
This video demonstrates how to define optional properties. This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use them.
Instructional Video3:50
Curated Video

Complete Modern C++ - Introduction to Filesystem Library (C++17)

Higher Ed
This video gives a glimpse of the features of the filesystem library from the C++17 standard. This clip is from the chapter "File Input and Output" of the series "Complete Modern C++".This section explains about functions in file input...
Instructional Video4:26
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 14 - Introduction to Java Constructors

Higher Ed
In this video, we will learn about introduction to Java constructors. This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video5:18
Curated Video

Complete Modern C++ - std::optional - I

Higher Ed
This video explains the basics of how to use std::optional. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video2:13
Curated Video

Mastering Spring Framework Fundamentals - Alternatives to Using Constructor Dependency

Higher Ed
This video provides an overview of what you will learn in this section. This clip is from the chapter "Flow Control Statements" of the series "TypeScript for Beginners".This section introduces you to flow control statements and explains...
Instructional Video2:26
Curated Video

Mastering Spring Framework Fundamentals - Applying Constructor Dependency Injection to XML Configuration

Higher Ed
This video demonstrates how to assign operators. This clip is from the chapter "Operators" of the series "TypeScript for Beginners".This section introduces you to operators and explains how to use them.
Instructional Video8:03
Curated Video

Machine Learning Random Forest with Python from Scratch - How Decision Trees and Random Forest Work

Higher Ed
We will understand what a decision tree is and create a decision tree and get a prediction result from the decision tree. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with...
Instructional Video1:43
Curated Video

C++ Developer - Section Overview - Introduction to Classes and Objects

Higher Ed
This video introduces you to classes and objects. This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete C++ Developer Course".This section introduces classes and objects.
Instructional Video3:40
Curated Video

Java Programming for Complete Beginners - Java 16 - Java Tip 15 - Enum - Constructor, Variables, and Methods

Higher Ed
In this session, we will learn about enum - constructor, variables, and methods. This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look at a few tips for...
Instructional Video1:46
Curated Video

The Complete Java Developer Course: From Beginner to Master - Section Overview "Introduction to Classes and Objects"

Higher Ed
This video provides an overview of the section. This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on classes and objects....
Instructional Video12:05
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Create API Gateway Infrastructure Solution Construct for Our E-Commerce Serverless App

Higher Ed
This video helps create API Gateway infrastructure solution construct for our e-commerce serverless app. This clip is from the chapter "Organize Infrastructure Code with Creating Solution Constructs on AWS CDK" of the series "AWS...
Instructional Video4:24
Curated Video

Predictive Analytics with TensorFlow 9.3: Developing a Predictive Model for Time Series Data

Higher Ed
RNNs, specifically LSTM models, are often a difficult topic to understand. Time series prediction is a useful application for RNNs because of temporal dependencies in the data. Time series data is abundantly available online. In this...
Instructional Video4:02
Curated Video

Skin in the Game: The Importance of Symmetry of Risk and Return

Higher Ed
This video discusses the economic and ethical principle of "skin in the game," which suggests that those who stand to gain from an activity should also be at risk of losing when things go wrong. The video provides historical examples of...
Instructional Video1:20
Curated Video

Mastering Spring Framework Fundamentals - The Sequence of Spring Container Callbacks on a Spring-managed Bean

Higher Ed
This video demonstrates how to work with interfaces that are created at the time of compilation. This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains...
Instructional Video7:12
Curated Video

gRPC [Java] Master Class: Build Modern API and Microservices - ReadBlog Server

Higher Ed
[Hands-On] CRUD API with MongoDB: ReadBlog Server This clip is from the chapter "[Hands-On] CRUD API with MongoDB" of the series "gRPC [Java] Master Class: Build Modern API and Microservices".In this section, you are going to learn about...
Instructional Video6:36
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Writing L3 Constructs and Construct Tree on AWS CDK

Higher Ed
This video helps in writing L3 constructs and construct tree on AWS CDK. This clip is from the chapter "Code Structure of E-Commerce Serverless Microservices Project in CDK" of the series "AWS Serverless Microservices with Patterns and...
Instructional Video14:30
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Create Database Infrastructure Solution Construct for Our E-Commerce Serverless App

Higher Ed
This video explains how to create database infrastructure solution construct for our e-commerce serverless app. This clip is from the chapter "Organize Infrastructure Code with Creating Solution Constructs on AWS CDK" of the series "AWS...
Instructional Video7:53
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Creating AWS SQS with AWS CDK

Higher Ed
This video demonstrates creating AWS SQS with AWS CDK. This clip is from the chapter "Creating AWS SQS Queue Infrastructure with AWS CDK – Polling Checkout Basket" of the series "AWS Serverless Microservices with Patterns and Best...
Instructional Video3:26
Curated Video

AWS Cloud Development Kit - From Beginner to Professional - Why Do We Need AWS Cloud Development Kit (CDK)

Higher Ed
This video explains the need for AWS Cloud Development Kit. This clip is from the chapter "AWS Cloud Development Kit" of the series "AWS Cloud Development Kit - From Beginner to Professional".In this section, the author introduces you to...