IDG TECHtalk
Blockchain technology: A corporate enigma | TECH(talk)
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Getters and Setters: Part 1
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Limitations of Collections
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Interfaces: Part 1
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...
Brian McLogan
Solve by factoring when a=1
👉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...
Brian McLogan
Learn how to mentally factor a trinomial and solve the quadratic equation
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Methods
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 08 - Print Multiplication Table with a Parameter and Method Overloading
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 09 - Passing Multiple Parameters to a Java Method
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 11 - Exploring New Java API - String Utility Methods
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...
Curated Video
Excel VBA Programming The Complete Guide - Methods without Arguments
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Programming Tip - Editing Methods with JShell
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...
Curated Video
Preventing Corrosion: Understanding Rusting and Methods for Protection
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...
Curated Video
Learning Python Web Penetration Testing (Video 23)
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...
Curated Video
Learning Lodash 4.0 (Video 14)
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...
Curated Video
Flame Emission Spectroscopy: An Instrumental Method for Identifying Metal Ions
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...
Curated Video
Learning PHP 7 (Video 10)
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....
Programming Electronics Academy
Change Delay Time, Z Principle: Arduino Course 4.3
Taking a look at the delay() function, and an approach to investigating code.
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 08 - Implementing GET Methods for User Resource
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...
Packt
Resource Reading Endpoints: Part I
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...
Packt
What is an Interface?
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...
Let's Tute
Painting a Lavender Field: Watercolor Tutorial
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...
Curated Video
TypeScript for Beginners - Adding Methods to Object Interfaces
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - Pass By Value: Primitives
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.