Instructional Video17:08
IDG TECHtalk

Blockchain technology: A corporate enigma | TECH(talk)

Higher Ed
The nuances around implementing blockchain —adding business partners to a network, integrating it with legacy systems and navigating uncertain regulatory waters — make its future uncertain. Computerworld’s Ken Mingis and Lucas Mearian...
Instructional Video6:26
Curated Video

Complete Java SE 8 Developer Bootcamp - Getters and Setters: Part 1

Higher Ed
Getter and setters are a strategy and convention for applying encapsulation. This clip is from the chapter "Encapsulation" of the series "Complete Java SE 8 Developer Bootcamp".In this section, the author covers encapsulation as part of...
Instructional Video5:20
Curated Video

Complete Java SE 8 Developer Bootcamp - Limitations of Collections

Higher Ed
Collections are unable to store primitives. However, the Java SE API provides "wrapper" classes which enable primitive values to be added to a collection. This clip is from the chapter "More with Collections" of the series "Complete Java...
Instructional Video6:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Interfaces: Part 1

Higher Ed
Learn more about interfaces, which define a role that a class can fulfill. Like abstract classes, an interface enables objects to be treated polymorphically. This clip is from the chapter "Abstract Classes and Interfaces" of the series...
Instructional Video3:15
Brian McLogan

Solve by factoring when a=1

12th - Higher Ed
👉Learn how to solve quadratic equations by factoring when a is equal to 1. A quadratic is an algebraic expression having 2 as the highest power of its variable(s). To factor an algebraic expression means to break it up into factors...
Instructional Video3:58
Brian McLogan

Learn how to mentally factor a trinomial and solve the quadratic equation

12th - Higher Ed
we find two factors of the product of the constant term (the term with no variable) and the coefficient of the squared variable whose sum gives the linear term. These factors are now placed in separate brackets with x to form the factors...
Instructional Video13:06
Curated Video

The Modern JavaScript Bootcamp (2019) - Methods

Higher Ed
In this video, you’re going to learn about methods. A method is nothing more than an object property with a value set to a function. This clip is from the chapter "JavaScript Objects" of the series "The Modern JavaScript Bootcamp...
Instructional Video4:12
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 08 - Print Multiplication Table with a Parameter and Method Overloading

Higher Ed
In this video, we will learn about print multiplication table with a parameter and method overloading. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete...
Instructional Video5:14
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - Passing Multiple Parameters to a Java Method

Higher Ed
In this video, we will learn about passing multiple parameters to a Java method. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".Here, we...
Instructional Video10:19
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 11 - Exploring New Java API - String Utility Methods

Higher Ed
In this session, will learn more about string utility methods. This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java 16".This section focuses on the new...
Instructional Video3:29
Curated Video

Excel VBA Programming The Complete Guide - Methods without Arguments

Higher Ed
In this lesson, we'll explore three methods: • The Workbooks.Add method to create a new Workbook • The Workbook.Save method to save a single Workbook. • The Range.Clear method to clear a range of values, styling and formats. This clip is...
Instructional Video5:15
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Programming Tip - Editing Methods with JShell

Higher Ed
In this video, we will learn about programming tip - editing methods with JShell. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".Here, we...
Instructional Video3:30
Curated Video

Preventing Corrosion: Understanding Rusting and Methods for Protection

Higher Ed
The video talks about corrosion and its prevention methods. The video explains that water and oxygen are needed for rusting and demonstrates an experiment to investigate rusting. The video also discusses various methods of preventing...
Instructional Video8:09
Curated Video

Learning Python Web Penetration Testing (Video 23)

Higher Ed
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Instructional Video8:03
Curated Video

Learning Lodash 4.0 (Video 14)

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 Video2:58
Curated Video

Flame Emission Spectroscopy: An Instrumental Method for Identifying Metal Ions

Higher Ed
The video discusses instrumental methods in chemistry, specifically flame emission spectroscopy, as a superior alternative to traditional methods such as flame tests and sodium hydroxide tests. It explains how the technique works, where...
Instructional Video5:07
Curated Video

Learning PHP 7 (Video 10)

Higher Ed
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Instructional Video6:33
Programming Electronics Academy

Change Delay Time, Z Principle: Arduino Course 4.3

Higher Ed
Taking a look at the delay() function, and an approach to investigating code.
Instructional Video5:50
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 08 - Implementing GET Methods for User Resource

Higher Ed
Web Services with Spring and Spring Boot: Step 08 - Implementing GET Methods for User Resource This clip is from the chapter "RESTful Web Services with Spring and Spring Boot" of the series "Master Java Web Services and REST API with...
Instructional Video13:53
Packt

Resource Reading Endpoints: Part I

Higher Ed
REST APIs and Mongoose (Task App): Resource Reading Endpoints: Part I This clip is from the chapter "REST APIs and Mongoose (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn...
Instructional Video11:22
Packt

What is an Interface?

Higher Ed
This video explains an interface. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video17:42
Let's Tute

Painting a Lavender Field: Watercolor Tutorial

9th - Higher Ed
In this video, the teacher demonstrates how to paint a lavender field using watercolors. They provide step-by-step instructions, including swatching colors, creating a one-point perspective, painting the sky and lavender field, and...
Instructional Video1:32
Curated Video

TypeScript for Beginners - Adding Methods to Object Interfaces

Higher Ed
This video demonstrates how to add methods to object interfaces. 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 Video8:15
Curated Video

Complete Java SE 8 Developer Bootcamp - Pass By Value: Primitives

Higher Ed
This video details how primitive arguments are handled in Java. This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings and pass by value features of Java.