Instructional Video3:18
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Bonus Lecture: The ONE ChatGPT Prompt to Rule Them All (Promptception)

Higher Ed
In this video, we will understand the concept of “Promptceptionâ€, which involves using one ChatGPT prompt to generate multiple layers of prompts and ideas. We will walk through a step-by-step process for creating a “meta-promptâ€...
Instructional Video2:42
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Tailoring Your Messaging to Audience Archetypes

Higher Ed
This video focuses on tailoring messaging to different audiences to improve the quality of responses from ChatGPT. You will learn about the different audience archetypes and approaches for creating messaging that resonates with each...
Instructional Video4:56
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - How to Use Expert Personas

Higher Ed
This video focuses on how to use expert personas to enhance the quality of responses from ChatGPT. You will learn about the benefits of using expert personas and strategies for creating and using them effectively, with examples of how...
Instructional Video8:57
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Writing Packer Templates

Higher Ed
In this lab demonstration, we will create our first Packer template. We will create a source block, validate the Packer template, create a building block, and build a new image using Packer. This clip is from the chapter "Writing Packer...
Instructional Video10:37
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Ordering Data / 260

Higher Ed
This video explains order by a filter, which helps us get data either in ascending or descending order. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this...
Instructional Video14:13
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Numbers / 011

Higher Ed
This video explains numbers and operations 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 section explains the...
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 Video5:57
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Useful Features of Provisioners

Higher Ed
Here, we will examine the useful features of provisioners that run on specific builds and use “only” and “except” to run the provisioner with specific builds. We will also delve into build-specific overrides. We will look at the timeouts...
Instructional Video5:15
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Examples of Different Provisioners

Higher Ed
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. This clip is from...
Instructional Video18:01
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Filter Documents / 276

Higher Ed
This video explains how to filter the documents in the bookmark manager. This clip is from the chapter "Project: Bookmark Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Instructional Video3:13
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - List

Higher Ed
This video explains list and the types of lists in HTML 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...
Instructional Video7:07
Curated Video

Alteryx Advanced - Machine Learning Part 4

Higher Ed
In this video, you will learn to deploy and operationalize ML models using Alteryx, create a scoring macro, publish a predictive model to a REST API, and use Alteryx Server to manage and monitor machine learning workflows. This clip is...
Instructional Video9:52
Curated Video

Introduction and Construction of Feynan Ecolodge

6th - Higher Ed
This video is an overview of eco-housing and the challenges of designing architecture that is both revolutionary and practical, followed by a detailed look at the construction of the Feynan Ecolodge in Jordan, integrating traditional...
Instructional Video2:34
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is Load Balancer? Use Load Balancer to Split the Load with Consistent Hashing

Higher Ed
In this video, we will gain an understanding of load balancers and their role in distributing incoming network traffic across multiple servers. You will learn about consistent hashing, a technique used to allocate requests to specific...
Instructional Video5:03
Curated Video

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

Higher Ed
In this video, we will apply the layered architecture pattern to design an e-commerce application. We will define the layers and their responsibilities, ensuring a clear separation of concerns and a modular structure that facilitates...
Instructional Video5:16
Curated Video

Design Microservices Architecture with Patterns and Principles - Choosing the Right Architecture for Your Application

Higher Ed
This video will explore the factors to consider when selecting an architecture for our application. This video discusses various architectural options, strengths, and suitability for different scenarios, empowering us to make informed...
Instructional Video2:37
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt: Microservices Architecture with Database Sharding Pattern - Cassandra

Higher Ed
The video demonstrates how to adapt an existing microservices architecture with the database sharding pattern using Cassandra as the underlying database technology, the process of integrating Cassandra into the microservices ecosystem...
Instructional Video2:51
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is Data Partitioning? And Why We Are Using Data Partitioning?

Higher Ed
The video introduces the concept of data partitioning and explains its purpose in microservices data management and discusses the benefits of data partitioning and explores the idea of distributing data across multiple partitions or...
Instructional Video1:36
Curated Video

Design Microservices Architecture with Patterns and Principles - RabbitMQ Architecture

Higher Ed
This video explains components such as brokers, exchanges, queues, and connections, and how they work together to enable reliable and scalable messaging. It also touches upon topics such as message persistence and clustering in RabbitMQ....
Instructional Video2:32
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Microservices Architecture with Fan-Out Publish/Subscribe Messaging

Higher Ed
This video showcases the design considerations and implementation of a microservices architecture using the fan-out publish/subscribe messaging pattern and explores how this pattern can enhance the scalability and flexibility of...
Instructional Video1:42
Curated Video

Design Microservices Architecture with Patterns and Principles - Challenges of Asynchronous Communication

Higher Ed
This video highlights the potential challenges and considerations when implementing asynchronous communication in microservices. It addresses issues such as message ordering, eventual consistency, and error handling that developers need...
Instructional Video2:07
Curated Video

Design Microservices Architecture with Patterns and Principles - Service-to-Service Communications Chain Queries

Higher Ed
The concept of chain queries in service-to-service communication is discussed in this video and explains how chain queries involve making sequential requests to multiple microservices to fulfill a client's request and highlights the...
Instructional Video3:09
Curated Video

Design Microservices Architecture with Patterns and Principles - Gateway Aggregation Pattern

Higher Ed
This video explores the gateway aggregation pattern, which allows the API gateway to aggregate data from multiple microservices and present it as a single unified response to clients and discusses the benefits of this pattern, such as...
Instructional Video2:45
Curated Video

Design Microservices Architecture with Patterns and Principles - Gateway Routing pattern

Higher Ed
The gateway routing pattern is explained in detail in this video. It describes how the API gateway acts as a routing layer that directs client requests to the appropriate microservice based on various criteria such as URL paths, headers,...