Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Task Card / 290
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Getter and Setter / 127
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Prototype Inheritance / 123
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Inheritance - II / 121
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Empty Transactions / 240
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Update Task Count / 226
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Final Demo / 216
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Changing CSS Styles / 050
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Attributes (Get/Set) / 049
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.
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Object Literals - II / 038
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...
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 - 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 - Examples of Post-Processors
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Demo - Target Clouds and Build Types Using Packer
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Building Images in Multiple Clouds
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,...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Swipe Library - II / 309
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Drag-Drop Task Card / 295
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...
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 Statistics / 239
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design the Architecture - Scalability - E-Commerce App
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....
Curated Video
Design Microservices Architecture with Patterns and Principles - How to Sync Read and Write Databases in CQRS?
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Best Practices for CQRS and Instagram Database Architecture with CQRS
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...
Curated Video
Getting Started with Scrum - Step 14: Hold Daily Stand-Up Meetings
In this class, we will try and understand the progress of the Sprint and the challenges faced while implementing the backlog items.