Hi, what do you want to do?
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,...
Programming Electronics Academy
Lesson 9 | Understanding Data Types for variables | Arduino Crash Course
Lesson 9 | Understanding Data Types for variables | Arduino Crash Course
Curated Video
Tips, Tricks, and Techniques for Node.js Development 5.4: Node Process Manager
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
Curated Video
Predictive Analytics with TensorFlow 9.2: Implementing an RNN for Spam Prediction
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
Programming Electronics Academy
Which Arduino IDE should I use?
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...
They're called Integrated Development Environments or IDEs. If you're trying to figure out which one...
Curated Video
C++ for Beginners - The "if", "else if", and "else" Statements
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",...
r/>
This clip is from the chapter "Decision Making and Program Flow" of the series "C++ for Beginners".The "if",...
Curated Video
C++ for Beginners - Classes, Objects, Methods & Properties
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
This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance
Curated Video
Multi-Paradigm Programming with Modern C++ - More Range Examples
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...
• Returning ranges from func
tions
• Creating a...
Curated Video
Learn and Master C Programming - Using Visual Studio IDE to write our first C Program
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...
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...
Curated Video
Python for Network Forensics 3.1: Enumerating Directories
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...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 4.4: Code Coverage
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
• Insta<br/>ll istanbul
• Show<br/> coverage measurement<br/>s
• Analyze our code coverage
Curated Video
Learning D3.JS 5.0 8.4: Setting Up a Line Chart
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
Programming Electronics Academy
Class to Library: Arduino Course 8.7
A walk through of turing a class into an Arduino code library.
Programming Electronics Academy
Arrays and For Loops: Arduino Course 7.4
A walkthrough of using arrays and for loops in programming.
Programming Electronics Academy
Tutorial 08: analogRead() and the Serial Port: Arduino Course for Absolute Beginners (ReM)
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...
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...
Curated Video
C++ for Beginners - Encapsulation, Part 1
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
This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance
Curated Video
Learn and Master C Programming - Using 'strcmp' and 'stricmp' functions to compare strings
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...
r/>
This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work...
Curated Video
Learn and Master C Programming - Arguments of main() function - Part 2
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...
r/>
This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute...
Curated Video
Learn and Master C Programming - Working With Strings - Reviewing Strings in C/C++
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...
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...
Curated Video
C++ Developer - Project - Reading Data from File and Printing Statistics
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.
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.
Curated Video
C++ Developer - Variables and Data Types - Part 3
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...
r/>
This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the...
Programming Electronics Academy
Arduino MASTERCLASS | What can Arduino do? PART 1
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,...
Curated Video
Java 11 Programming for Beginners 5.3: Working with Annotations
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
•...
• Add an analysis of financial data based on average spending on each day of week. The new code uses annota
tions
•...
Curated Video
Java 11 Programming for Beginners 2.4: Using Primitive Types
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...
• Quick run through of the various primitive types in
Java
• A brief mention of overflow and
underflow
• A live programming...