Instructional Video5:26
Curated Video

Complete Java SE 8 Developer Bootcamp - String Operations and Operators

Higher Ed
Learn the most common methods and operations available to Strings. 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...
Instructional Video6:30
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Create Motor Bike Java Class and a Couple of Objects

Higher Ed
In this video, we will learn how to create Motor Bike Java class and a couple of objects.
r/>
This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners -...
Instructional Video5:54
Curated Video

Excel VBA Programming The Complete Guide - The TypeName Method

Higher Ed
The VBA.TypeName method accepts an VBA object and returns its type as a string. In this lesson, we practice invoking the method in the Immediate Window with a variety of inputs including strings, numbers, and various Excel...
Instructional Video2:56
Curated Video

Mastering Django Web Development (Video 5)

Higher Ed
Django is one of the world's leading web development platforms that follows the model-view-template development method. This Python web framework makes your app building experience smoother, faster, and easier. It has been and...
Instructional Video4:56
Curated Video

Learning Python Web Penetration Testing (Video 18)

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...
Instructional Video5:52
Curated Video

Web Development with Node.JS and MongoDB (Video 23)

Higher Ed
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Instructional Video18:42
Programming Electronics Academy

Another Interrupt Example: Arduino Course 9.4

Higher Ed
An example of using an interrupt service routine with Arduino.
Instructional Video4:33
Curated Video

Core Java Programming Course- StringBuilder Class

Higher Ed
This video explains the StringBuilder class.
r/>
This clip is from the chapter "Special Classes in Java" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the different special...
Instructional Video12:57
Curated Video

Core Java Programming Course- Data Encapsulation

Higher Ed
This video explains data encapsulation.
r/>
This clip is from the chapter "Object-Oriented Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section focuses on the different concepts...
Instructional Video1:39
The Business Professor

Auditing - Tracing vs Vouching

Higher Ed
This video explains what is Tracing vs Vouching in Audit practice.
Instructional Video19:11
Packt

Promise Chaining Challenge

Higher Ed
REST APIs and Mongoose (Task App): Promise Chaining Challenge
<
br/>
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...
Instructional Video18:12
Packt

What are Abstract Classes and how Different are they from Interfaces?

Higher Ed
This video explains abstract classes and discusses how different they are from interfaces.
<
br/>
This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium...
Instructional Video13:28
Packt

Handling Static Drop-downs with Select WebDriver Application Programming Interface (API)

Higher Ed
This video explains how to handle static drop-downs menus with the Select WebDriver API.
<
br/>
This clip is from the chapter "Selenium WebDriver: Techniques to Automate Web Elements" of the series "Selenium WebDriver with Java -...
Instructional Video4:32
Curated Video

.NET Core Microservices - Configure Shopping Cart API with New Methods

Higher Ed
This video explains how to configure shopping cart API with new methods.
r/>
This clip is from the chapter "Consume Coupon API" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will...
Instructional Video4:48
Brian McLogan

Learn how to graph an equation in standard form using the intercept method

12th - Higher Ed
👉 Learn how to graph linear equations written in standard form. When given a linear equation in standard form, to graph the equation, we first rewrite the linear equation in slope intercept form, (i.e. in the form y = mx + c, where m is...
Instructional Video5:08
Curated Video

Creational Design Patterns in Modern C++ - S.O.L.I.D. Principles - Part III

Higher Ed
This video is the third part of the three-part video that explains the Interface Segregation and Depending Inversion principles.

• What a variant repre
sents
• std::variant interface
and usage
• Examp
le
of use...