Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Functions
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Creating Accounts
In this video, we will be covering the process of creating user accounts for our application.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Presenting User Profile Images
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth Middleware
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).
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Profile Image Upload
In this video, you will learn how to implement profile image upload functionality in your Twitter Clone app using Node.js and Express framework.
Curated Video
Home of the Future: The Rise of Domestic Robots
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...
Great Big Story
Flip Booked LLC, transforming videos into inmate treasures
Discover how 'Flip Booked LLC' turns videos into flipbooks, providing inmates a tangible connection to their loved ones' moments.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firebase Introduction
The Firebase Realtime Database lets you build rich, collaborative applications by allowing secure access to the database directly from client-side code.
Healthcare Triage
Misunderstanding the Data on Diet, Exercise and Mortality
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...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Categorical Cross Entropy
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...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Resolutions and Aspect Ratios
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...
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - Data Augmentation
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...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Laptop Hardware - CPU and Motherboard
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...
Curated Video
Social Media Automation using Python - Posting Photo with Caption
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...
Curated Video
Social Media Automation using Python - Sending Image to Group
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Firebase Introduction
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...
Curated Video
ChatGPT and Prompt Engineering With Advanced Data Analysis - DALL-E
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Layers of Clean Architecture
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...
Curated Video
Getting Started with Scrum - Step 2: Collect the Project Details
After selecting a product owner, we now look at the next step, which is collecting the details of the Scrum team.
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 - Cache-Aside Pattern for Microservices
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Transactional Boundaries
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Kafka Components - Topic, Partitions, Offset, and Replication Factor
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Service Registry/Discovery Pattern - Microservices Communications Design pattern
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...