Instructional Video17:10
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Task Card / 290

Higher Ed
This video explains the task card. 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 Kanban style application...
Instructional Video7:09
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Getter and Setter / 127

Higher Ed
This video explains the getter and setter keywords in OOP using an example. This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video13:53
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Prototype Inheritance / 123

Higher Ed
This video explains how inheritance works with this prototype method. This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video4:45
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Inheritance - II / 121

Higher Ed
This video explains how to create a new method for the child to change the rank using inheritance. This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...
Instructional Video4:12
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Empty Transactions / 240

Higher Ed
This video explains how to resolve the issue with an empty transactions using an if statement. This clip is from the chapter "Project: Budget Tracker" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Instructional Video6:06
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Update Task Count / 226

Higher Ed
This video explains how to update the task count using messageSpan. This clip is from the chapter "Project: Todo List Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video1:43
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Final Demo / 216

Higher Ed
This video explains the final look of the project. This clip is from the chapter "Project: Quiz Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will put your newfound...
Instructional Video8:03
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Changing CSS Styles / 050

Higher Ed
This video explains how to change CSS styles with an example. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the document...
Instructional Video15:35
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Attributes (Get/Set) / 049

Higher Ed
This video explains attributes in DOM using an example. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the document object model.
Instructional Video11:00
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Object Literals - II / 038

Higher Ed
This video explains how to create an object along with its properties in JavaScript. This clip is from the chapter "Object Literals" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video5:38
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Null and Undefined / 014

Higher Ed
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...
Instructional Video11:16
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Variables, Constants, and Comments / 007

Higher Ed
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...
Instructional Video4:52
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Convert JSON to HCL

Higher Ed
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...
Instructional Video7:26
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Examples of Post-Processors

Higher Ed
In this video, several examples of post-processors are discussed, including the docker-import post-processor, which imports the machine image into Docker, and the vagrant post-processor, which exports the image as a Vagrant box. The...
Instructional Video4:15
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Target Clouds and Build Types Using Packer

Higher Ed
After learning to create images using Packer in multiple regions, OS, and clouds within a single Packer template, you will learn to perform updates to a subset of the different variations. This clip is from the chapter "Builders" of the...
Instructional Video7:02
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Building Images in Multiple Clouds

Higher Ed
After learning how to create images using Packer in multiple regions and operating systems, we will explore how Packer can build images in multiple cloud environments. We will update the Packer template to support multiple clouds,...
Instructional Video19:44
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Swipe Library - II / 309

Higher Ed
This video explains how to customize the swipe library in the project. This clip is from the chapter "Project: notNotion" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the project...
Instructional Video16:53
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Drag-Drop Task Card / 295

Higher Ed
This video explains the drag and drop task card of 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...
Instructional Video15:51
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Form: Edit Task / 293

Higher Ed
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...
Instructional Video19:29
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Update Statistics / 239

Higher Ed
This video explains how to update the statistics and will help you understand filter and reduce. This clip is from the chapter "Project: Budget Tracker" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...
Instructional Video3:52
Curated Video

Design Microservices Architecture with Patterns and Principles - Design the Architecture - Scalability - E-Commerce App

Higher Ed
In this video, we will explore the process of designing scalable architecture for an e-commerce application. Learn about the key considerations and design patterns involved in achieving scalability, including load balancing and caching....
Instructional Video3:11
Curated Video

Design Microservices Architecture with Patterns and Principles - How to Sync Read and Write Databases in CQRS?

Higher Ed
This video provides insights into the best practices for designing and implementing CQRS in a microservices architecture and explores topics such as data modeling, event sourcing, read and write scalability, and data synchronization...
Instructional Video3:03
Curated Video

Design Microservices Architecture with Patterns and Principles - Best Practices for CQRS and Instagram Database Architecture with CQRS

Higher Ed
This video discusses the advantages and disadvantages of implementing the Command Query Responsibility Segregation (CQRS) pattern, the benefits of improved performance, scalability, and flexibility in data handling, as well as the...
Instructional Video2:51
Curated Video

Getting Started with Scrum - Step 14: Hold Daily Stand-Up Meetings

Higher Ed
In this class, we will try and understand the progress of the Sprint and the challenges faced while implementing the backlog items.