Hi, what do you want to do?
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Fetch News Data / 245
This video explains how to fetch news data for the project.
<
br/>
This clip is from the chapter "Project: News Portal" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains how to...
<
br/>
This clip is from the chapter "Project: News Portal" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains how to...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Structure (Optional) / 242
This video explains the HTML template for the project.
<
br/>
This clip is from the chapter "Project: News Portal" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains how to create...
<
br/>
This clip is from the chapter "Project: News Portal" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains how to create...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Demo - Integrating Packer with GitLab CI/CD
This video demonstrates how to use Packer with GitLab CI/CD to automate the build process and ensure that images are continuously updated with the latest changes.
<
br/>
This clip is from the chapter "Packer Integrations" of the...
<
br/>
This clip is from the chapter "Packer Integrations" of the...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Integrating Packer with Red Hat Ansible
This video provides a hands-on lab that covers how to use Packer with Red Hat Ansible to automate the configuration of virtual machine images.
<
br/>
This clip is from the chapter "Packer Integrations" of the series "Automating...
<
br/>
This clip is from the chapter "Packer Integrations" of the series "Automating...
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 - Introduction to Post-Processors
This video provides an overview of post-processors in HashiCorp Packer, explaining what they are and how they can be used to perform additional processing on the generated machine image. The video also covers some of the built-in...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Provisioners
In this lab demonstration, we will look at a showcase of adding provisioners to our Packer template. We will add a Packer provisioner to install updates and the nginx device. We will validate the Packer template and build a new image...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Examples of Different Provisioners
In this video, we will explore examples of different provisioners, including how to upload a single file and multiple files in a local directory. We will explore executing a script and running commands on the machine.
<
br/>
This...
<
br/>
This...
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.
<
br/>
This...
<
br/>
This...
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
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Building Images for Different Operating Systems
After learning to build images in Linux using Packer, we will explore the same image-building concepts on the Windows OS. We will update the Packer template to support multiple operating systems builds, validate the Packer template,...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Structure (Optional) / 303
This video explains the structure for the project.
<
br/>
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 on...
<
br/>
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 on...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Selectors
This video explains the importance of selectors.
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and...
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - CSS Types and Order
This video explains CSS types and selectors.
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS...
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - HTML Semantics II
This video continues to explain HTML semantics and explains the tag called img.
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Id and Classes
This video explains ID and classes used to give a division to a tag.
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" 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 - Linking Page
This video explains the linking page in HTML.
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS...
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Media Tags
This video explains the media tags in HTML.
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS...
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Head Section
This video explains the head section in HTML.
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS...
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS...
Curated Video
ChatGPT and Prompt Engineering With Advanced Data Analysis - DALL-E
In this video, we will explore DALL-E, generate high-quality images from textual descriptions, and its potential applications in various industries, provide practical tips for using it effectively, and integrate it into creative...
Curated Video
Design Microservices Architecture with Patterns and Principles - WebSocket API Real-Time Two-Way Communications
In this video, we will get introduced to the WebSocket API and its ability to facilitate real-time, two-way communication between clients and servers. We will understand how WebSocket differs from traditional HTTP and how it can be...
Curated Video
Design Microservices Architecture with Patterns and Principles - Transaction Management of Monolithic Architecture-1
In this video, let's learn about the challenges and strategies for managing transactions within a monolithic architecture. We will understand how to ensure data consistency and handle distributed transactions effectively. We will...
Curated Video
Design Microservices Architecture with Patterns and Principles - Evaluate Layered Monolithic Architecture
In this video, we will evaluate the layered monolithic architecture used in the e-commerce application. We will assess its strengths and weaknesses, considering maintainability, scalability, and flexibility. We will discuss potential...