Instructional Video4:13
Curated Video

Predictive Analytics with TensorFlow 6.2: Transformers and Estimators

Higher Ed
We will get a brief explanation of transformers and estimators. We will also look at different types of transformers and estimators. • Look at the different types of transformers • Look at the different types of estimators
Instructional Video7:00
Curated Video

Cloud Native Development on Azure with Java 1.2: Introduction

Higher Ed
Before you get a kick-start with a new technology or platform, it is always a good practice to have an overview of it. Also, it adds to the motivation to your learning in the long run. This video will provide you with that pair of...
Instructional Video10:44
Programming Electronics Academy

Tutorial 05: Understanding Variables: Arduino Course for Absolute Beginners (ReM)

Higher Ed
Lets have a discussion about a powerful and semi-confusing programming topic - variables.



A variable is like a bucket. You choose what types of stuff you want in the bucket and can change the contents...
Instructional Video5:38
Curated Video

C++ for Beginners - Simple Data Type: bool

Higher Ed
In this section, your instructor discusses a fundamental data type, the Boolean data type.<br/<br/>>

This clip is from the chapter "Variables and Assignments" of the series "C++ for Beginners".Variables and identifiers
Instructional Video5:52
Curated Video

C++ for Beginners - Objects and Inheritance

Higher Ed
In this lesson, David discusses object-oriented programming and inheritance.<br/<br/>>

This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance
Instructional Video4:57
Curated Video

Tips, Tricks, and Techniques for Node.js Development 6.2: Code Documentation

Higher Ed
In this video, we will learn how to generate code documentation in Node.js. • Configure jsdoc • Write code documentation • Explore the generated documentation
Instructional Video5:31
Curated Video

Learn and Master C Programming - Overview of Mixing C with C++

Higher Ed
We will understand the problem of mixing our C code with C++ code (and projects) and how to address this problem by using extern "C" in our code.
r/>
This clip is from the chapter "Mixing C with C++ Code" of the series "Learn...
Instructional Video19:37
Curated Video

C++ Developer - A Book Class

Higher Ed
This video discusses a book class.<br/<br/>>

This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete C++ Developer Course".This section introduces classes and objects.
Instructional Video19:45
Programming Electronics Academy

Tutorial 10: Fade an LED: Arduino Course for Absolute Beginners (ReM)

Higher Ed
Arduino Course for Absolute Beginners
<
br/>
Lets expand the repertoire of output that we can use by looking at the function analogWrite(). I experienced much confusion with analogWrite(),...
Instructional Video10:16
Programming Electronics Academy

10 Arduino grove modules - plug and play with the seeedstudio grove system

Higher Ed
10 Arduino Grove Modules<br/>
Have you heard of the Arduino Grove System from Seeed Studio? Check out our video to learn more about the Arduino Grove System and to see some Arduino code examples using the Grove system.
Instructional Video11:20
Curated Video

Python for Network Forensics 4.2: Capturing Linux Memory

Higher Ed
In this video, we will capture images of volatile memory on Linux systems. We will also learn to use the Python-based LiMEaide to ease memory capture, especially in remote environments. • Begin to understand how LiMEaide acquires memory...
Instructional Video13:42
Curated Video

Predictive Analytics with TensorFlow 8.6: CNN Predictive Model for Image Classification

Higher Ed
This video will develop a CNN predictive model for image classification. • Create the CNN model • Evaluate the model • Make the predictive
Instructional Video21:20
Programming Electronics Academy

Variable Scope: Arduino Course 4.5

Higher Ed
A description of variable scope in programming.
Instructional Video16:49
Programming Electronics Academy

For Loop with Multiple LEDs: Arduino Course 5.5

Higher Ed
A walk through of programming a for loop to light up multiple LEDs
Instructional Video6:54
Curated Video

C++ for Beginners - Function Structure

Higher Ed
In this lesson, your instructor, David, discusses function structure.<br/<br/>>

This clip is from the chapter "Program Structure" of the series "C++ for Beginners".Function Structure
Instructional Video5:22
Curated Video

Learn and Master C Programming - Using Arithmetic Assignment Operators in C

Higher Ed
We will learn about a new way to combine both arithmetic as well as assignment operators together.
r/>
This clip is from the chapter "Operators & Expressions" of the series "Learn and Master C Programming For Absolute...
Instructional Video23:47
Curated Video

C++ Developer - Encapsulation: Data Members and Member Functions

Higher Ed
This video focuses on encapsulation and explains data members and data functions.
r/>
This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete C++ Developer Course".This section introduces...
Instructional Video10:27
Curated Video

C++ Developer - Variables and Data Types - Part 1

Higher Ed
This is the first part of a three-part video that explains variables and data types.
r/>
This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the...
Instructional Video8:09
Programming Electronics Academy

TTL Serial Communication Protocol Explained | Part 3

Higher Ed
Let’s look at a concrete example. The ASCII character capital G is represented by the bits 0100 0111. If we were to monitor the logic levels of the TX pin on the Arduino UNO while we are printing a capital G using Serial.begin() and...
Instructional Video8:03
Programming Electronics Academy

Connect Arduino to internet over USB (with Processing) - Simple Space Weather meter example (Part 1)

Higher Ed
Have you ever wanted to connect your Arduino to the internet? Your first thought was probably like okay, I guess I'll need some type of Wi-Fi shield or a Wi-Fi enabled board in order to connect to the internet. But what if you're...
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...
Instructional Video17:24
Curated Video

C++ for Beginners - String Operators

Higher Ed
Your instructor, David, examines string operators.<br/<br/>>

This clip is from the chapter "STL Strings" of the series "C++ for Beginners".Creating a String
Instructional Video2:03
Curated Video

Bug Bounty Program Certification 13.1: About the Bug Bounty Exam and Certification

Higher Ed
In this video, you will get information about bug bounty exams and preparation. • Look at the listing of bug bounty exams • Get the information about certifications • Preparation steps for exam
Instructional Video15:49
Programming Electronics Academy

analogRead in Ardiuno: Arduino Course 4.11

Higher Ed
Using analogRead() to read analog inputs with Arduino.