Instructional Video4:59
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Write Multi-Line Comments in JavaScript

Higher Ed
In this video, you will discover how to write multi-line comments in JavaScript, which are great for providing more detailed explanations and notes about specific sections of your code. You will also learn some tips and tricks for...
Instructional Video2:46
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Why Comments Are Important in Programming - In-Line and Multi-Line Comments

Higher Ed
This video will explain the importance of comments in programming and cover two types of comments—in-line and multi-line—that you can use to provide context, explanations, and other helpful information in your code.
<
br/>
This...
Instructional Video4:05
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Create Your First Course Exercise Lesson on Writing Comments in JavaScript

Higher Ed
In this video, you will learn how to create your first course exercise lesson on writing comments in JavaScript.
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the...
Instructional Video1:40
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Verify Your Course Template Is Complete Before Getting Started

Higher Ed
Before getting started with the course, it’s important to verify that your course template on CodeSandbox is complete. This video will guide you through the verification process, ensuring that you have all the necessary files and...
Instructional Video2:16
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Final JavaScript Course Template Review

Higher Ed
This video will provide a final review of the JavaScript course template on CodeSandbox, ensuring that you have all the necessary tools and resources to successfully complete the course and build your own web applications.
<
br/>...
Instructional Video4:20
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Hook Up and Save Your Course Learning Template

Higher Ed
In this video, you will discover how to hook up and save your course learning template in CodeSandbox, so you can easily access it and continue building upon it throughout the duration of the course.
<
br/>
This clip is from the...
Instructional Video4:13
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Building Out the Course Template on CodeSandbox

Higher Ed
This video will walk you through building out the course template on CodeSandbox, providing step-by-step guidance on how to create a web application.
<
br/>
This clip is from the chapter "Introduction and Course Setup" of the series...
Instructional Video1:25
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Create a New Vanilla JS Template on CodeSandbox

Higher Ed
In this video, you will learn how to create a new template for Vanilla JavaScript on CodeSandbox, which will allow you to quickly set up a project and start coding.
<
br/>
This clip is from the chapter "Introduction and Course...
Instructional Video4:19
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are HTML CSS and JavaScript Basics with CodeSandbox

Higher Ed
This video will provide an introduction to the basics of HTML, CSS, and JavaScript using CodeSandbox, so you can start building web applications with confidence.
<
br/>
This clip is from the chapter "Introduction and Course Setup"...
Instructional Video1:29
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - CodeSandbox File Architecture

Higher Ed
This video will explain the file architecture in CodeSandbox, giving you a better understanding of how to organize your files and folders for your coding projects.
<
br/>
This clip is from the chapter "Introduction and Course Setup"...
Instructional Video4:09
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Use CodeSandbox - The Dashboard and Templates

Higher Ed
In this video, you will discover how to use CodeSandbox, exploring its dashboard and templates to help you get started with your coding projects.
<
br/>
This clip is from the chapter "Introduction and Course Setup" of the series...
Instructional Video2:47
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is CodeSandbox and How to Sign In

Higher Ed
In this video, you will learn what CodeSandbox is and how to sign in to this online code editor.
<
br/>
This clip is from the chapter "Introduction and Course Setup" of the series "JavaScript Mastery from Zero to Hero - Prepare for...
Instructional Video2:44
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Follow Along and Do Exercises in This Course - CodeSandbox

Higher Ed
This video will help you understand how to follow along and do exercises in this course, especially in the CodeSandbox IDE.
<
br/>
This clip is from the chapter "Introduction and Course Setup" of the series "JavaScript Mastery from...
Instructional Video2:39
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Course Overview

Higher Ed
This video provides an overview of the course.
<
br/>
This clip is from the chapter "Introduction and Course Setup" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews".This section provides an...
Instructional Video3:36
Curated Video

Behavioral Design Patterns in C++ - Document Framework - II

Higher Ed
In this video, we will continue adding classes to the document framework.
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method...
Instructional Video7:05
Curated Video

Behavioral Design Patterns in C++ - Document Framework - I

Higher Ed
This video explains the example of a document framework and adds the necessary base classes.
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the...
Instructional Video4:22
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Template Method

Higher Ed
This video demonstrates basic implementation of the template method pattern through coding.
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the...
Instructional Video5:03
Curated Video

Behavioral Design Patterns in C++ - Introduction-Template Method

Higher Ed
This video provides an introduction to the template method pattern.
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method behavioral...
Instructional Video3:53
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Strategy Pattern

Higher Ed
This video talks about the pros and cons of the strategy pattern.<br<br/>/>

This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Instructional Video3:57
Curated Video

Behavioral Design Patterns in C++ - Non-Member Strategy Pointer

Higher Ed
In this video, we will see one more alternative to the strategy pattern, where the pointer is passed as an argument into the function, instead of being a member of the class.
<
br/>
This clip is from the chapter "Strategy" of the...
Instructional Video6:52
Curated Video

Behavioral Design Patterns in C++ - Function Strategy - II

Higher Ed
In this video, we will continue to explore the function strategy design pattern, building on the concepts covered in the previous video. We will dive deeper into the implementation of this pattern.
<
br/>
This clip is from the...
Instructional Video7:55
Curated Video

Behavioral Design Patterns in C++ - Function Strategy - I

Higher Ed
In this video, we explore the function strategy design pattern, which allows us to swap out different algorithms at runtime. We will cover the basics of the pattern and how to implement it in JavaScript, as well as some real-world use...
Instructional Video8:07
Curated Video

Behavioral Design Patterns in C++ - Static Strategy

Higher Ed
In this video, we will dive into the static strategy design pattern, which allows us to choose an algorithm at compile-time rather than at runtime. Here, we will see how, in C++, strategy can be implemented more efficiently using...
Instructional Video5:13
Curated Video

Behavioral Design Patterns in C++ - Null Object Pattern

Higher Ed
This video explores the null object pattern, a behavioral design pattern that allows for the handling of null values in a program in a more efficient and safe way. It is also an alternative to null check condition.
<
br/>
This clip...