Curated Video
Complete Java SE 8 Developer Bootcamp - Building Constructors
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....
Curated Video
Complete Java SE 8 Developer Bootcamp - Interfaces: Part 2
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...
Curated Video
Creational Design Patterns in Modern C++ - Application Framework - Implementation
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Hangman Challenge: Part I
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...
Curated Video
Learning D3.JS 5.0 1.1: The Course Overview
This video provides an overview of the entire course.
Food Farmer Earth
Sustainable Beekeeping: Harnessing the Power of Wild Honeybee Swarms
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...
The Business Professor
Coordinated Registration under State Securities Law
Coordinated Registration under State Securities Law
Packt
Querying Documents
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
Packt
Working with Calendar Objects in Java
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.
Packt
What are Java Collections?
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...
Let's Tute
Origami Strawberry
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...
Curated Video
TypeScript for Beginners - Map in action
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.
Curated Video
C++ for Beginners - Encapsulation, Part 2
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
Curated Video
Complete Java SE 8 Developer Bootcamp - Covariant Returns
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...
Curated Video
Creational Design Patterns in Modern C++ - Basic Implementation with the Abstract Factory
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...
Curated Video
Creational Design Patterns in Modern C++ - Application Framework - Discussion
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...
Let's Tute
Goodwill Valuation and Accounting Treatment in Partnership
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Understanding Java New Features - an Overview
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...
Curated Video
Learning Dart (Video 8)
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...
Curated Video
Learning Lodash 4.0 (Video 27)
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...
Programming Electronics Academy
Introduction to Interrupts: Arduino Course 9.1
An introduction to interrupts in programming.
IDG TECHtalk
How to use the Stringer interface | Smart Go
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.
Packt
Building Customized Methods using Fluent Wait
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...
KnowMo
Using Iterative Formulae to Approximate Equations
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...