Curated Video
C++ Standard Template Library in Practice - Project - Custom Writer Function
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...
Packt
Storing Data with JSON
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...
Curated Video
Hands-On WebAssembly for C++ Programmers - Protecting Your Code with Debug Capabilities
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...
Catalyst University
Buffers: ICE Problem With Henderson-Hasselbalch Equation
Buffers: ICE Problem With Henderson-Hasselbalch Equation
Curated Video
Learn and Master C Programming - Important Tips for Working with User Input
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...
Programming Electronics Academy
Using Serial.read() with Arduino | Part 2
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...
Curated Video
Hands-On WebAssembly for C++ Programmers - Playing Simple Sounds in SDL
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...
Curated Video
C++ Standard Template Library in Practice - Low Level I/O
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...
Curated Video
Raspberry Pi and Arduino - Go to The Next Level - Initiate Serial Communication
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...
Curated Video
Complete Modern C++ - Strings - Part III (String Streams)
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...
Curated Video
Agile Project Management - How to Improve Communication to Deliver on Time
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...
Curated Video
Learn and Master C Programming - Reading and Displaying Text Files - Part 2
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...
Curated Video
Creational Design Patterns in Modern C++ - File Example - Introduction
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...
Curated Video
C++ Standard Template Library in Practice - Project
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...
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Introducing Logstash
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...
Packt
Max.block.ms and Buffer.memory
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,...
Curated Video
Creational Design Patterns in Modern C++ - Logger Class - Part I
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...
Curated Video
Vim Masterclass - Exercise Twelve - Vim Buffers - Walkthrough
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.
Catalyst University
Buffers: Henderson-Hasselbalch Proof pH=pKa
Proof that pH=pKa when conjugate acid and base concentrations are equal; proof that conjugate acid and base concentrations are equal when pH=pKa
Curated Video
Raspberry Pi and Arduino - Go to The Next Level - Activity 03 - Solution
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...
Curated Video
Raspberry Pi and Arduino - Go to The Next Level - Step 5 (RPi) - Get Button Pressed Message from Serial
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...
Curated Video
AWS Certified Data Analytics Specialty 2021 - Hands-On! - Kinesis Data Firehose
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...
Curated Video
Node.js API Masterclass with Express and MongoDB - Sending Data to The Server
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...
Curated Video
Web Security: Common Vulnerabilities And Their Mitigation - Learn by example - login authentication
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...