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 Video10:45
Programming Electronics Academy

Lesson 9 | Understanding Data Types for variables | Arduino Crash Course

Higher Ed
Lesson 9 | Understanding Data Types for variables | Arduino Crash Course
Instructional Video5:42
Curated Video

Tips, Tricks, and Techniques for Node.js Development 5.4: Node Process Manager

Higher Ed
In this video, we will see how to use a process manager to keep our Node.js applications up and running. • Get an introduction to node process manager • Show strongloop • Show pm2
Instructional Video3:39
Curated Video

Predictive Analytics with TensorFlow 9.2: Implementing an RNN for Spam Prediction

Higher Ed
We will see how to implement an RNN in TensorFlow to predict spam/ham from texts. • Construct RNN network • Perform the training • Plot accuracy over time
Instructional Video12:15
Programming Electronics Academy

Which Arduino IDE should I use?

Higher Ed
Did you know that the Arduino company provides for free three different tools for programming your Arduino board?



They're called Integrated Development Environments or IDEs. If you're trying to figure out which one...
Instructional Video13:00
Curated Video

C++ for Beginners - The "if", "else if", and "else" Statements

Higher Ed
In this video, David examines decision making using the "if" and the "else" statements, to control program flow.
r/>
This clip is from the chapter "Decision Making and Program Flow" of the series "C++ for Beginners".The "if",...
Instructional Video13:59
Curated Video

C++ for Beginners - Classes, Objects, Methods & Properties

Higher Ed
Your instructor, David, discusses objects and class.<br/<br/>>

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

Multi-Paradigm Programming with Modern C++ - More Range Examples

Higher Ed
Everything you can do with loops and algorithms; you can also do with ranges. Thanks to lazy evaluation of views, the code becomes more functional, and often more compact.

• Returning ranges from func
tions
• Creating a...
Instructional Video13:29
Curated Video

Learn and Master C Programming - Using Visual Studio IDE to write our first C Program

Higher Ed
Learn how to write then compile and run our first C program using Visual Studio IDE.
r/>
This clip is from the chapter "Writing our First Program - A 'Hello, World!' Program in C" of the series "Learn and Master C Programming...
Instructional Video8:01
Curated Video

Python for Network Forensics 3.1: Enumerating Directories

Higher Ed
In this video, we will further the understanding of directory traversal in GNU/Linux systems. We will also understand and accomplish traversal recursively. • Learn the concepts of threading to implement recursive traversing • Begin using...
Instructional Video7:33
Curated Video

Tips, Tricks, and Techniques for Node.js Development 4.4: Code Coverage

Higher Ed
In this video, we will learn how to look at the coverage of our code.<br/>
• Insta<br/>ll istanbul
• Show<br/> coverage measurement<br/>s
• Analyze our code coverage
Instructional Video6:17
Curated Video

Learning D3.JS 5.0 8.4: Setting Up a Line Chart

Higher Ed
In this video, we will learn how to set up a basic structure for a line chart. • Understand the HTML file • Understand the CSS file • Understand the app.js file and view the result
Instructional Video15:18
Programming Electronics Academy

Class to Library: Arduino Course 8.7

Higher Ed
A walk through of turing a class into an Arduino code library.
Instructional Video7:21
Programming Electronics Academy

Arrays and For Loops: Arduino Course 7.4

Higher Ed
A walkthrough of using arrays and for loops in programming.
Instructional Video11:19
Programming Electronics Academy

Tutorial 08: analogRead() and the Serial Port: Arduino Course for Absolute Beginners (ReM)

Higher Ed
Arduino Course for Absolute Beginners



Knowing if something is on or off can be extremely useful, but often you will want to know more. How bright is the light? How fast is the satellite...
Instructional Video24:26
Curated Video

C++ for Beginners - Encapsulation, Part 1

Higher Ed
In this video, your instructor discusses encapsulation and the benefits of object-oriented programming.<br/<br/>>

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

Learn and Master C Programming - Using 'strcmp' and 'stricmp' functions to compare strings

Higher Ed
We will learn how to use 'strcmp' and 'stricmp' functions to compare strings in C/C++.
r/>
This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work...
Instructional Video8:52
Curated Video

Learn and Master C Programming - Arguments of main() function - Part 2

Higher Ed
We will see how we can write code to implement two operations on the command-line while handling input errors.
r/>
This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute...
Instructional Video3:19
Curated Video

Learn and Master C Programming - Working With Strings - Reviewing Strings in C/C++

Higher Ed
We will kick off this section by a quick review of strings in C/C++.
r/>
This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work with strings and...
Instructional Video8:53
Curated Video

C++ Developer - Project - Reading Data from File and Printing Statistics

Higher Ed
This video presents a project to read data from file and print statistics.<br/<br/>>

This clip is from the chapter "File Input and Output" of the series "The Complete C++ Developer Course".This section explains file input and output.
Instructional Video7:19
Curated Video

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

Higher Ed
This is the third 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 Video5:02
Programming Electronics Academy

Arduino MASTERCLASS | What can Arduino do? PART 1

Higher Ed
Are you looking for the perfect series of videos to get started with Arduino? Well, you are in luck, because in this series of videos, you are going to learn everything you need to get started with Arduino. By the time you're done here,...
Instructional Video5:09
Curated Video

Java 11 Programming for Beginners 5.3: Working with Annotations

Higher Ed
Here we cover annotations and how they help with documentation as well as compile-time and runtime uses.

• Add an analysis of financial data based on average spending on each day of week. The new code uses annota
tions
•...
Instructional Video14:31
Curated Video

Java 11 Programming for Beginners 2.4: Using Primitive Types

Higher Ed
This is a heavyweight video. We do most of the example solving here to showcase primitive types.

• Quick run through of the various primitive types in
Java
• A brief mention of overflow and
underflow
• A live programming...