Instructional Video3:09
Curated Video

Learn Git in 3 Hours- Remote Branches

Higher Ed
When working with remotes, we need branches that track their equivalent branch on the remote repo. These are called remote tracking branches. • Create new branch on the local repo • Push the branch to the remote repository • See other...
Instructional Video14:24
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Kafka Producer - Final Note and References

Higher Ed
This is going to be the last lecture on producer APIs which will cover following topics namely Synchronous Send, Producer Callback, Custom Partitioner and Avro Serializer and Schema Registry This clip is from the chapter "Creating...
Instructional Video4:41
Curated Video

Learning Dart (Video 28)

Higher Ed
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Instructional Video1:30
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Section Summary and References "States and Stores"

Higher Ed
This lecture summarizes the state stores section. This clip is from the chapter "States and Stores" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This section is about States and Stores. You will learn to...
Instructional Video2:56
Curated Video

Complete Java SE 8 Developer Bootcamp - Stack and Heap

Higher Ed
Learn how objects and method variables are represented in memory using stack and heap. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming...
Instructional Video11:51
Curated Video

Hands-On Unity 2018.x Game Development for Mobile (Video 12)

Higher Ed
Ready to take your game development skills to the next level by deploying your games to mobile platforms? With the boom in the mobile game development space, there has never been a better time! This course will give you the necessary...
Instructional Video16:43
Rachel's English

Vocab: Applying for a Job

6th - Higher Ed
Do you have a job interview coming up? In this video I’ll teach you all of the job interview vocabulary you’ll need for your English interview! Learning how to job interview in English may take some practice if English isn’t your second...
Instructional Video4:40
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Understanding Java New Features - an Overview

Higher Ed
In this lesson, let's look at the important Java features that were introduced across different Java releases. This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners...
Instructional Video7:07
Curated Video

Excel VBA Programming The Complete Guide - Enable the Developer Tab

Higher Ed
The Developer Tab is a secret Tab on the Ribbon that includes several options for working with VBA. Users can access the Visual Basic Editor, enable the Macro Recorder, and display a list of public macros. In this lesson, we expose the...
Instructional Video13:35
Curated Video

Excel VBA Programming The Complete Guide - The Excel Object Model

Higher Ed
In this lesson, we use the Visual Basic Editor's Immediate Window to explore the hierarchy of the Excel Object Model. We begin at the top with the Application object, which houses all of the Workbooks currently open in Excel, and...
Instructional Video6:44
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - What is Branch in Git?

Higher Ed
This video explains the concept of branch in Git. This clip is from the chapter "Git Branches and HEAD" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the most common Git operations. It...
Instructional Video2:21
The Business Professor

Process for Filing for Patent Protection

Higher Ed
Process for Filing for Patent Protection
Instructional Video3:24
Let's Tute

Microsoft Excel Tutorial: Understanding Relative Reference

9th - Higher Ed
This video tutorial explains the concept of relative reference in Microsoft Excel. It demonstrates how the cell reference changes automatically when the formula or data is copied to another cell. The tutorial also provides examples of...
Instructional Video4:18
Curated Video

Learning Dart (Video 29)

Higher Ed
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Instructional Video6:48
Curated Video

Learning ASP.NET Web API (Video 1)

Higher Ed
Revolutionary changes in the mobile world introduced various type of devices such as smart phones, tablets, and IoT devices, all connected to a network based on a HTTP protocol and HTML 5. This lead to a big push to build REST-based...
Instructional Video4:39
Curated Video

Creational Design Patterns in Modern C++ - Cloning Types

Higher Ed
This video explains the basics of cloning and demonstrates how to use the prototype pattern to implement it. • Open Qt Creator • Create a new Qt class • Add the files to the correct folders in the course code This clip is from the...
Instructional Video3:11
Curated Video

Learning ASP.NET Web API (Video 42)

Higher Ed
Revolutionary changes in the mobile world introduced various type of devices such as smart phones, tablets, and IoT devices, all connected to a network based on a HTTP protocol and HTML 5. This lead to a big push to build REST-based...
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 This clip is from the chapter "CHALLENGE SOLUTION – Improve Trivia app" of the series "The Comprehensive Android Developer Bootcamp".This section...
Instructional Video3:29
IDG TECHtalk

Python 3.10's new features: Explicit type aliasing for forward declarations

Higher Ed
Python 3.10's new explicit type aliasing feature makes it easier to hint types that haven't even been declared yet, such as for methods in classes. Learn how to use them in this demonstration, along with some ideas for their use cases.
Instructional Video5:32
Curated Video

Complete Modern C++ - Perfect Forwarding - Part II (C++11)

Higher Ed
In this video, we will understand how perfect forwarding preserves type information of template function arguments. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type...
Instructional Video7:13
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Reflog - Log of All Git Operations

Higher Ed
This video explains the concept of reflog - log of all Git operations. This clip is from the chapter "Advanced Git" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to clone one of the...
Instructional Video19:37
All Ears English

You're a Regular Al Roker! How to Use Pop Culture to Encapsulate - All Ears English Podcast 1758

Pre-K - Higher Ed
You can always use adjectives to describe people but today's let's learn a more interesting way to do it by comparing the person you are speaking with to a famous person, historical figure, or pop culture personality. Learn exactly how...
Instructional Video7:11
Curated Video

Complete Modern C++ - L-values, R-values, and R-value References (C++11)

Higher Ed
This video starts with the basics of L-values and R-values and then explains the C++11 feature—R-value references. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview...
Instructional Video5:32
Curated Video

Complete Modern C++ - Reference

Higher Ed
This video explains reference type and how to use it instead of pointers. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers, references,...