Instructional Video9:10
Curated Video

Beginning Python (Video 34)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running...
Instructional Video1:18
Curated Video

C++ Developer - Section Wrap-Up - Functions

Higher Ed
This video summarizes the course.<br/<br/>>

This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video14:06
Packt

Reusing Functions with Variable Data

Higher Ed
This video explains how to reuse functions with variable data.
<
br/>
This clip is from the chapter "Cucumber Behavior Driven Data – Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video3:00
Curated Video

Complete Java SE 8 Developer Bootcamp - Varargs

Higher Ed
Varargs allows methods to take zero or more objects.
r/>
This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of using various types of arrays to...
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.
r/>
This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for...
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.
r/>
This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Instructional Video14:44
Packt

DataProvider Annotation - Parameterizing Test Cases - 1

Higher Ed
This is the first part of the two-part lecture that explains how to parameterize test cases.
<
br/>
This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video13:15
Curated Video

Comprehensive Android Developer Bootcamp - Setting Up Journal - Part 3

Higher Ed
Build a Journal App with Firestore:Setting Up Journal - Part 3
r/>
This clip is from the chapter "Build a Journal App with Firestore" of the series "The Comprehensive Android Developer Bootcamp".In this section you will see how...
Instructional Video7:30
Curated Video

Comprehensive Android Developer Bootcamp - Android Implicit Intents - Sending Message via Email

Higher Ed
Understanding Android Intents:Android Implicit Intents - Sending Message via Email
r/>
This clip is from the chapter "Understanding Android Intents" of the series "The Comprehensive Android Developer Bootcamp".In this section...
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.
r/>
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...
Instructional Video12:50
Curated Video

Apache Maven Beginner to Guru - Developing with Snapshot Versions

Higher Ed
This video explains how to develop with Maven snapshot versions.<br/<br/>>

This clip is from the chapter "Maven in the Real World" of the series "Apache Maven: Beginner to Guru".This section focuses on Maven in the real world.
Instructional Video14:33
Music Matters

Combining Harmonic and Melodic Minor Scales - Inside the Mind of Bach

9th - 12th
How do you know when to use the harmonic or the melodic minor scale? Let's take a look at how Bach combines them in one of his chorale harmonization. We examine the choice of harmony and modulation, the part writing, the use of accented...
Instructional Video3:55
Curated Video

Learning Python Web Penetration Testing (Video 25)

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 Video7:50
Curated Video

Java 11 Programming for Beginners 5.5: Working with Internationalization – I18N

Higher Ed
Internationalization is typically an afterthought. Java has a lot of features to help rescue developers from the many traps in this endeavour, and we learn some of them in this video. • We explore the I18N APIs available to format things...
Instructional Video12:58
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Importance of Conftest File

Higher Ed
This video explains the importance of conftest file.
r/>
This clip is from the chapter "Part I-Unit Testing Framework" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explores...
Instructional Video3:41
Curated Video

Mockito Tutorial: Learn mocking with 25 Junit Examples - JUnit Step 1: Why is Unit Testing Important?

Higher Ed
Unit Testing with Junit: JUnit Step 1: Why is Unit Testing Important?
r/>
This clip is from the chapter "Unit Testing with Junit" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we look...
Instructional Video8:31
Curated Video

Bash Shell Scripting - Other Shell Variables - Part 2

Higher Ed
This is the second part of the two-part video that explains other shell variables.
r/>
This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated...
Instructional Video6:07
Curated Video

Bash Shell Scripting- Difference between $@ and $*

Higher Ed
This video shows the difference between $@ and $*.
r/>
This clip is from the chapter "Loops and Loop control statements - Part 1" of the series "Complete Bash Shell Scripting".This section is the first part that explains Loops...
Instructional Video3:09
Curated Video

TypeScript for Beginners - Returning a Function

Higher Ed
This video demonstrates how to return a function.<br/<br/>>

This clip is from the chapter "Functions" of the series "TypeScript for Beginners".This section introduces you to functions and explains how to use them.
Instructional Video10:21
Curated Video

Comprehensive Android Developer Bootcamp - Constructors in Java

Higher Ed
Introduction to Object Oriented Programming in Java:Constructors in Java
r/>
This clip is from the chapter "Introduction to Object Oriented Programming in Java" of the series "The Comprehensive Android Developer Bootcamp".This...
Instructional Video11:23
Curated Video

Comprehensive Android Developer Bootcamp - Making Our Prefs Class and Saving Highest Score

Higher Ed
CHALLENGE SOLUTION – Improve Trivia app:Making Our Prefs Class and Saving Highest Score
r/>
This clip is from the chapter "CHALLENGE SOLUTION – Improve Trivia app" of the series "The Comprehensive Android Developer...
Instructional Video9:19
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - BST - Deleting nodes with 1 child node

Higher Ed
Replace the while loop built in the iterative solution in the prior video with recursive function calls to achieve the same goal
r/>
This clip is from the chapter "Algorithms - Search and abstract data structures" of the series...
Instructional Video9:17
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Intro to search - Linear, Bisection/Binary search

Higher Ed
Modify set_val method to include update functionality<br/<br/>>

This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Instructional Video5:14
IDG TECHtalk

The basics of structs in Go | Smart Go

Higher Ed
Learn about structs, user-created data types in Go that can hold multiple values, including other structs. We'll also demonstrate how structs can be copied into functions or passed by reference, depending on your needs.