Curated Video
Learn Git in 3 Hours- Remote Branches
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...
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Kafka Producer - Final Note and References
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...
Curated Video
Learning Dart (Video 28)
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...
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Section Summary and References "States and Stores"
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Stack and Heap
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...
Curated Video
Hands-On Unity 2018.x Game Development for Mobile (Video 12)
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...
Rachel's English
Vocab: Applying for a Job
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Understanding Java New Features - an Overview
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...
Curated Video
Excel VBA Programming The Complete Guide - Enable the Developer Tab
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...
Curated Video
Excel VBA Programming The Complete Guide - The Excel Object Model
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - What is Branch in Git?
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...
The Business Professor
Process for Filing for Patent Protection
Process for Filing for Patent Protection
Let's Tute
Microsoft Excel Tutorial: Understanding Relative Reference
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...
Curated Video
Learning Dart (Video 29)
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...
Curated Video
Learning ASP.NET Web API (Video 1)
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...
Curated Video
Creational Design Patterns in Modern C++ - Cloning Types
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...
Curated Video
Learning ASP.NET Web API (Video 42)
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...
Curated Video
Comprehensive Android Developer Bootcamp - Making Our Prefs Class and Saving Highest Score
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...
IDG TECHtalk
Python 3.10's new features: Explicit type aliasing for forward declarations
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.
Curated Video
Complete Modern C++ - Perfect Forwarding - Part II (C++11)
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Reflog - Log of All Git Operations
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...
All Ears English
You're a Regular Al Roker! How to Use Pop Culture to Encapsulate - All Ears English Podcast 1758
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...
Curated Video
Complete Modern C++ - L-values, R-values, and R-value References (C++11)
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...
Curated Video
Complete Modern C++ - Reference
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,...