Instructional Video5:56
Curated Video

Complete Modern C++ - Basic Input/Output

Higher Ed
This video gives an overview of basic input/output classes and demonstrates how to write on the console and read from the keyboard.
r/>
This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern...
Instructional Video1:49
Packt

Case Study - Big Data Ingestion

Higher Ed
This video explains the big data ingestion case study in Kafka.
<
br/>
This clip is from the chapter "Real World Insights and Case Studies (Big Data / Fast Data)" of the series "Apache Kafka Series - Learn Apache Kafka for...
Instructional Video12:56
Curated Video

C++ Standard Template Library in Practice - Project - Circular Buffer lterator

Higher Ed
We want to apply what we have learned and expand on our project from section two.

• We want to apply what we have le
arned
• Implement a circular buffer iterator for our section t
wo project
• Implement a test...
Instructional Video4:41
Curated Video

C++ Standard Template Library in Practice - Project - Custom Writer Function

Higher Ed
This is the third part of the project.

• Create custom writer function as data ha
ndler
• Make changes in the bit
coin class
• Comp
il
e the project

This clip is from the chapter "Introducing the Standard...
Instructional Video17:51
Packt

Storing Data with JSON

Higher Ed
File System and Command Line Args (Notes App): Storing Data with JSON This clip is from the chapter "File System and Command Line Args (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you...
Instructional Video5:12
Curated Video

Hands-On WebAssembly for C++ Programmers - Protecting Your Code with Debug Capabilities

Higher Ed
What can we do to catch bugs earlier, without having to manually test?

• Adopt a DevOps mindset to catch bugs
early
• Add debug capabilities to flag proble
matic code
• Utilize sanitizers to detect undefined...
Instructional Video13:55
Catalyst University

Buffers: ICE Problem With Henderson-Hasselbalch Equation

Higher Ed
Buffers: ICE Problem With Henderson-Hasselbalch Equation
Instructional Video6:10
Curated Video

Learn and Master C Programming - Important Tips for Working with User Input

Higher Ed
This video simply gives you some hints and tips when working with and parsing user input from the command-line.
r/>
This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For...
Instructional Video14:32
Programming Electronics Academy

Using Serial.read() with Arduino | Part 2

Higher Ed
Now let’s tackle the first step of our algorithm – we create a character array to hold the incoming message and a position variable to help us move through each element in the...
Instructional Video5:25
Curated Video

Hands-On WebAssembly for C++ Programmers - Playing Simple Sounds in SDL

Higher Ed
How can we do simple beeps with SDL?

• Discover SDL
Audio
• Create sample be
eping code
• Run code t
o
observe beeps

This clip is from the chapter "Making Music in the Browser by Integrating Audio" of the...
Instructional Video8:28
Curated Video

C++ Standard Template Library in Practice - Low Level I/O

Higher Ed
In this video, you will learn about low level I/O.

• Introduce the concept of low leve
l I/O
• See the different read functions in low
level I/O
• Present an example program that uses
t
hese concepts

This...
Instructional Video13:11
Curated Video

Raspberry Pi and Arduino - Go to The Next Level - Initiate Serial Communication

Higher Ed
In this video, we will initiate Serial communication.
<
br/>
This clip is from the chapter "PART 1 - Serial Communication Between Raspberry Pi and Arduino" of the series "Raspberry Pi and Arduino - Go to the Next Level".In this...
Instructional Video9:46
Curated Video

Complete Modern C++ - Strings - Part III (String Streams)

Higher Ed
This video explains string streams and their purpose.

• Introduce the QPainterPath class along with QPa
inter
• Update the list of paths in the widget and
draw them
• Update the current path as the user
us
es the...
Instructional Video3:15
Curated Video

Agile Project Management - How to Improve Communication to Deliver on Time

Higher Ed
This video explains how to improve communication to deliver on time.
<
br/>
This clip is from the chapter "Meeting Project Deadline with Agile Scrum" of the series "Agile Project Management".This section introduces you to meeting...
Instructional Video4:28
Curated Video

Learn and Master C Programming - Reading and Displaying Text Files - Part 2

Higher Ed
Learn how 'fread' and 'fgets' can be used to read file content and how they are different from 'fgetc'....etc.
r/>
This clip is from the chapter "Working with Files and I/O" of the series "Learn and Master C Programming For...
Instructional Video5:43
Curated Video

Creational Design Patterns in Modern C++ - File Example - Introduction

Higher Ed
This video introduces you to the file example.

• Go through the Qt document
ation
• Understand that signals get emitted when somethi
ng happens
• Learn that slots can be “connected” to signals to
re
act to events
...
Instructional Video14:08
Curated Video

C++ Standard Template Library in Practice - Project

Higher Ed
The user now wishes to apply their gained knowledge and implement a container of their own.

• Introduce our project idea, and explain the functionality we are trying to impl
ement
• Implement the container in a long co
de...
Instructional Video4:55
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Introducing Logstash

Higher Ed
This video provides an introduction to Logstash.
r/>
This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains...
Instructional Video2:31
Packt

Max.block.ms and Buffer.memory

Higher Ed
This video explains the concept of max.block.ms and buffer.memory.
<
br/>
This clip is from the chapter "Kafka Twitter Producer and Advanced Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In...
Instructional Video7:22
Curated Video

Creational Design Patterns in Modern C++ - Logger Class - Part I

Higher Ed
This video is the first part of the two-part video that highlights the issues in a class and explains why it needs to be a singleton.

• Structure of the match fun
ction
• Learn implementation of matc
h function
•...
Instructional Video5:16
Curated Video

Vim Masterclass - Exercise Twelve - Vim Buffers - Walkthrough

Higher Ed
This video presents an exercise to practice working with multiple Vim buffers.
r/>
This clip is from the chapter "Vim Buffers and Windows" of the series "Vim Masterclass".This section explores the concept of Vim buffers and...
Instructional Video8:50
Catalyst University

Buffers: Henderson-Hasselbalch Proof pH=pKa

Higher Ed
Proof that pH=pKa when conjugate acid and base concentrations are equal; proof that conjugate acid and base concentrations are equal when pH=pKa
Instructional Video12:20
Curated Video

Raspberry Pi and Arduino - Go to The Next Level - Activity 03 - Solution

Higher Ed
In this video, we will work on the activity solution for asynchronous bidirectional communication.
<
br/>
This clip is from the chapter "Part 1 - Practice" of the series "Raspberry Pi and Arduino - Go to the Next Level".In this...
Instructional Video15:31
Curated Video

Raspberry Pi and Arduino - Go to The Next Level - Step 5 (RPi) - Get Button Pressed Message from Serial

Higher Ed
In this video, we will work on step 5, where you will learn how to get a button-pressed message from a serial.
<
br/>
This clip is from the chapter "Part 4 - Complete Intercom System (Final Project)" of the series "Raspberry Pi and...