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:46
Curated Video

Learning Scala Web Development (Video 3)

Higher Ed
The Scala programming language has gained a lot of traction in the last couple of years because of its functional orientation and conciseness. The industry has a strong interest in using Scala in modern production systems, and as such,...
Instructional Video3:42
Curated Video

Learning Scala Web Development (Video 1)

Higher Ed
The Scala programming language has gained a lot of traction in the last couple of years because of its functional orientation and conciseness. The industry has a strong interest in using Scala in modern production systems, and as such,...
Instructional Video7:37
Curated Video

Learn Go in 3 Hours - Declaring Variables

Higher Ed
Go provides multiple ways to declare variables. • This video walks through the three different styles of variable declaration in Go. • Learn about the var keyword and type inference • Learn about the := operator and when to use it •...
Instructional Video4:44
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Introduction to the Course

Higher Ed
This clip is from the chapter "Introduction" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll get an introduction to the course.
Instructional Video16:54
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Building A Stack Using Java

Higher Ed
Here, we build a stack for real using Java. It'll have all the operations we're interested in - push, pop, peek, size etc. This clip is from the chapter "Stacks And Queues" of the series "From 0 to 1: Data Structures & Algorithms in...
Instructional Video12:43
Programming Electronics Academy

Using Arrays with Arduino

Higher Ed
Using Arrays with Arduino
Instructional Video4:39
Curated Video

Creational Design Patterns in Modern C++ - Cloning Types

Higher Ed
This video explains the basics of cloning and demonstrates how to use the prototype pattern to implement it. • Open Qt Creator • Create a new Qt class • Add the files to the correct folders in the course code This clip is from the...
Instructional Video6:24
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Formatting Code in Python

Higher Ed
Python code does not look like your standard programming code (called syntax). Python uses indentation and prefers to not use curly brackets for everything. Let's take a closer look at this. This clip is from the chapter...
Instructional Video7:53
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Initializing a New Node.js Project

Higher Ed
This video demonstrates how to initialize a new Node.js project. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks in detail. It...
Instructional Video4:49
Curated Video

Excel VBA Programming The Complete Guide - Alternate Syntax for Fixed-Size Arrays

Higher Ed
The LowerBound To UpperBound syntax can be used when declaring an array to modify the starting and ending index position. In this lesson, we declare an array of 6 whole numbers. This clip is from the chapter "Arrays" of the series "Excel...
Instructional Video4:53
Curated Video

Learn Go in 3 Hours - What Is Go and Where Does It Come From?

Higher Ed
Developers who are curious about learning Go need reasons to support their feeling that learning Go is a worthwhile investment. • This video gives background information on Go to explain where it came from and how it is used today. •...
Instructional Video10:54
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Printing Output to Console with Java

Higher Ed
This video talks about printing output to console with Java. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video12:06
Curated Video

Vim Masterclass - Text Objects

Higher Ed
This video explains text objects and their working. This clip is from the chapter "Text Objects and Macros" of the series "Vim Masterclass".This section explains text objects and macros.
Instructional Video7:44
Python Programmer

EDA Python - 06-2variable_names

Higher Ed
An introduction to variables in python. What they are and how why they are needed.
Instructional Video7:38
Curated Video

Excel VBA Programming The Complete Guide - Syntax Tips

Higher Ed
In this lesson, we'll explore some tips for writing cleaner and more elegant VBA code. This clip is from the chapter "Variables and Data Types" of the series "Excel VBA Programming–The Complete Guide".In this section, we work with...
Instructional Video6:38
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 26 - Java Conditionals and If Statement – Puzzles

Higher Ed
This video talks about Java conditionals and if statement – puzzles. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Instructional Video16:08
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - List Data Types and Operations

Higher Ed
This video lists data types and operations. This clip is from the chapter "Understanding Python Data Types and Variables" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section focuses on data types...
Instructional Video2:50
Curated Video

Learn and Master C Programming - Software: BIOS, OS and Programs

Higher Ed
We will cover different types of software and the role of OS and its impact on our programs. This clip is from the chapter "Quick Intro To Computer Basics" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Instructional Video14:16
IDG TECHtalk

Which programming language should you learn?

Higher Ed
Selecting which programming language is most appropriate to learn can be a daunting task. While there is overlap among them, they each excel at different functions. InfoWorld senior writer Serdar Yegulalp joins Juliet to discuss the...
Instructional Video3:25
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Basic Arithmetic

Higher Ed
This is fancy talk for "math". Python 3 has a very simple way of performing simple math equations. Don't worry, this isn't calculus. This clip is from the chapter "Beginner-friendly Python" of the series "Python for Everybody: The...
Instructional Video10:49
Curated Video

CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Create Click Event

Higher Ed
Project 1 - Grand Hotel (Based on Flexbox): Create Click Event This clip is from the chapter "Project 1 - Grand Hotel (Based on Flexbox)" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".This section includes a...
Instructional Video9:10
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - OOP Principles-Classes and Objects

Higher Ed
This video explains classes and objects. This clip is from the chapter "Understanding Object-Oriented Principles of Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains OOPs...
Instructional Video10:07
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Lists

Higher Ed
Lists let you store multiple items and preserve the order. Like a grocery list…if you were trying to get in and out of the store as fast as possible. This clip is from the chapter "Beginner-friendly Python" of the series "Python for...