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 - Lollipop Chart
This video explains the lollipop chart, which displays TV shows with more than 10 seasons.
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 - Donut Chart
This video explains how to create the donut chart in the Netflix dashboard.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Dimension and Measure Filters
This video explains the dimensions and measure filters and how to use them.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dynamic Title / 110
Here, you will learn more about a styled-component module, which allows us to write CSS within JavaScript in a very modular and reusable way in React instead of having one global dynamic class.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Deployment / 090
For the final checkout page to perform the next set of actions, you will learn how to implement an order confirmation before proceeding with the last payment order.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Setup-1
This video explores the components of the project. We will import the index.js file from the previous project and we will create all the required folder structures for the Cinemate project.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Solution: Pages / 083
In this video, you will learn how to use the React router and its components to create a single-page application as a detail page.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dynamic Page Title / 076
In this lecture, the next step is to start building the homepage of the eCommerce site. We will use components to tell React what we want to see on the screen.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - API Fetch: Movie List / 069
In this video, we will learn to fetch specific movies on the Movie list API. We will create a default empty list. We will then learn to send fetch requests to the URLs.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Header and Hero Section/ 208
We will take the project styling further, and look at creating the separate header and Hero sections. The Hero section will have a tagline and subtitle and then the other section with the cards and other components.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Module Level Styling / 024
In this video, we will look at styling the module with CSS, but the scope of the styling is restricted to a particular module only and not applicable elsewhere.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Resources (Important)
In this video, you will learn about the resources used in this course and the multiple tools and code files we will use. The instructor explains everything about the code/resources in detail.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React Loading Skeleton
Here, we will discuss about an interesting package called the React Loading Skeleton that provides a skeleton structure until we receive a response from the app.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dynamic Page Title
In this video, we will learn how to create a dynamic page title using a hook "useTitle.js" and place code to update our title as and when required.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firebase Configuration / 164
In this lesson, we will focus on the configuration part of the Firebase app. We will also work on receiving the information from the Firestore.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firebase Setup / 163
The Firebase Realtime Database is a cloud-hosted NoSQL database that lets you store and sync data between your users in real time. We will look at the setup and authentication.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Homepage / 162
In this lesson, we will begin with creating a section for the homepage and add the individual cards by importing the Postcard state from the components folder.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 160
In this video, we will work on the structuring part of the project WriteNode. We will create the requisite folder structures and importing the required libraries.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dynamic Page Title / 140
In this video, you will learn to validate our forms in React. Here, the form will force us to enter details before we are taken to the product confirmation page.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Product Service: API End Points / 138
This lesson will teach us how to fetch and get product information by ID. This code uses the fetch() function to call the Web API Product controller class.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Reminders App
This video explains the reminders app. 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 and widget.
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - ANN for Image Classification
In this video, we will work on image classification with the MNIST dataset. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this...