Instructional Video4:18
Curated Video

Master SQL for Data Analysis - Update and Delete

Higher Ed
Here, you will learn to update a table's fields and delete erroneous or redundant information. This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series "Master SQL for Data Analysis".This section delves...
Instructional Video3:49
Curated Video

Master SQL for Data Analysis - Tables, Columns, Rows

Higher Ed
In this lesson, we will explore tables in a database, and the two-dimensional rows and columns of a table. This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This section focuses on...
Instructional Video4:08
Curated Video

Recommender Systems: An Applied Approach using Deep Learning - Download Libraries

Higher Ed
In this video, you will learn to implement the Amazon recommender system using the TensorFlow recommender based on specific user behavior. You will learn to download and import particular libraries for the project. This clip is from the...
Instructional Video7:49
Curated Video

Deciphering Food Labels and Additives

6th - Higher Ed
Discover how to read food labels and understand the role of various additives in your favorite foods. Learn about the natural and artificial additives found in everyday items like pizza, ketchup, and syrup, and gain insights into their...
Instructional Video2:55
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Lambda Introduction

Higher Ed
After building and testing the chatbot and creating the visual structure, you will learn to create the backend on Amazon Lambda and connect it with our chatbot for seamless working. This clip is from the chapter "Chatbots Development...
Instructional Video4:55
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Salient Features of AWS

Higher Ed
Let's understand the salient features of AWS, including pricing, flexibility and scalability, global architecture, PaaS services, reliability, scheduling, customization, and security. This clip is from the chapter "Chatbots Development...
Instructional Video7:36
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Services of AWS

Higher Ed
This video outlines the various services provided by AWS, including more than 200 services, AWS Compute, AWS Storage, AWS Database, AWS Migration, API Gateway, Cloud management services, WAF and shield, elastic transcoder, and more. This...
Instructional Video7:11
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Dot Product

Higher Ed
In this video, we will discuss Dot Product in NumPy. This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the course, we will dive into the world of...
Instructional Video6:23
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Content Creation (Social Media Posts, eBooks, Blogs and SEO, Video Scripts)

Higher Ed
In this video, you will learn how to create compelling content for social media, blogs, eBooks, and video scripts. Content creation is a valuable skill in today's digital age, and this video will illustrate how to do it well. This clip...
Instructional Video2:08
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Free Product: 250 Prompts for Social Media Content Creators (Swipe File)

Higher Ed
In this video, we will explore a free swipe file of 250 prompts for social media content creators to help them generate innovative ideas and overcome creative blocks. The prompts cover a range of topics and formats and provide tips on...
Instructional Video3:51
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Fetching Individual Document / 262

Higher Ed
This video explains how to fetch information for an individual document. 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...
Instructional Video12:36
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Object-Oriented Programming - II

Higher Ed
This video explains OOP concepts with a few examples. This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains object-oriented...
Instructional Video10:06
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Map Method / 072

Higher Ed
This video explains the map method in arrays that will help update or change the items. This clip is from the chapter "Array Methods" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video12:20
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Creating and Removing Elements / 054

Higher Ed
This video explains how to create and remove elements in DOM. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the document...
Instructional Video8:43
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Events - II / 053-2

Higher Ed
This video explains events in DOM and types of events using an example. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...
Instructional Video15:33
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Objects in Arrays / 041

Higher Ed
This video explains objects in arrays along with an example. This clip is from the chapter "Object Literals" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains object literals and its...
Instructional Video16:24
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Arrays / 013

Higher Ed
This video explains arrays and their importance in JavaScript. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the basics of...
Instructional Video7:41
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Common HTML Tags

Higher Ed
This video explains the common HTML tags. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS refresher.
Instructional Video4:22
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - Introduction to OpenAI

Higher Ed
This video introduces OpenAI, the organization behind ChatGPT. We will gain insights into OpenAI's mission, history, and vision for artificial intelligence, as well as the significance of ChatGPT in the broader context of OpenAI's work....
Instructional Video8:44
Curated Video

The Hidden Dangers of Counterfeit Products

6th - Higher Ed
This video delves into the risks associated with counterfeit products, especially during the holiday season. Learn how to identify fake toys, perfumes, and clothing, and understand the potential health hazards they pose. Experts provide...
Instructional Video10:33
Curated Video

Design Microservices Architecture with Patterns and Principles - Demo: Clean Architecture Code Review - E-Commerce App

Higher Ed
In this video, we will conduct a code review of a demo e-commerce application implemented using Clean Architecture. We will examine the codebase, identify any violations of Clean Architecture principles, and suggest improvements to...
Instructional Video5:29
Curated Video

Design Microservices Architecture with Patterns and Principles - Demo: Layered Monolithic Architecture Code Review - E-Commerce App

Higher Ed
In this video, we will conduct a code review demo of an e-commerce application implemented using a layered monolithic architecture. We will analyze the codebase, identify any potential issues or violations of design principles, and...
Instructional Video2:27
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Agility of New Features, Split Agile Teams-2

Higher Ed
Here, let's explore the challenges that arise in maintaining agility and flexibility in a modular monolithic architecture when multiple agile teams work on different features. We will understand the implications of splitting teams and...
Instructional Video2:19
Curated Video

Getting Started with Scrum - Summary-3

Higher Ed
Here, we will summarize the key concepts learned through this section, such as the Sprint Review meeting, retrospective meeting, introspecting on the achievements of the Sprint cycle, and improving on the Sprint cycle based on budget and...