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 handler • Make changes in the bitcoin class • Compile the project This clip is from the chapter "Introducing the Standard Template Library (STL)" of the...
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 problematic code • Utilize sanitizers to detect undefined behavior and address...
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. This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute...
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 array. We’ll also create a constant to hold the max length of...
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 beeping code • Run code to observe beeps This clip is from the chapter "Making Music in the Browser by Integrating Audio" of the series "Hands-On WebAssembly for...
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 level I/O • See the different read functions in low level I/O • Present an example program that uses these concepts This clip is from the chapter "I/O in...
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. 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 section, we will...
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 QPainter • Update the list of paths in the widget and draw them • Update the current path as the user uses the widget This clip is from...
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. This clip is from the chapter "Meeting Project Deadline with Agile Scrum" of the series "Agile Project Management".This section introduces you to meeting project...
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. This clip is from the chapter "Working with Files and I/O" of the series "Learn and Master C Programming For Absolute...
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 documentation • Understand that signals get emitted when something happens • Learn that slots can be “connected” to signals to react to events This clip is from the...
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 implement • Implement the container in a long code example • Finish...
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. 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 how to import...
Instructional Video2:31
Packt

Max.block.ms and Buffer.memory

Higher Ed
This video explains the concept of max.block.ms and buffer.memory. This clip is from the chapter "Kafka Twitter Producer and Advanced Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section,...
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 function • Learn implementation of match function • Usage example and...
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. This clip is from the chapter "Vim Buffers and Windows" of the series "Vim Masterclass".This section explores the concept of Vim buffers and Windows.
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. This clip is from the chapter "Part 1 - Practice" of the series "Raspberry Pi and Arduino - Go to the Next Level".In this section, we will...
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. This clip is from the chapter "Part 4 - Complete Intercom System (Final Project)" of the series "Raspberry Pi and Arduino - Go...
Instructional Video8:17
Curated Video

AWS Certified Data Analytics Specialty 2021 - Hands-On! - Kinesis Data Firehose

Higher Ed
This video explains the concept of Amazon Kinesis data firehose. This clip is from the chapter "Domain 1: Collection" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, you will learn to build up a...
Instructional Video5:34
Curated Video

Node.js API Masterclass with Express and MongoDB - Sending Data to The Server

Higher Ed
HTTP Intro - Headers, Body, Status Codes, etc: Sending Data to The Server This clip is from the chapter "HTTP Intro - Headers, Body, Status Codes, etc" of the series "Node.js API Masterclass with Express and MongoDB".This section is...
Instructional Video10:29
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - Learn by example - login authentication

Higher Ed
Credentials Management: Learn by example - login authentication This clip is from the chapter "Credentials Management" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, very common source of...