Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Remove Data from ListBuffer
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...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Add Data in ListBuffer
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...
Curated Video
How to Analyze a Cyber Attack
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).
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 (2022) Hands-on".In this section, you will learn to build up a...
Curated Video
Understanding Buffer Stock Schemes and the Common Agricultural Policy
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...
Catalyst University
Biotechniques | Principles of Gel Electrophoresis (DNA gels)
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...
Programming Electronics Academy
Using Serial.read() with Arduino | Part 1
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...
Curated Video
Learn and Master C Programming - Reading and Writing Files (Overview)
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...
Programming Electronics Academy
Using Serial.parseInt() with Arduino
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...
Programming Electronics Academy
More Serial Library: Arduino Course 5.9
A description of using Serial Communication with Arduino.
Programming Electronics Academy
What is the ? code!? Learn about the ternary operator!
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,...
Curated Video
Describe network protocols : UDP Echo Server
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...
Programming Electronics Academy
sprintf() with Arduino
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...
Packt
Consumer Offset Commit Strategies
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...
Curated Video
Learn and Master C Programming - Using 'strcpy' and 'strcat' functions
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...
friEdTech
Smarter Chrome Lesson 3: Favorite Chrome Extensions for Educators
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!
Packt
Auto-Cropping and Image Formatting
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
Curated Video
Learning Lodash 4.0 (Video 22)
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...
Curated Video
Complete Modern C++ - Basic Input/Output
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...
Packt
Case Study - Big Data Ingestion
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...
Curated Video
C++ Standard Template Library in Practice - Project - Circular Buffer lterator
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...