Instructional Video3:12
Curated Video

Learn and Master C Programming - Passing By Value vs. Passing By Pointer

Higher Ed
We will revisit passing parameters to functions to go over differences between passing by value and passing by reference (pointer). This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute...
Instructional Video6:47
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project: Job Scheduler implementation tips and notes

Higher Ed
Define the structure requirement for a hash table and setup the class definition This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video6:36
Curated Video

Complete Java SE 8 Developer Bootcamp - Initializing Data

Higher Ed
The author introduces the "constructor" as a means to initialize the state of an object. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming...
Instructional Video6:19
Curated Video

Hands-On WebAssembly for C++ Programmers - Understanding the Memory Model

Higher Ed
We've seen native numeric types, but how are objects and strings represented? • Learn how linear memory operates in WebAssembly • Observe the difference between Emscripten and non-Emscripten behavior • Explore support of raw and smart...
Instructional Video3:56
Curated Video

Advanced Swift 2 Application Development (Video 24)

Higher Ed
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Instructional Video1:13
Next Animation Studio

Best comet of 2021 passing Earth this week on its way to Sun

12th - Higher Ed
After spending 40 thousand years to reach us, the brightest comet of 2021 will reach its closest point to Earth in a few hours.
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 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 in a...
Instructional Video1:18
Curated Video

C++ Developer - Section Wrap-Up - Functions

Higher Ed
This video summarizes the course. 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. This clip is from the chapter "Cucumber Behavior Driven Data – Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video3:00
Curated Video

Complete Java SE 8 Developer Bootcamp - Varargs

Higher Ed
Varargs allows methods to take zero or more objects. 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 store...
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 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. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
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 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 to build your...
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 This clip is from the chapter "Understanding Android Intents" of the series "The Comprehensive Android Developer Bootcamp".In this section you will...
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.
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. 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 web app...
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. 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 Python's unit testing...
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? 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 into unit...
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. This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This...