Instructional Video5:15
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Overview of AWS

Higher Ed
In this lecture, we will look at Amazon Web Services, which is the most comprehensive and widely adopted web service. We will also discuss its functionality, Amazon Community, security, innovation pace, operational expertise, and so on....
Instructional Video5:46
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Vectorizing Train and Test Data

Higher Ed
After creating the vectorization function, we will input the stories, queries, and answers using the vectorize function that we created using the train data. This clip is from the chapter "Advanced Chatbots with Deep Learning and Python"...
Instructional Video12:19
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - What Is Regression?

Higher Ed
In this video, we will understand what regression is. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will cover machine...
Instructional Video5:25
Curated Video

The Complete Vue.js Course for Beginners - Simple Form

Higher Ed
In this video, we will create a simple form and we will do validation through Vue.js in it. This clip is from the chapter "Form and Validation" of the series "The Complete Vue.js Course for Beginners".In this section, we will look at...
Instructional Video7:06
Curated Video

Oracle Database Administration from Zero to Hero - Using RMAN Recovery Catalog (Part 1 of 3)

Higher Ed
In this video, we will explore the usage of the RMAN Recovery Catalog. You will learn about the differences between using the control file and Recovery Catalog as the RMAN repository. Additionally, you will discover how to create and...
Instructional Video16:18
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Object-Oriented Programming - I

Higher Ed
This video explains the concept of classes and objects in OOP. 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:17
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Find Method / 074

Higher Ed
This video explains the find method, which helps find a number or data and return it. This clip is from the chapter "Array Methods" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video12:48
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Arrow Functions / 033

Higher Ed
This video explains the arrow function in JavaScript along with an example. This clip is from the chapter "Functions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains functions,...
Instructional Video6:19
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Functions - I / 029

Higher Ed
This video explains functions, which is a block of code that is used to perform repetitive tasks. This clip is from the chapter "Functions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video3:45
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Logical NOT / 025

Higher Ed
This video explains the logical operator NOT in JavaScript with an example. This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains various...
Instructional Video3:53
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Control Flow / 018

Higher Ed
This video explains control flow in JavaScript along with an example. This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains various loops in...
Instructional Video8:05
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - How to Run JavaScript Files / 005

Higher Ed
This video explains how to run JavaScript files. 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 basics of JavaScript such as...
Instructional Video4:39
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Post-Processors

Higher Ed
This video provides a hands-on lab that walks through the process of using a post-processor in Packer. The lab covers using the amazon-import post-processor to upload the machine image to an S3 bucket and register it as an AMI in Amazon...
Instructional Video16:52
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Structure (Optional) / 231

Higher Ed
This video explains the HTML template for the project. This clip is from the chapter "Project: Budget Tracker" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a new project in which...
Instructional Video16:13
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Functions - II / 030

Higher Ed
This video explains how to write a function, its syntax, and the types of functions. This clip is from the chapter "Functions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video18:43
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - For Loop / 019

Higher Ed
This video explains for loop in JavaScript along with an example. This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains various loops in...
Instructional Video6:16
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - CSS Types and Order

Higher Ed
This video explains CSS types and selectors. 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 refresher.
Instructional Video8:23
Curated Video

The Heliodome: From Concept to Construction

6th - Higher Ed
This video is an introduction to the Heliodome, an innovative passive ecological construction, and the journey of its creator, Eric Wasser. Building Tomorrow episode 7, part 5
Instructional Video6:03
Curated Video

Sustainable Practices and Tourist Experiences at Feynan

6th - Higher Ed
This video is an exploration of the sustainable practices implemented at Feynan Ecolodge and the unique experiences it offers to tourists. Building Tomorrow episode 7, part 2
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 Video4:06
Curated Video

Design Microservices Architecture with Patterns and Principles - When to Use Monolithic Architecture

Higher Ed
In this video, we will discover the scenarios and considerations for adopting monolithic architecture in software projects. You will learn about the factors influencing the decision to use monolithic architecture and understand its...
Instructional Video3:51
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Principles of Monolithic Architecture -- KISS, YAGNI, DRY

Higher Ed
In this video, dive into essential design principles for monolithic architecture, including KISS (Keep It Simple, Stupid), YAGNI (You Ain't Gonna Need It), and DRY (Don't Repeat Yourself). We will understand how these principles guide...
Instructional Video1:47
Curated Video

Design Microservices Architecture with Patterns and Principles - Benefits of Monolithic Architecture

Higher Ed
Let's explore the advantages and benefits offered by monolithic architecture. We will understand how the centralized nature of monolithic systems simplifies development, deployment, and maintenance processes, providing benefits such as...
Instructional Video3:21
Curated Video

Getting Started with Scrum - Step 16: Hold the Sprint Retrospective Meeting

Higher Ed
In this session, we try to understand the outcome of the review meetings and how the overall Sprint progressed and learn from the mistakes committed in the Sprint; what went right and wrong? What could have gone better?