Instructional Video3:14
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Remove Data from ListBuffer

Higher Ed
In this lesson, you will learn how to remove data in ListBuffer. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the types...
Instructional Video3:44
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Add Data in ListBuffer

Higher Ed
In this session, you will learn how to add data in ListBuffer. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the types and...
Instructional Video8:09
Curated Video

How to Analyze a Cyber Attack

Higher Ed
Traditional information security attack analysis focuses on malware and computer intrusions, in which an attacker utilizes technical prowess to exploit a vulnerability to gain access to or harm a system (or network).
Instructional Video9:02
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 (2022) Hands-on".In this section, you will learn to build up a...
Instructional Video13:54
Catalyst University

pH Effects on Amino Acid Structures

Higher Ed
pH Effects on Amino Acid Structures
Instructional Video12:58
Curated Video

Understanding Buffer Stock Schemes and the Common Agricultural Policy

12th - Higher Ed
This video discusses buffer stock schemes, a government intervention strategy in commodity markets. The video explains how commodity markets operate and why price volatility can create issues for producers and consumers. The concept of...
Instructional Video13:35
Catalyst University

Biotechniques | Principles of Gel Electrophoresis (DNA gels)

Higher Ed
As always, the steps of DNA electrophoresis depend on your specific lab and protocol. Here, we look at the general theory of separating DNA on an agarose gel by electrophoresis and what it is used for in the lab. We will also learn about...
Instructional Video5:11
Catalyst University

Beta-Alanine and Carnosine Biosynthesis

Higher Ed
Beta-Alanine and Carnosine Biosynthesis
Instructional Video10:00
Programming Electronics Academy

Using Serial.read() with Arduino | Part 1

Higher Ed
Are you trying to use Serial.read() to get data from a serial port to your Arduino? Maybe you’re using the Arduino Serial Monitor window and sending in data, or maybe you’ve got a program running on your raspberryPi sending data via...
Instructional Video7:41
Curated Video

Learn and Master C Programming - Reading and Writing Files (Overview)

Higher Ed
This lecture walks you through the process of reading from files and writing data to files using C/C++ functions. This clip is from the chapter "Working with Files and I/O" of the series "Learn and Master C Programming For Absolute...
Instructional Video13:57
Programming Electronics Academy

Using Serial.parseInt() with Arduino

Higher Ed
Are you trying to send integers over serial using parseInt with Arduino? Maybe you’re struggling to understand the difference between Serial.read() and Serial.parseInt(), and how they can work for you? Do you just need to know how to...
Instructional Video17:37
Catalyst University

Interpreting an Affinity Chromatogram

Higher Ed
Interpreting an Affinity Chromatogram
Instructional Video16:31
Programming Electronics Academy

More Serial Library: Arduino Course 5.9

Higher Ed
A description of using Serial Communication with Arduino.
Instructional Video11:48
Programming Electronics Academy

What is the ? code!? Learn about the ternary operator!

Higher Ed
Have you been doing some coding and you come across a question mark in the code and you're like, "What is this? What does this mean?" Usually it's followed by a colon. You know, it's sometimes it's like a one-liner and I don't know,...
Instructional Video18:31
Curated Video

Describe network protocols : UDP Echo Server

Higher Ed
From the section: Networking and Programming with IP and UDP In this section, we will learn about all about networking and using programming with IP and UDP. In this video, we will look at how to create a UDP echo server. • Get...
Instructional Video7:42
Programming Electronics Academy

sprintf() with Arduino

Higher Ed
If so, you’re in the right place. In this lesson you’ll learn exactly how to use sprintf(). JUST USING SERIAL.PRINT() Let’s say you want to print this line of text to the serial monitor: “The 3 burritos are 147.7 degrees F” Where the...
Instructional Video2:44
Packt

Consumer Offset Commit Strategies

Higher Ed
This video explains how the Kafka consumer can commit offsets automatically. This clip is from the chapter "Kafka Elasticsearch Consumer and Advanced Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for...
Instructional Video6:02
Curated Video

Learn and Master C Programming - Using 'strcpy' and 'strcat' functions

Higher Ed
We will see how to use 'strcpy' and 'strcat' both the safe and unsafe version of C runtime functions. This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work...
Instructional Video15:51
friEdTech

Smarter Chrome Lesson 3: Favorite Chrome Extensions for Educators

Higher Ed
Learn about a few of my favorite Google Chrome Extensions for use by education professionals and students. Yes, I know it's long, but think of all the time you can save with these great tools!
Instructional Video11:48
Packt

Auto-Cropping and Image Formatting

Higher Ed
File Uploads (Task App): Auto-Cropping and Image Formatting This clip is from the chapter "File Uploads (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about File uploads
Instructional Video10:13
Curated Video

Learning Lodash 4.0 (Video 22)

Higher Ed
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
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. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this...
Instructional Video1:49
Packt

Case Study - Big Data Ingestion

Higher Ed
This video explains the big data ingestion case study in Kafka. 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 Beginners".In this...
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 learned • Implement a circular buffer iterator for our section two project • Implement a test program to verify its...