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++ - 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...
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
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...
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
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Functions - execution context, frames, mutable vs. immutable arguments in-depth
Complete Student class and look at inheritance and subclasses This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
The Business Professor
Investment Center Performance: Residual Income and EVA
In this video, the teacher explains the concept of investor center performance and introduces three key metrics used to assess it: return on investment, residual income, and economic value added. These metrics help measure the...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 16 - Java Interface - Example 1 - Gaming Console - How to Think about Intef
In this session, we will learn about Java interface - example 1 - gaming console - how to think about Intef. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java...
The Business Professor
Methods of Carrying on International Business
Methods of Carrying on International Business for US based businesses
Curated Video
Learning Akka (Video 30)
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage these...
Curated Video
Advanced Swift 2 Application Development (Video 28)
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
msvgo
Methods of Integration
It states different methods of integration. Further it explains the method of integration by substitution with the help of examples.
Curated Video
Learning D3.JS 5.0 5.2: Function in Methods
In this video, we will learn to add functions to methods to make them more dynamic. • Add a function in the text method • Create the style method • Add a function and an if-else statement in the style method
Curated Video
The AI Reproducibility Crisis: Why It Matters and What's Being Done About It
This video discusses the reproducibility crisis in AI, where algorithms developed by one lab cannot be replicated by others due to various factors such as poor writing, unseen factors, and lack of access to original code. However,...
Programming Electronics Academy
Details of Using Arduino Libraries: Arduino Course 6.4
A walk through of using a code library with Arduino.
Packt
Inserting Documents
MongoDB and Promises (Task App): Inserting 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
Include and Exclude Mechanism to Control Test Cases
This video demonstrates how to control test cases with the Include and Exclude mechanism. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...