Instructional Video7:34
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Functions

Higher Ed
In this video, we will be creating notification functions for our full-stack Twitter Clone app. These functions will allow us to send notifications to users when certain events occur, such as when someone follows them or likes their tweet.
Instructional Video5:52
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Creating Accounts

Higher Ed
In this video, we will be covering the process of creating user accounts for our application.
Instructional Video8:39
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Presenting User Profile Images

Higher Ed
In this video, the presenter shows how to present the user profile images in the app UI by creating a route to serve the static files.
Instructional Video17:22
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth Middleware

Higher Ed
In this video, we will implement an authentication middleware that checks whether a user is authorized to access certain routes by verifying their JSON Web Token (JWT).
Instructional Video13:46
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Profile Image Upload

Higher Ed
In this video, you will learn how to implement profile image upload functionality in your Twitter Clone app using Node.js and Express framework.
Instructional Video6:37
Curated Video

Home of the Future: The Rise of Domestic Robots

6th - Higher Ed
Explore how new technologies are making household chores a thing of the past. From robot vacuum cleaners to automated cat litter boxes, discover the machines designed to save us time and effort. These innovations promise a future where...
Instructional Video2:23
Great Big Story

Flip Booked LLC, transforming videos into inmate treasures

12th - Higher Ed
Discover how 'Flip Booked LLC' turns videos into flipbooks, providing inmates a tangible connection to their loved ones' moments.
Instructional Video6:59
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firebase Introduction

Higher Ed
The Firebase Realtime Database lets you build rich, collaborative applications by allowing secure access to the database directly from client-side code.
Instructional Video4:50
Healthcare Triage

Misunderstanding the Data on Diet, Exercise and Mortality

Higher Ed
We’ve got another nutrition study making a splash in the media. This time we’ve got a combination of diet and exercise claims, complete with all our favorite things: Observational study, limited self-reports, and way too many factors to...
Instructional Video8:11
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Categorical Cross Entropy

Higher Ed
In this video, you will learn about categorical cross entropy, which is used in multiclass classification. This clip is from the chapter "In-Depth: Loss Functions" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video6:03
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Resolutions and Aspect Ratios

Higher Ed
More resolution means a more detailed picture. Monitor resolutions have increased for decades, and a good tech understands common resolutions and aspect ratios. This clip is from the chapter "Book Chapter 17 - Display Technologies" of...
Instructional Video8:55
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Data Augmentation

Higher Ed
In this video, you will learn about data augmentation. This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this section, we will cover a...
Instructional Video6:44
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Laptop Hardware - CPU and Motherboard

Higher Ed
Laptops have many technician-replaceable parts. Check for online documentation before starting and proceed with caution. Mike explores laptop dissection in this episode. This clip is from the chapter "Book Chapter 23 - Portable...
Instructional Video4:25
Curated Video

Social Media Automation using Python - Posting Photo with Caption

Higher Ed
In this lesson, we will understand how to post a photo or an image with a caption over Facebook using the put_photo() function and posting the caption along with it as a comment. This clip is from the chapter "Facebook Automation" of the...
Instructional Video2:27
Curated Video

Social Media Automation using Python - Sending Image to Group

Higher Ed
After learning how to create a group link using the pywhatkit.sendwhats_image function, you will learn to send images to members within the group using the group link instead of the contact numbers, just as we did while sending images to...
Instructional Video6:59
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Firebase Introduction

Higher Ed
This video introduces you to Firebase and explains its usage. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will learn about the powerful...
Instructional Video9:29
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - DALL-E

Higher Ed
In this video, we will explore DALL-E, generate high-quality images from textual descriptions, and its potential applications in various industries, provide practical tips for using it effectively, and integrate it into creative...
Instructional Video2:44
Curated Video

Design Microservices Architecture with Patterns and Principles - Layers of Clean Architecture

Higher Ed
In this video, we will explore the layers constituting Clean Architecture, such as the Entities, Use Cases, and Interface Adapters. We will understand the responsibilities of each layer and how they collaborate to create a decoupled and...
Instructional Video2:13
Curated Video

Getting Started with Scrum - Step 2: Collect the Project Details

Higher Ed
After selecting a product owner, we now look at the next step, which is collecting the details of the Scrum team.
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:21
Curated Video

Design Microservices Architecture with Patterns and Principles - Cache-Aside Pattern for Microservices

Higher Ed
This video introduces the cache-aside pattern, which is a common pattern used in microservices architectures for distributed caching. It explains how the cache-aside pattern works and how it can improve system performance by caching data...
Instructional Video5:50
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Transactional Boundaries

Higher Ed
This video discusses various strategies for defining transactional boundaries between microservices, such as using event-driven architectures, compensating transactions, or adopting a saga pattern to ensure data consistency and...
Instructional Video4:13
Curated Video

Design Microservices Architecture with Patterns and Principles - Kafka Components - Topic, Partitions, Offset, and Replication Factor

Higher Ed
This video delves deeper into the key components of Apache Kafka. It explains topics as logical event streams, partitions for data distribution, offsets for message ordering, and replication factor for data redundancy and fault...
Instructional Video5:36
Curated Video

Design Microservices Architecture with Patterns and Principles - Service Registry/Discovery Pattern - Microservices Communications Design pattern

Higher Ed
The Service Registry/Discovery pattern is discussed in this video to facilitate service-to-service communication and explains how this pattern involves maintaining a central registry of available services and provides mechanisms for...