Curated Video
Modern JavaScript from the Beginning - Second Edition - Using Object.create()
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Adding Methods to the Prototype
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Prototypes and the Prototype Chain
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Working with Object Properties
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 -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Literals Versus Built-In Constructors
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....
Curated Video
Concurrent and Parallel Programming in Python - Using Asynchronous Libraries
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.
Curated Video
Concurrent and Parallel Programming in Python - Creating Asynchronous For Loops
This lesson elaborates on what a for loop does and does not do in an asynchronous program code.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Event-Driven Architecture
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"...
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Async Await Fetch OpenAI and ChatGPT Post Request Pattern
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - UPDATE and DELETE Requests
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - GET Request
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.
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteCustomer Action Method
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Async and Await / 187
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Asynchronous JavaScript / 181
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Challenges of Asynchronous Communication
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Event-Driven Serverless Microservices Design with AWS Lambda
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,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Multiple-Receiver Message-Based Communication (One-to-Many Model-Topic)
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Asynchronous Communication
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....
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Communication Types - Synchronous or Asynchronous Communication
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Identifying and Decomposing Microservices for E-Commerce Domain
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...
Curated Video
What Brain Damage Reveals About Language
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...
Curated Video
Why Does Texting Feel Different from Talking?
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...
Curated Video
Lab 4 Task 4 Synchronous Buck Converter | Power Electronics
Lab 4 Task 4 Synchronous Buck Converter | Power Electronics
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - S3 Replication
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...