Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Transactions on localStorage / 235
This video explains how to store information on local storage. This clip is from the chapter "Project: Budget Tracker" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a new project...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Primitive Versus Reference Types - I / 043
This video explains primitive versus reference types and also discusses the memory and how these datatypes are stored. This clip is from the chapter "Object Literals" of the series "JavaScript Masterclass - Zero to Job-Ready with...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Arrow Functions / 033
This video explains the arrow function in JavaScript along with an example. This clip is from the chapter "Functions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains functions,...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Returning Values / 032
This video explains the return keyword and how to return a value from a function in JavaScript. This clip is from the chapter "Functions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Arguments and Parameters / 031
This video explains arguments and parameters in JavaScript along with an example. This clip is from the chapter "Functions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Ternary Operator / 028-1
This video explains ternary operator in JavaScript. This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains various loops in JavaScript such as...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Scope (Global and Local) / 028
This video explains global and local scope in JavaString with an example. This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains various loops...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - For Loop (in and of) / 019-1
This video explains for loop, which will help you ease your condition while writing for loops. This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Numbers / 011
This video explains numbers and operations in JavaScript along with an example. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - String Methods / 010
This video explains the most popular methods related to strings in JavaScript. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Type Conversion / 017
This video explains type conversion where you will be able to convert data types from string to number or number to string. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Loose Versus Strict Comparison / 016
This video explains the difference between loose and strict comparison along with an example. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Null and Undefined / 014
This video explains data types such as Null and Undefined in JavaScript along with an example. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Literals / 012
This video explains template literals, which is a type of string in JavaScript, and what problem template literals solve. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Naming Conventions / 007-1
This video explains the naming conventions to use in JavaScript. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the basics of...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Variables, Constants, and Comments / 007
This video explains variables, the importance of variables, constants, and comments in JavaScript. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Convert JSON to HCL
This video provides a hands-on lab covering converting a Packer template from JSON to HCL format. The lab covers how to use the Packer init command to convert the template and how to modify the resulting HCL file to update the...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Packer Variables
In this hands-on lab demonstration video, we will work with Packer variables. We will add a variable and local block and update the Packer template to use variables. We will build an image with variables and a variable file. We will...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Using Variables in Packer Templates
After understanding variables and how to declare or define them in a template, you will learn about using the variables in a Packer template, including a general referral in Packer or an interpolation within a string. This clip is from...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Form: Edit Task / 293
This video explains the edit functionality in the Kanban project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Update Task / 289
This video explains how to update a task from the project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a web-based...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Reduce Method / 073
This video explains the reduce method in arrays. This clip is from the chapter "Array Methods" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains methods related to arrays.
Curated Video
Mastering C++ Standard Library Features [Video] - Anatomy of a Lambda
In-depth analysis of lambda expression syntax from C++11 to C++17
Curated Video
Mastering C++ Standard Library Features [Video] - Constant Expressions
Understand what a "constant expression" is and how 'constexpr' allows to create functions that can be executed at compile-time