Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Packer Debug
In this video, a hands-on lab demonstrates how to use Packer’s debug feature to diagnose issues in a build process. The lab covers how to enable debug logging, view the log output, and use the output to identify where in the build...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Forms I
This video explains forms and how to add a form using an example. 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...
Curated Video
ChatGPT and Prompt Engineering With Advanced Data Analysis - Creating a Computer Program and Debugging
In this video, you will learn to use ChatGPT to create a computer program and effectively debug it. We will use ChatGPT's capabilities to generate code snippets, optimize algorithms, and identify and fix bugs, leveraging ChatGPT3 as a...
Curated Video
Mastering C++ Standard Library Features [Video] - Exceptions in 'constexpr' Functions
Understand the interactions between exceptions and compile-time evaluation of 'constexpr' functions
Curated Video
Design Microservices Architecture with Patterns and Principles - Circuit Breaker States
In this video, we will understand the different states of the Circuit Breaker pattern and discuss the d state, which allows requests to pass through normally; the Open state, which stops requests from reaching the faulty service; and the...
Curated Video
Design Microservices Architecture with Patterns and Principles - Circuit Breaker Pattern
In this video, you will learn the Circuit Breaker pattern, which is a resiliency pattern that helps protect microservices from cascading failures. You will learn how the Circuit Breaker acts as a safety mechanism by monitoring the...
Curated Video
Design Microservices Architecture with Patterns and Principles - Retry Pattern
In this video, we will dive deeper into the Retry pattern, which is one of the key resiliency patterns and explains how the pattern allows microservices to automatically retry failed operations, increasing the chances of successful...
Curated Video
How Did Early Humans Know What To Eat and What To Avoid?
As children, we learn almost entirely through observation and mimicking. From laughter and walking to the use of objects and empathy, we often create the behavior of our lives based on what we witness in others. The same thing is true...
Curated Video
The Taming of the Shrew 4.3 Scene Summary
This video provides a summary of Act 4, Scene 3 from Shakespeare's "The Taming of the Shrew." The scene unfolds at Petruchio's house where Kate pleads with Grumio for food, highlighting her struggles under Petruchio's oppressive control....
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Validating Forms in React - Part 4
You will learn how to highlight the entry box for text using the Event() function to enable us to see where we are making entries into the form.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Tidy the Fetch API Call
Here, you will learn how to clean up the Fetch API, which provides a JavaScript interface for accessing and manipulating protocol parts, such as requests and responses.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Dealing with Errors in Fetch API
Let's understand how to deal with errors in a fetch API. If errors are encountered during a fetch() call, it is often necessary to halt the compiler from reading the next few lines of code, rectifying the code, and re-fetching the API.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Binding the Products
In this video, we will explore binding products, which are articles that can be used as a graphical finishing or as an assembly item for other products.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Square to Circle Component
After completing the inline styles to our components in the previous video, we will take it further by applying more styles to make them more attractive in the project.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Events in React
After learning how to build the visuals of our basic calculator, we will now create events using the () function to define tasks to the buttons created in the visual and use callback functions.
Curated Video
ChatGPT for Salesforce Development - Use ChatGPT to Write Validation Rules
In this video, we will use ChatGPT to create a Salesforce validation rule that triggers an error message whenever an account number contains alphabets instead of numbers. We will also practice the rule on Salesforce to ensure that it...
Curated Video
ChatGPT for Salesforce Development - Use ChatGPT to Write Apex Trigger with Test Coverage - Part 2
In this video, we will use ChatGPT to create an Apex Trigger that prevents users from accidentally deleting high-priority cases. We will also write a test class to ensure that our trigger has complete test coverage and works as expected....
Curated Video
ChatGPT for Salesforce Development - Use ChatGPT to Write Batch Apex Class
In this video, we will begin using ChatGPT to learn more about Batch Apex and its capabilities. We will then create a Batch Apex class that appends “Mytutorialrack” to all contact names and ask the ChatGPT to write the corresponding test...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Deploying Admin as a Static Site: Creating the Site
In this video, you will learn how to deploy admin as a static site: creating the site. This clip is from the chapter "Deploy Strapi in Production" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section,...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Fixing Error Handling
In this video, you will learn how to fix error handling. This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we will cover...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Deleting a Project
In this video, you will learn how to delete a project. This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we will cover...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Providing UI Feedback to the Admin User
In this video, you will learn how to provide UI feedback to the admin user. This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Fetching Data from the Admin Panel
In this video, you will learn how to fetch data from the admin panel. This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section,...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Post Likes: Part 1
In this video, you will learn how to implement our second feature called the Post likes and start working on it. This clip is from the chapter "Extending Strapi Core: Custom Controllers and More" of the series "The Complete Strapiâ„¢...