Instructional Video4:55
IDG TECHtalk

How to use packages within Go modules: Smart Go

Higher Ed
Go modules can have their code subdivided into packages, for better maintenance and program management. Learn how to refactor a basic program with a few structs and methods into the main program logic in one file, with the structs and...
Instructional Video10:21
Curated Video

Core Java Programming Course- Linked List

Higher Ed
This video explains what is a linked list. This clip is from the chapter "Lists" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various lists in Java.
Instructional Video7:31
Curated Video

Calculating Income Elasticity of Demand: Examples and Formulas

Higher Ed
This video is a lecture on calculating the elasticity measure represented by the income elasticity of demand. The instructor provides examples and explains how to use the formula for calculating the percentage change in demand and the...
Instructional Video3:14
Curated Video

Excel VBA Programming The Complete Guide - Naming Conventions

Higher Ed
The VBA community follows a popular convention for naming form controls. It begins with a 3-letter prefix for the type of form control, followed by the name of the entity or data point that the form control is related to. In this lesson,...
Instructional Video4:19
The Business Professor

Basics in Equity Valuation

Higher Ed
There are multipe valuation methods or approaches to valuing the equity of a company. This video introduces the five primary approaches to equity valuation.
Instructional Video2:05
Cerebellum

Late Scientific Revolution - William Harvey

9th - 12th
Part II of The Scientific Revolution explores the latter half of this movement and the gradual acceptance of scientific truth. This fascinating period of history chronicles European society's emergence from church domination that...
Instructional Video5:04
Let's Tute

Pythagoras Theorem Proof - Pythagorean Theorem

9th - Higher Ed
The Pythagoras Theorem says that, for any right angled triangle, the square of the hypotenuse is equal to the sum of the squares of remaining two sides.Out of all the different way of proving it, we will learn it by using the concept of...
Instructional Video17:34
Curated Video

Methods of Business Growth: Organic and External Growth Explained

12th - Higher Ed
The video discusses the concept of business growth and the methods by which businesses can grow and expand. The two main methods of growth are organic growth, which comes from within the company, and external growth, which comes from...
Instructional Video5:55
Curated Video

Java 11 Programming for Beginners 2.2: Writing Your First Java 11 Program

Higher Ed
Here, once more, we guide you to create the skeleton project. • Create the directory, package, class and so on • Explain the package • Explain the class declaration
Instructional Video12:59
Brave Wilderness

Lair of the Alligator Snapping Turtle

6th - 8th
On this episode of Dragon Tails, Coyote and the crew are back in Minden, Louisiana in search of America’s largest Mud Dragon, the Alligator Snapping Turtle! After meeting up with local turtleman, Adam Remedies, the crew sets off into the...
Instructional Video11:00
Packt

How to Handle Frames?

Higher Ed
This video demonstrates how to handle frames. This clip is from the chapter "Techniques to Automate Ajax Calls, Child Windows, and iFrames" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video5:15
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 9: Introduction to Spring Data JPA

Higher Ed
Introduction to JPA in 10 Steps: Step 9: Introduction to Spring Data JPA This clip is from the chapter "Introduction to JPA in 10 Steps" of the series "Master Java Web Services and REST API with Spring Boot".In this section, you will be...
Instructional Video14:44
Packt

Bonus - Add Local Storage

Higher Ed
OOP Book List Project: Bonus - Add Local Storage This clip is from the chapter "OOP Book List Project" of the series "Modern JavaScript from the Beginning".In this section, you will learn how to build the book list UI, add book to list,...
Instructional Video6:22
Curated Video

Comprehensive Android Developer Bootcamp - Understanding toString Override Method

Higher Ed
Java Inheritance:Understanding toString Override Method This clip is from the chapter "Java Inheritance" of the series "The Comprehensive Android Developer Bootcamp".This section introduces Java Inheritance and how to create its...
Instructional Video6:27
Curated Video

Complete Java SE 8 Developer Bootcamp - Interface: Part 3

Higher Ed
Learn benefits of using interfaces. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8 Developer Bootcamp".Create abstract classes and interfaces on getting familiar in this section.
Instructional Video5:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Abstract Classes: Part 2

Higher Ed
More examples of using abstract classes. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8 Developer Bootcamp".Create abstract classes and interfaces on getting familiar in this section.
Instructional Video2:26
Brian McLogan

Learn How To Use a Box to Multiply Two Binomials - Math Tutorial

12th - Higher Ed
👉 Learn how to multiply polynomials. To multiply polynomials, we use the distributive property. The distributive property is essential for multiplying polynomials. The distributive property is the use of each term of one of the...
Instructional Video8:30
Curated Video

Learn Go in 3 Hours - Methods

Higher Ed
One object-oriented programming concept that has been very useful is the method, which tightly couples data with the code that processes it. • This video covers Go’s support for methods and how it is both similar to and different from...
Instructional Video2:45
Curated Video

Web API Development with Flask (Video 9)

Higher Ed
Whether working in the enterprise, building for web or mobile, you will need to build (if you haven't already) RESTful APIs to serve data between different client applications and endpoints. This course delivers the fundamental knowledge...
Instructional Video8:07
Curated Video

Learning Lodash 4.0 (Video 18)

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:08
Curated Video

Learning Lodash 4.0 (Video 17)

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 Video5:53
Curated Video

Java 11 Programming for Beginners 4.3: Working with Strings, Characters, and Regular Expressions

Higher Ed
Strings and regular expressions are key to everyday Java programming. This video gives an overview of how to use them. • Three slides to explain string and regular expression • Use regex in code to split a word • Use string functions to...
Instructional Video13:23
Programming Electronics Academy

Interrupt Cautions: Arduino Course 9.5

Higher Ed
A highlight of things to consider when using interrupt service routines.
Instructional Video5:48
IDG TECHtalk

Building a toy social network with Python, Part 5: Deleting posts

Higher Ed
In Part 5 of this ongoing series, we create a mechanism for deleting posts from the system, or in this case simply flagging them as deleted and hiding them from view, since simply deleting objects from the database can create unforeseen...