Instructional Video7:24
Curated Video

Complete Java SE 8 Developer Bootcamp - Building Constructors

Higher Ed
Learn how to create your own constructors. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming which uses stack & heap, objects and variables....
Instructional Video11:22
Curated Video

Complete Java SE 8 Developer Bootcamp - Interfaces: Part 2

Higher Ed
Examples of using interfaces for polymorphism and demonstrations of new interface features that were added to Java SE 8. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8 Developer...
Instructional Video3:52
Curated Video

Creational Design Patterns in Modern C++ - Application Framework - Implementation

Higher Ed
This video highlights the issues with the design and demonstrates how to implement the application framework without the pattern. • Introduce std::pair and std::tuple • Create fake data for “phone book” • Show how to use the std::sort...
Instructional Video9:11
Curated Video

The Modern JavaScript Bootcamp (2019) - Hangman Challenge: Part I

Higher Ed
In this video, you’re going to build out part of the hangman game. This clip is from the chapter "Advanced Objects and Functions" of the series "The Modern JavaScript Bootcamp (2019)".This section will help you understand the advanced...
Instructional Video4:00
Curated Video

Learning D3.JS 5.0 1.1: The Course Overview

Higher Ed
This video provides an overview of the entire course.
Instructional Video6:04
Food Farmer Earth

Sustainable Beekeeping: Harnessing the Power of Wild Honeybee Swarms

12th - Higher Ed
The video tutorial provides an in-depth look at the process of capturing a wild honeybee swarm to create a new, healthy bee colony. It emphasizes the importance of choosing the right conditions for swarm capture, the technique used to...
Instructional Video2:01
The Business Professor

Coordinated Registration under State Securities Law

Higher Ed
Coordinated Registration under State Securities Law
Instructional Video17:13
Packt

Querying Documents

Higher Ed
MongoDB and Promises (Task App): Querying Documents This clip is from the chapter "MongoDB and Promises (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about MongoDb
Instructional Video6:23
Packt

Working with Calendar Objects in Java

Higher Ed
This video explains how to work with calendar objects in Java. This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explores core Java.
Instructional Video6:12
Packt

What are Java Collections?

Higher Ed
This video explains Java Collections. This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video6:46
Let's Tute

Origami Strawberry

9th - Higher Ed
In this video, the teacher guides viewers through the process of making a strawberry using paper folding techniques. The tutorial covers the steps to create the strawberry shape, as well as adding leaves, stem, and seeds for a realistic...
Instructional Video5:55
Curated Video

TypeScript for Beginners - Map in action

Higher Ed
In this video, you will learn about map in action. This clip is from the chapter "More Types" of the series "TypeScript for Beginners".This section primarily focuses on types of maps and expressions.
Instructional Video12:23
Curated Video

C++ for Beginners - Encapsulation, Part 2

Higher Ed
In this video, your instructor discusses encapsulation and the benefits of object-oriented programming. This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance
Instructional Video1:31
Curated Video

Complete Java SE 8 Developer Bootcamp - Covariant Returns

Higher Ed
In covariant return, Java allows the return type to be a subtype of the type declared in the overridden method. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build...
Instructional Video6:41
Curated Video

Creational Design Patterns in Modern C++ - Basic Implementation with the Abstract Factory

Higher Ed
This video demonstrates how to modify and refactor the previous example to use the abstract factory. • Define basic data in code • Add a test .csv file with fake data • Edit the .csv file to see how the library works This clip is from...
Instructional Video3:23
Curated Video

Creational Design Patterns in Modern C++ - Application Framework - Discussion

Higher Ed
This video explains the framework needed to implement the factory method. • Explain iterators • Show examples to further illustrate how they work • Analyze the results of the examples via print statements This clip is from the chapter...
Instructional Video11:24
Let's Tute

Goodwill Valuation and Accounting Treatment in Partnership

9th - Higher Ed
In this video, the teacher explains the concept of goodwill valuation and its accounting treatment in the context of partnership businesses. They cover scenarios such as the admission and retirement of partners and how goodwill is...
Instructional Video4:40
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Understanding Java New Features - an Overview

Higher Ed
In this lesson, let's look at the important Java features that were introduced across different Java releases. This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners...
Instructional Video3:46
Curated Video

Learning Dart (Video 8)

Higher Ed
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Instructional Video6:57
Curated Video

Learning Lodash 4.0 (Video 27)

Higher Ed
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
Instructional Video10:59
Programming Electronics Academy

Introduction to Interrupts: Arduino Course 9.1

Higher Ed
An introduction to interrupts in programming.
Instructional Video4:03
IDG TECHtalk

How to use the Stringer interface | Smart Go

Higher Ed
The "Stringer" interface in Go lets you make any custom struct type into a printable object with your own defined formatting. Learn how to make use of this handy behavior in your own code.
Instructional Video20:44
Packt

Building Customized Methods using Fluent Wait

Higher Ed
This video demonstrates how to build customized methods using Fluent Wait. This clip is from the chapter "Synchronization Usage in Selenium WebDriver" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video9:12
KnowMo

Using Iterative Formulae to Approximate Equations

12th - Higher Ed
This video is a tutorial on using iterative formulae to find approximate solutions to difficult equations. The speaker explains the concept of numerical methods and the use of trial and improvement in solving equations. They then...