Great Big Story
Exploring the inspirations behind Goose Creek Tower
Join Phillip Paul Weidner, an MIT alumni and builder, as he details his journey constructing the whimsical Goose Creek Tower, inspired by his love for architecture and poetry.
Curated Video
SQL Server Course for Beginners with 100+ examples - UNIQUE Constraint
Learn how to work with the UNIQUE constraint in SQL to uniquely identify each record in a database table. It enforces the uniqueness of column values. This clip is from the chapter "Constraints in SQL" of the series "SQL Server Course...
Curated Video
Behavioral Design Patterns in C++ - Undo - III
This video will help you implement the undo method of several command classes. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which...
Curated Video
Behavioral Design Patterns in C++ - TextPad - III
In this video, we will implement the input handling functionality in the application class. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design...
Curated Video
Behavioral Design Patterns in C++ - FindDialog - II
In this video, you will see how the dialog box handles the event from the button using the command pattern. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Curated Video
Learn Tableau by Working on Exciting Dashboards - Key Performance Indicator (KPI)
This video explains how to create the key performance indicator in the Netflix analysis dashboard.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Bar Charts (Top 10)
This video explains how to create bar charts, which will show the top 10 genres, top 10 directors, and top 10 cast members in the dataset.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Stacked Bar and Dual Axis Charts
This video explains the stacked bar and dual-axis charts in the Netflix dashboard.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Country Map
This video explains how to create a map that shows us which TV shows or movies were produced in which countries using country dimensions.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Donut Chart
This video explains how to create the donut chart in the Netflix dashboard.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Tableau Generated Fields
This video explains Tableau generated fields and how we can use them.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - TaskMate Demo
In this demonstration of the project, you will learn to create displays and we will build the project based on the concepts learned. We will make a project called TaskMate, a to-do list.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - useState: Multiple Updates / 011
In this video, we will discuss the problems we face when using the setCount. The value of the Count remains constant; hence, when using multiple iterations of a setCount function, the value of the variables does not change either.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - State Introduction: useState / 010
In this video, we will explore further about a state and then understand in detail the useState, a React hook that lets you add a state variable to a component.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Why We Need States? / 009
In this lesson, you will learn about a state, the current value of a variable, which can constantly change, increase or decrease based on the function called. The state defines how a variable behaves at any given point.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Solution: WordCount / 158
In this video, we will look at a demonstration to add an extra layer of security to the user and plain password authentication.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Widget Configuration
This video explains the widget configuration. This clip is from the chapter "Data Sync Between App and Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the data sync between app...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Timeline Provider-3
This video explains the timeline provider view. This clip is from the chapter "Data Sync Between App and Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the data sync between app...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Reminder Widget View
This video explains the reminder widget view. This clip is from the chapter "Data Sync Between App and Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the data sync between app...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Reminder Widget Entry
This video explains the reminder widget entry. This clip is from the chapter "Data Sync Between App and Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the data sync between app...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Regression Notebook
In this video, we will understand linear regression by proving the Mosse law true. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section,...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Introduction
In this video, we will introduce Facebook Prophet and understand the course learning objective. This clip is from the chapter "Welcome" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".Welcome to the...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - App and Widget Data Sync
This video explains the app and widget data sync. This clip is from the chapter "Data Sync Between App and Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the data sync between...
Curated Video
Social Media Automation using Python - Displaying the Video Data
After fetching video data based on ID, you will learn to display relevant information of the video details, such as video titles, snippets, and content knowledge. This clip is from the chapter "YouTube Automation" of the series "Social...