Instructional Video6:56
Curated Video

Apache Maven Beginner to Guru - Setting Common Properties in Maven Bill of Materials (BOM)

Higher Ed
This video explains how to set common properties in Maven BOM.
r/>
This clip is from the chapter "Enterprise Dependency Management" of the series "Apache Maven: Beginner to Guru".This section explains the enterprise dependency...
Instructional Video13:52
Curated Video

Comprehensive Android Developer Bootcamp - Understanding Android Activities and Life Cycle Callbacks

Higher Ed
Understanding Android Activities and Life Cycles:Understanding Android Activities and Life Cycle Callbacks
r/>
This clip is from the chapter "Understanding Android Activities and Life Cycles" of the series "The Comprehensive...
Instructional Video3:48
Curated Video

Core Java Programming Course- "Final" Keyword

Higher Ed
This video explains the keyword "Final".
r/>
This clip is from the chapter "Inheritance and Abstraction" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains inheritance and...
Instructional Video8:08
Curated Video

Comprehensive Android Developer Bootcamp - Showing Each Activity Life Cycle

Higher Ed
Understanding Android Activities and Life Cycles:Showing Each Activity Life Cycle
r/>
This clip is from the chapter "Understanding Android Activities and Life Cycles" of the series "The Comprehensive Android Developer...
Instructional Video9:17
Curated Video

Comprehensive Android Developer Bootcamp - Overriding Super Class Methods

Higher Ed
Java Inheritance:Overriding Super Class Methods
r/>
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 Video5:11
Curated Video

Apache Maven Beginner to Guru - Configuring of Maven Repositories

Higher Ed
This video demonstrates how to configure Maven repositories. This clip is from the chapter "Maven Repositories" of the series "Apache Maven: Beginner to Guru".This section provides an explanation of Maven repositories.
Instructional Video4:35
Curated Video

The Complete Practical Docker Guide - Exploring Environment Variables

Higher Ed
This video helps in exploring environment variables.
r/>
This clip is from the chapter "Communication Between Containers and Environment Variables (MySQL, phpMyAdmin)" of the series "The Complete Practical Docker Guide".This...
Instructional Video6:22
Curated Video

Comprehensive Android Developer Bootcamp - Understanding toString Override Method

Higher Ed
Java Inheritance:Understanding toString Override Method
r/>
This clip is from the chapter "Java Inheritance" of the series "The Comprehensive Android Developer Bootcamp".This section introduces Java Inheritance and how to...
Instructional Video3:34
Curated Video

Learning CSS (Video 25)

Higher Ed
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they...
Instructional Video4:55
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - Inheritance and Overriding - with toString() Method

Higher Ed
In this session, we will learn about inheritance and overriding - with the toString() method.
r/>
This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java...
Instructional Video3:06
Curated Video

Introducing Ionic 2 (Video 19)

Higher Ed
Hybrid apps are changing the way people build mobile applications. With Ionic 2, hybrid app developers are gifted with not only a fresh, well-built, and powerful platform, but also a tool to enjoy their development experience....
Instructional Video9:24
Curated Video

Apache Maven Beginner to Guru - Maven Jar Plug-in

Higher Ed
This video explains the Maven jar plug-in.
r/>
This clip is from the chapter "Common Maven Plug-ins" of the series "Apache Maven: Beginner to Guru".This section introduces you to various Maven plug-ins, such as Maven clean...
Instructional Video9:42
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 18 - Java Interface - Puzzles - Unimplemented methods, Abstract Classes, Values

Higher Ed
In this session, we will learn about Java interface - puzzles - unimplemented methods, abstract classes, values.
r/>
This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete...
Instructional Video12:17
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Exploring Lifecycle Methods

Higher Ed
In this video, we will be exploring lifecycle methods.
r/>
This clip is from the chapter "Exploring the Basics of Android Studio" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we...
Instructional Video7:40
Curated Video

C++ Programming By Example - Reacting to User Input

Higher Ed
How can we react to user input in our custom widget?

• Look at the Qt document
ation
• Override mouse event
functions
• Print data to the console to confirm that the app is re
ac
ting properly

This clip is...
Instructional Video1:32
Curated Video

Mastering Django Web Development (Video 2)

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

TypeScript for Beginners - Overriding Inheritance

Higher Ed
This video demonstrates how to override inheritance.<br/<br/>>

This clip is from the chapter "Inheritance" of the series "TypeScript for Beginners".This section introduces you to the concept of inheritance and explains how to use it.
Instructional Video4:26
Curated Video

Hands-On WebAssembly for C++ Programmers - Integrating WebAssembly Modules

Higher Ed
We've used the term module throughout the course, but have not actually stopped to define it

• Learn about WebAssembly mo
dules
• Learn about Emscript
en modules
• Override Module behavior using
-
-pre-js flags
...
Instructional Video12:31
Curated Video

Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 15: Continued. Mocking Static Method

Higher Ed
Powermock with Mockito: Step 15: Continued. Mocking Static Method
r/>
This clip is from the chapter "Powermock with Mockito" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we set up...
Instructional Video14:28
Curated Video

Comprehensive Android Developer Bootcamp - Show Data From Second Activity

Higher Ed
Understanding Android Activities and Life Cycles:Show Data From Second Activity
r/>
This clip is from the chapter "Understanding Android Activities and Life Cycles" of the series "The Comprehensive Android Developer...
Instructional Video6:14
Curated Video

Complete Modern C++ - Project - Part VII (override and final specifier)

Higher Ed
This video explains the purpose of override and final specifier.
r/>
This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance and will...
Instructional Video6:31
Curated Video

Learning Akka (Video 27)

Higher Ed
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...
Instructional Video1:38
Curated Video

TypeScript for Beginners - Return Types in Functional Interfaces

Higher Ed
This video explains the various return types in functional interfaces.<br/<br/>>

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 Video13:31
Curated Video

Comprehensive Android Developer Bootcamp - Async Interface to Get the Data ( Asynchronously)

Higher Ed
Building a Trivia App:Async Interface to Get the Data ( Asynchronously)
r/>
This clip is from the chapter "APP –Building a Trivia App" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how...