Curated Video
Complete Modern C++ - Type Conversions - Part III (User to Primitive Type)
This video explains how to implement type conversion operator function to convert a user-defined type into primitive type. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about...
Curated Video
Multi-Paradigm Programming with Modern C++ - On Development Tools
You only need a compiler and a text editor to begin working with C++. Professional development requires more tools. This video provides an overview of the most important ones. • Hardware and build acceleration • Version control,...
Curated Video
Mastering Swift 2 Programming (Video 11)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Curated Video
Mastering Swift 2 Programming (Video 43)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Curated Video
Mastering Swift 2 Programming (Video 40)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Curated Video
Mastering Swift 2 Programming (Video 39)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Curated Video
Mastering Swift 2 Programming (Video 16)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Curated Video
Learn and Master C Programming - Using Our Library in a Project - The Un-recommended Approach
We will look at 3 different ways to use our library from a console application that we create together. This clip is from the chapter "Creating C Libraries (Static LIBs)" of the series "Learn and Master C Programming For Absolute...
Curated Video
Learn and Master C Programming - Forward Declarations in C/C++
We will look at when and why we need to use forward declaration and then learn how to split our code into multiple files. This clip is from the chapter "Working with Header Files and Multiple Source Files" of the series "Learn and Master...
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
High Performance Scientific Computing with C 2.4: Compiler Optimizations
How can we use the compiler to automatically speed up our programs? • Learn about the basic -O optimizations • See how -Ofast-math can squeak out even better optimizations • See why -Ofast-math isn’t enabled by default
Curated Video
Multi-Paradigm Programming with Modern C++ - Compile-Time Evaluation Using constexpr
Some expressions can be evaluated during compilation. This lets us improve performance, and also compute constants, which improves code readability. • About constant expressions • What code can become a constexpr? • Live coding: instant...
Curated Video
Multi-Paradigm Programming with Modern C++ - Going Functional
Why use function objects together with instead of loops? How to write great lambda expressions easily, and how to master the capture block. • Implementing search with a simple loop and with an algorithm • Mastering the capture block •...
Curated Video
Complete Modern C++ - Type Conversions - Part I (Basics)
This video discusses on conversion between types using C++ casting operators. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about overloading and type conversion.
Curated Video
Learn and Master C Programming - #define directive
We will learn how to use #define for defining symbolic constants as well as macros. This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look...
Curated Video
Apache Maven Beginner to Guru - Overview Maven Lifecycle Plug-ins
This video presents an overview of the Maven lifecycle plug-ins. This clip is from the chapter "Common Maven Plug-ins" of the series "Apache Maven: Beginner to Guru".This section introduces you to various Maven plug-ins, such as Maven...
Curated Video
High Performance Scientific Computing with C 3.3: Vectorizing with AVX
How can we use automatic vectorization to speed up our code? What vectorization options currently exist? • Learn about the history of vector instructions • Learn how to compile with AVX/AVX2 • Learn about the latest AVX-512 instruction set
Curated Video
Complete Modern C++ - Template Argument Deduction and Instantiation
This video explains how template arguments are deduced. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding, variadic templates, class...
Curated Video
Learn and Master C Programming - Understanding Conditional Compilation
We will learn about new preprocessor directives used for conditional compilation of code. This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...
Curated Video
Mastering Swift 2 Programming (Video 41)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Curated Video
TypeScript for Beginners - First Program in Visual Studio Code
This video demonstrates how to create your first TypeScript program in Visual Studio Code. This clip is from the chapter "Variables and Data Types" of the series "TypeScript for Beginners".This section introduces you to variables and...
Curated Video
Apache Maven Beginner to Guru - Generating Java Classes with Project Lombok and Maven
This video explains how to generate Java classes using project Lombok and Maven. This clip is from the chapter "Generating Source with Maven" of the series "Apache Maven: Beginner to Guru".This section is about Generating Source with Maven.
Curated Video
Apache Maven Beginner to Guru - Challenge - Creating a Lombok Project with Maven
This video presents a challenge to create a Lombok project with Maven. This clip is from the chapter "Generating Source with Maven" of the series "Apache Maven: Beginner to Guru".This section is about Generating Source with Maven.
Programming Electronics Academy
Lesson 6 | Arduino Toolchain Overview | Arduino Crash Course
Lesson 6 | Arduino Toolchain Overview | Arduino Crash Course