Instructional Video12:57
Curated Video

Cloud Native Development on Azure with Java 5.2: Deploying Multi-Container Application to Azure Kubernetes Service

Higher Ed
Now that you know what Kubernetes is, we are all ready to get our hands dirty! In this video, we will deploy a multi-container application to Azure Kubernetes Service.

• Configure an existing service principle and use it to...
Instructional Video13:55
Programming Electronics Academy

Details of Using Arduino Libraries: Arduino Course 6.4

Higher Ed
A walk through of using a code library with Arduino.
Instructional Video3:09
Curated Video

Multi-Paradigm Programming with Modern C++ - What Makes a Good Interface

Higher Ed
Application programming interfaces are to programmer what UI is to the end user. Creating good interfaces improves modularity and promotes code reuse.

• What is an API and why we nee
d it?
• What makes a
good API?
•...
Instructional Video4:32
Curated Video

Complete Modern C++ - Visual Studio 2015 Installation

Higher Ed
This video shows the installation process of Visual Studio for C++ programming.

• `struct` ? `enum class` ? `variant` progre
ssion
• Product and
sum types
• Variant
s
versus unions

This clip is from the...
Instructional Video6:28
Curated Video

Complete Modern C++ - Template Argument Deduction and Instantiation

Higher Ed
This video explains how template arguments are deduced.
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding, variadic...
Instructional Video4:57
Curated Video

C++ Standard Template Library in Practice - Random Access Iterators

Higher Ed
We want to learn what makes up a random access iterator, and how to use it.

• Learn what a random access iterator c
an do
• Learn what it takes to fulfill a random access iterato
r contract
• Go through a code...
Instructional Video4:24
Curated Video

Learn and Master C Programming - Using 'continue' keyword...

Higher Ed
Learn about ‘continue’ keyword from this video.
r/>
This clip is from the chapter "Loops, Jump keywords & Control Flow" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into the...
Instructional Video4:02
Curated Video

Learn and Master C Programming - Using Ternary Operator

Higher Ed
We will see how we can use the C/C++ ternary operator.
r/>
This clip is from the chapter "Conditional Statements" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, learn the syntax to use...
Instructional Video9:18
Curated Video

Learn and Master C Programming - How to use Basic C Types with prtinf format specifiers

Higher Ed
We will learn how to display all basic types using prtinf function.
r/>
This clip is from the chapter "Fundamentals and Basics" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the...
Instructional Video7:09
Curated Video

Learn and Master C Programming - Creating Your First Library Project (.LIB)

Higher Ed
We will go over creating our first static library project using Visual Studio and C. You should be able to create your own libraries by the end of this video.
r/>
This clip is from the chapter "Creating C Libraries (Static...
Instructional Video6:21
Curated Video

Learn and Master C Programming - Libraries Overview

Higher Ed
Learn how to create and distribute static (.LIB) files for our code.
r/>
This clip is from the chapter "Creating C Libraries (Static LIBs)" of the series "Learn and Master C Programming For Absolute Beginners!".In this section,...
Instructional Video5:43
Curated Video

Learn and Master C Programming - Understanding Conditional Compilation

Higher Ed
We will learn about new preprocessor directives used for conditional compilation of code.
r/>
This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In...
Instructional Video30:51
Curated Video

C++ Developer - Project - Tic-Tac-Toe (Advanced)

Higher Ed
This video presents an advanced project called "Tic-Tac-Toe".<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:40
Curated Video

C++ Developer - Getting Started with macOS Catalina or Higher with Visual Studio Code

Higher Ed
This video focuses on how to get started with macOS Catalina or a higher version with Visual Studio Code.
r/>
This clip is from the chapter "Getting Started" of the series "The Complete C++ Developer Course".This section...
Instructional Video2:53
Curated Video

C++ for Beginners - Where to get the IDE

Higher Ed
In this video, your instructor demonstrates where and how to download and setup your IDE.<br/<br/>>

This clip is from the chapter "Your First Program" of the series "C++ for Beginners".Where to get the IDE
Instructional Video10:22
Curated Video

C++ Developer - Dynamic Memory - Part 1

Higher Ed
This is the first part of a two-part video that explains dynamic memory.<br/<br/>>

This clip is from the chapter "Pointers" of the series "The Complete C++ Developer Course".This section discusses pointers in C++.
Instructional Video7:10
Curated Video

Python for Network Forensics 5.3: Exploitation

Higher Ed
Once an attack vector has been found we will proceed with exploitation to take over the system. • Learn about a common attack vector through exploitable web services • Develop a Python-based reverse shell to gain access into the system •...
Instructional Video8:51
Curated Video

Python for Network Forensics 1.5: Introduction to Impacket

Higher Ed
In this video, we will add breadth to our Python capability to extend functionality using Impacket. • Further expand our application to import Impacket • Decode raw packets using Impacket • Get a better understanding of encapsulation and...
Instructional Video3:28
Packt

Advanced Computer Vision Projects 3.4: Videos and Retraining

Higher Ed
In this video, we’ll briefly cover how to extend the model to handle videos and how to retrain the model.

• See that we can apply algorithms to videos by running frame-by-
frame
• Briefly go over instructions to retrain on...
Instructional Video2:21
Packt

Advanced Computer Vision Projects 1.1: The Course Overview

Higher Ed
This video shows an entire overview of the course.
Instructional Video3:10
Curated Video

Mastering Tableau 2018.1, Second Edition 8.4: Clustering Data in Tableau

Higher Ed
In this video, we’ll see how to cluster data in Tableau. • Understand clusters • Implement clustering in Tableau
Instructional Video4:27
Curated Video

Mastering Tableau 2018.1, Second Edition 3.3: Using the Data Interpreter

Higher Ed
In this video, we’ll see the data interpreter in action. • Load the dataset into Tableau • Apply the data interpreter to the data
Instructional Video6:31
Curated Video

Tips, Tricks, and Techniques for Node.js Development 5.3: Clustering

Higher Ed
Node.js is running a single process on a CPU, wasting other cores. Luckily for us, Node.js has a module to solve this for us and let us use multi-core. In this video, we will learn how to use this module.

• Explain cluster...
Instructional Video3:56
Curated Video

Learning D3.JS 5.0 10.4: Make It More Functional

Higher Ed
In this video, we will add another JSON file with cities, population, longitude, and latitude, and make the cities visible.<br/>
• Add the ne<br/>w JSON file
• Add code to m<br/>ake the cit<br/>ies visible
• View the result