Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Wrapper Classes
Wrapper Classes: Wrapper Classes This clip is from the chapter "Wrapper Classes" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about Java Wrapper Classes.
Curated Video
Comprehensive Android Developer Bootcamp - Basic Operations - Add, Div, Mult, Sub...
Deep Dive into Java Programming Language:Basic Operations - Add, Div, Mult, Sub... This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section...
Curated Video
Hands-On WebAssembly for C++ Programmers - Setting Up Your Toolchain
Here, see how you can configure your environment to compile C++ to WebAssembly. • Learn what the tools are • Install the tools on your own system • Verify your tools are working correctly This clip is from the chapter "Running Our First...
Curated Video
Complete Modern C++ - Constant Member Functions
This video explains how to create read-only functions through the const qualifier. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and objects.
Curated Video
Complete Modern C++ - Move Semantics - std::move Function (C++11)
This video shows how to use the std::move function to force move semantics on L-value. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and objects.
Curated Video
Complete Modern C++ - The C++ Compilation Process
This video explains the C++ build process in detail. • Structure of the match function • Learn implementation of match function • Usage example and generated assembly benchmark This clip is from the chapter "Basic Language Facilities" of...
Curated Video
Complete Modern C++ - Perfect Forwarding - Part I (C++11)
This video introduces perfect forwarding, which is a very important concept implemented through R-value references. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type...
Curated Video
Complete Modern C++ - Introduction to Filesystem Library (C++17)
This video gives a glimpse of the features of the filesystem library from the C++17 standard. This clip is from the chapter "File Input and Output" of the series "Complete Modern C++".This section explains about functions in file input...
Curated Video
C++ 20 (2a) New Features - How to Build Examples
Consider problem of building examples using different compilers for each section. • Check how to enable/disable the examples for a section • Build latest GCC from sources • Invoke CMake and make use of the newly compiled GCC This clip is...
Curated Video
Complete Modern C++ - Non-Static Data Member Initializers (C++11)
This video explains this C++11 feature and shows how to use it to initialize class members directly inside a class. • Smart pointers, raw pointers, and references • Function objects • Contiguous sequences This clip is from the chapter...
Curated Video
Complete Modern C++ - Cevelop Installation
In this video, the author explains how to install Cevelop. • Learn type-safe error handling • Understand state machines • Explore recursive data structures This clip is from the chapter "Start Here" of the series "Complete Modern C++".In...
Curated Video
Multi-Paradigm Programming with Modern C++ - Improving Compilation Speed
In this video, we learn about the factors that affect compilation speed and get some practical guidelines for improving it. • Factors affecting compilation speed and common tools to get quick wins • Precompiled headers • How to write...
Curated Video
Comprehensive Android Developer Bootcamp - Integers and Concatenation
Deep Dive into Java Programming Language:Integers and Concatenation This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces you to the...
Curated Video
Complete Modern C++ - this Pointer
This video explains this pointer and its purpose. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and objects.
Curated Video
Complete Modern C++ - Lambda Expressions Capture List - Part I
This video introduces the capture list. This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we will investigate callbacks and lambda expressions.
Curated Video
Complete Modern C++ - Lambda Expressions - Internals
This video shows you how lambda expressions are implemented internally. This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we will investigate callbacks and lambda expressions.
Curated Video
Rust Programming Master Class from Beginner to Expert - Generics and Deref Coercion in Smart Pointers
In this video, we will cover generics and Deref coercion in smart pointers. This clip is from the chapter "Smart Pointers" of the series "Rust Programming Master Class from Beginner to Expert".In this section, you will learn all about...
Curated Video
Mastering Swift 2 Programming (Video 52)
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
Complete Modern C++ - const Qualifier and Compound Types
This video explains how to use const qualifier with pointers and references. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers,...
Curated Video
Complete Modern C++ - The const Qualifier
This video explains the importance of const qualifier and its usage. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers, references, and...
Curated Video
Complete Modern C++ - if constexpr - II
This video shows the internals of how the conditional statements are discarded with compile time of expressions. This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about fold...
Curated Video
C++ 20 (2a) New Features - constexpr Extensions
Consider problem of defining a function that can only be executed at compile time and defining a variable that can only be initialized at compile time. • Define a static variable using constinit specifier • Define a function using...
Curated Video
Mastering Spring Framework Fundamentals - Understanding How Spring Creates Stateless Beans
In this video, we will discuss strings in more detail. This clip is from the chapter "Variables and Data Types" of the series "TypeScript for Beginners".This section introduces you to variables and data types and explains how to use them.
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Asking Great Questions and Debugging Your Code
This video helps you with the solutions of how to debug the code, find solutions online, and the ways to ask good/specific questions. This clip is from the chapter "What Does the Course Cover?" of the series "Full Stack Web Development...