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
Learning Scala Web Development (Video 3)
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,...
Curated Video
Learning Scala Web Development (Video 1)
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,...
Curated Video
Learn Go in 3 Hours - Declaring Variables
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 •...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Introduction to the Course
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.
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Building A Stack Using Java
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...
Curated Video
Creational Design Patterns in Modern C++ - Cloning Types
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Formatting Code in Python
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Initializing a New Node.js Project
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...
Curated Video
Excel VBA Programming The Complete Guide - Alternate Syntax for Fixed-Size Arrays
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...
Curated Video
Learn Go in 3 Hours - What Is Go and Where Does It Come From?
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. •...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 07 - Printing Output to Console with Java
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...
Curated Video
Vim Masterclass - Text Objects
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.
Python Programmer
EDA Python - 06-2variable_names
An introduction to variables in python. What they are and how why they are needed.
Curated Video
Excel VBA Programming The Complete Guide - Syntax Tips
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 26 - Java Conditionals and If Statement – Puzzles
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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - List Data Types and Operations
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...
Curated Video
Learn and Master C Programming - Software: BIOS, OS and Programs
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...
IDG TECHtalk
Which programming language should you learn?
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Basic Arithmetic
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...
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Create Click Event
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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - OOP Principles-Classes and Objects
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Lists
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...