Instructional Video3:12
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Suggestion Box

Higher Ed
In this video, we will have a look at the suggestion box where we can add feedback for this course. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video3:19
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Suggestion Box

Higher Ed
In this video, we will take a look at the suggestion box where we can add feedback for this course. This clip is from the chapter "Time Series Basics" of the series "Data Science - Time Series Forecasting with Facebook Prophet in...
Instructional Video7:46
Curated Video

Maternal Marvels: The Super Senses of Pregnancy and Motherhood

6th - Higher Ed
Explore the enhanced senses that develop during pregnancy, such as heightened smell, which persists into motherhood, allowing new mothers to recognize their baby's unique scent and cries among many. This video delves into the scientific...
Instructional Video3:13
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Suggestion Box

Higher Ed
In this video, we will look at the suggestion box where we can add feedback for this course. This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with...
Instructional Video4:53
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Data Contract and Serialization in Kafka

Higher Ed
In this video, we will investigate how serialization is connected to Kafka and how it benefits the overall Kafka architecture. This clip is from the chapter "Data Contract and Serialization in Kafka" of the series "Kafka for Developers -...
Instructional Video2:59
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Introduction

Higher Ed
In this video, you will be introduced to the course and what to expect out of the course. This clip is from the chapter "Getting Started with the Course" of the series "Kafka for Developers - Data Contracts Using Schema Registry".This...
Instructional Video2:45
Curated Video

Social Media Automation using Python - Introduction and Installation

Higher Ed
In this video, you will learn to install and set up a software development kit called facebook-sdk 3.1.0. developed by the Python community, which is easy to use. This clip is from the chapter "Facebook Automation" of the series "Social...
Instructional Video4:57
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Introduction to Schema Registry

Higher Ed
In this video, you will be introduced to Schema Registry and how the Producer and Consumer interacts with Schema Registry. This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data...
Instructional Video3:44
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - What's Inside an AVRO Record?

Higher Ed
In this video, you will learn about what's inside the AVRO record. This clip is from the chapter "AVRO Record- Under the Hood" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section, we will quickly...
Instructional Video7:41
Curated Video

The Science Behind Washing Clothes

6th - Higher Ed
Explore the science of washing different types of clothes. Understand why wool shrinks in hot water, how cotton behaves differently, and the importance of washing at various temperatures. Learn tips to prevent color bleeding and discover...
Instructional Video7:53
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Machine Learning: Section Introduction

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

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Suggestion Box

Higher Ed
In this video, we will have a look at the suggestion box where we can add feedback for this course. This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this...
Instructional Video9:19
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Technical Tasks (Documentation, Excel Formulas, Basic Coding)

Higher Ed
This video covers technical tasks, including documentation, Excel formulas, and basic coding, skills essential for anyone working in a technical field or working with data in their jobs. This clip is from the chapter "Work Hacks and...
Instructional Video5:18
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Creating a Notion Swipe File (Supercharge Your ChatGPT Use)

Higher Ed
In this video, we will create a Notion swipe file to supercharge ChatGPT. You will learn about the benefits of using a swipe file to organize information and the steps involved in creating a swipe file in Notion. This clip is from the...
Instructional Video11:08
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - Ten Cool Applications of ChatGPT

Higher Ed
In this video, we will explore 10 creative applications of ChatGPT. We will explore various novel ways of generating art, composing music, creating virtual characters, designing games, and more. This clip is from the chapter "Ten Cool...
Instructional Video5:57
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - VLookUp in Excel

Higher Ed
In this video, we will be introduced to the VLookUp function in Excel and how ChatGPT can assist in automating this data analysis task. We will use ChatGPT's capabilities to perform VLookUp operations in Excel to analyze/manipulate data...
Instructional Video2:23
Curated Video

Design Microservices Architecture with Patterns and Principles - RabbitMQ Components - Producer, Queue, Consumer, Message, Exchange, Binding

Higher Ed
This video dives into the key components of RabbitMQ. It explains how producers send messages to queues, consumers retrieve messages from queues, exchanges route messages to queues based on bindings, and messages contain the actual data...
Instructional Video3:07
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Client Apps Have Different UI Requirements

Higher Ed
This video highlights the challenge of catering to different UI requirements of client applications in a microservices architecture and discusses the need for a solution that allows the backend to provide tailored responses to different...
Instructional Video2:47
Curated Video

Design Microservices Architecture with Patterns and Principles - How to Follow the Course and Course Slides

Higher Ed
In this video, we will receive guidance on navigating and making the most of the course content. This video provides instructions on accessing and utilizing course slides, ensuring we can effectively follow along and reinforce our...
Instructional Video7:27
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt: Microservices Using Containers and Orchestrators

Higher Ed
In this video, the adaptation of existing microservices to leverage containers and orchestrators is discussed, the process of containerizing microservices, modifying deployment configurations, and integrating with container orchestration...
Instructional Video3:58
Curated Video

Design Microservices Architecture with Patterns and Principles - CI/CD Pipeline Steps for Microservices Deployments

Higher Ed
In this video, the typical steps involved in a CI/CD pipeline for microservices deployments are discussed. It covers activities such as version control, building container images, running tests, deploying to staging environments, and...
Instructional Video2:48
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt Microservices Distributed Caching with Cache-Aside Pattern

Higher Ed
This video explores how to adapt an existing microservices architecture to incorporate distributed caching with the cache-aside pattern. It discusses the steps and considerations involved in integrating caching into the architecture....
Instructional Video3:40
Curated Video

Design Microservices Architecture with Patterns and Principles - The Shared Database Anti-Pattern and Polyglot Persistence

Higher Ed
This video discusses the shared database anti-pattern, where multiple microservices share the same database and highlights the challenges and drawbacks of this approach, such as tight coupling, data conflicts, and scalability...
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...