Instructional Video5:01
Curated Video

Modern JavaScript from the Beginning - Second Edition - Using Object.create()

Higher Ed
In this video, we will explore the Object.create() method and demonstrate how it is used to create objects with a specific prototype. This clip is from the chapter "OOP - Constructors and Prototypes" of the series "Modern JavaScript from...
Instructional Video4:43
Curated Video

Modern JavaScript from the Beginning - Second Edition - Adding Methods to the Prototype

Higher Ed
In this video, we will demonstrate how to add methods to the prototype of an object. We will also discuss the benefits of using prototypes to share methods between objects. This clip is from the chapter "OOP - Constructors and...
Instructional Video4:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - Prototypes and the Prototype Chain

Higher Ed
In this video, we will introduce prototypes and explain how they are used to share properties and methods between objects. We will also discuss the prototype chain and how it is used to look up properties and methods. This clip is from...
Instructional Video7:33
Curated Video

Modern JavaScript from the Beginning - Second Edition - Working with Object Properties

Higher Ed
In this video, we will explore different ways of adding and modifying object properties. We will also discuss property descriptors and how they are used to control the behavior of object properties. This clip is from the chapter "OOP -...
Instructional Video9:53
Curated Video

Modern JavaScript from the Beginning - Second Edition - Literals Versus Built-In Constructors

Higher Ed
In this video, we will discuss the difference between object literals and built-in constructor functions, such as String(), Number(), and Boolean(). We will also explain why it is generally better to use literals instead of constructors....
Instructional Video10:29
Curated Video

Concurrent and Parallel Programming in Python - Using Asynchronous Libraries

Higher Ed
Here, you will learn how some libraries support asynchronous libraries, and others do not. You will also learn to look for those libraries and compare them.
Instructional Video3:01
Curated Video

Concurrent and Parallel Programming in Python - Creating Asynchronous For Loops

Higher Ed
This lesson elaborates on what a for loop does and does not do in an asynchronous program code.
Instructional Video5:38
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Event-Driven Architecture

Higher Ed
In this video, we explore event-driven architecture, discussing its key concepts and benefits and providing practical advice on how to design and implement event-driven systems. This clip is from the chapter "Modern-Day Cloud Concepts"...
Instructional Video6:28
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Async Await Fetch OpenAI and ChatGPT Post Request Pattern

Higher Ed
This video demonstrates the use of async/await and fetch to send a post request to the OpenAI API, allowing ChatGPT to respond to user input in real time.
Instructional Video12:02
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - UPDATE and DELETE Requests

Higher Ed
UPDATE and DELETE requests are essential tools for managing data in web applications; in this video, we will walk through how to structure and implement these requests in your own projects.
Instructional Video8:20
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - GET Request

Higher Ed
In this video, we will take a closer look at GET requests and how they function, as well as some best practices for implementing them in your web applications.
Instructional Video6:56
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteCustomer Action Method

Higher Ed
This video explains the code to delete a customer from the database. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of the series "ASP.NET 6.0 - Build Hands-On Web...
Instructional Video9:25
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Async and Await / 187

Higher Ed
This video explains the async and await keywords in JavaScript. This clip is from the chapter "Asynchronous JavaScript" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains one of the...
Instructional Video8:51
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Asynchronous JavaScript / 181

Higher Ed
This video explains asynchronous JavaScript. This clip is from the chapter "Asynchronous JavaScript" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains one of the difficult topics 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 Video6:24
Curated Video

Design Microservices Architecture with Patterns and Principles - Event-Driven Serverless Microservices Design with AWS Lambda

Higher Ed
This video focuses on designing event-driven serverless microservices using AWS Lambda and event-driven architecture and showcases how AWS Lambda can be used to handle event processing and orchestration in a serverless environment,...
Instructional Video3:51
Curated Video

Design Microservices Architecture with Patterns and Principles - Multiple-Receiver Message-Based Communication (One-to-Many Model-Topic)

Higher Ed
This video introduces the Dependency Inversion Principle as a design principle for building loosely coupled and maintainable microservices architectures. It discusses how applying DIP can facilitate effective asynchronous communication...
Instructional Video4:49
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Asynchronous Communication

Higher Ed
This video dives deeper into the specifics of asynchronous communication and its role in decoupling microservices. It explores how message passing and event-driven architectures can facilitate asynchronous communication between services....
Instructional Video5:40
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Communication Types - Synchronous or Asynchronous Communication

Higher Ed
In this video, you will learn about the two primary types of communication in microservices: synchronous and asynchronous. We will understand the characteristics, benefits, and trade-offs of each approach. This clip is from the chapter...
Instructional Video3:00
Curated Video

Design Microservices Architecture with Patterns and Principles - Identifying and Decomposing Microservices for E-Commerce Domain

Higher Ed
In this video, we apply the knowledge gained from the previous videos to identify and decompose microservices specifically for an e-commerce domain. We will understand the factors to consider creating a well-structured and cohesive...
Instructional Video8:43
Curated Video

What Brain Damage Reveals About Language

6th - Higher Ed
Language is really more related to the brain than any other part of the body. It's where language "happens." Whether you're shaping words with your mouth, signing them with your hands, or writing them on paper, the bulk of the work is...
Instructional Video6:49
Curated Video

Why Does Texting Feel Different from Talking?

6th - Higher Ed
Have you ever stressed out about sending an email, rereading it to see if it sounds okay, or wondering if you added too many exclamation points? Or maybe you feel confident when expressing yourself via text message, but you just can’t...
Instructional Video14:11
Curated Video

Lab 4 Task 4 Synchronous Buck Converter | Power Electronics

Higher Ed
Lab 4 Task 4 Synchronous Buck Converter | Power Electronics
Instructional Video2:31
Curated Video

AWS Certified Data Analytics Specialty 2021 – Hands-On - S3 Replication

Higher Ed
This video explains the concept of Amazon S3 replication (CRR and SRR). This clip is from the chapter "Domain 2: Storage" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, you will learn about the...