Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 23 - Java Conditionals and If Statement – Introduction
This video talks about Java conditionals and if statement – introduction.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 18 - Understanding Primitive Variable Types in Java
This video talks about understanding primitive variable types in Java.
Curated Video
Animal Myths Exposed: Uncovering the Truth About Common Animal Misconceptions
Dive into the fascinating world of animal myths with our expert-led exploration into what's fact and what's fiction. From cats' night vision to ostriches allegedly burying their heads, learn the real behaviors and capabilities of these...
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Boolean & Logical Operators
In this lecture, we will learn about the Boolean datatype and also look at logical operators in Java. We will create statements and have our program evaluate whether the statements are true or false.
Curated Video
Deep Learning - Crash Course 2023 - Python Basics - Data Types
In this video, you will learn about variables, comments in Python, basic data types, Boolean, strings, and Python containers. This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash Course...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Calculated Custom Field - Part 1
In Part 1 of the calculated custom fields lesson, we will understand the concept of computed custom fields and how to create them to perform specific calculations related to project data. This clip is from the chapter "Custom Fields" of...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Blinking Ninja Emoji
In this video, you will learn to create our blinking ninja emoji for our project. We will add features and functionality to the emoji. You will learn to animate the emoji with blinking eyes. This clip is from the chapter "Emoji App" of...
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Item-Based Filtering Data Preparation
In this video, you will learn to implement Python to develop item-based collaborative filtering using Pandas, NumPy, and Matplotlib.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Basic Operators and If Statements
This video explains basic operators and If statements.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet UI
In this video, we will be implementing the functionality to like and unlike tweets in the UI of our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Follow and Unfollow UI
In this video, we will be implementing the follow and unfollow functionality on the user profile UI.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchView 2
In this video, we will explore advanced techniques for implementing a SearchView in your Twitter Clone app.
Curated Video
The Art of Doing - Web Development for Beginners - JavaScript Data Types
In this video, we will dive into different data types in JavaScript, including strings, numbers, Booleans, objects, and undefined. You will learn how to work with these data types and understand their properties and methods. This clip is...
Curated Video
Unraveling the Truth: Viral Wonders on the Internet
Journey through a series of astonishing internet tales, from spiders that seemingly spawn dozens of offspring when crushed to living keychains and plants growing in human lungs. As we debunk or verify each story, we discover fascinating...
Curated Video
Behavioral Design Patterns in C++ - Document Framework - I
This video explains the example of a document framework and adds the necessary base classes. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template...
Curated Video
Behavioral Design Patterns in C++ - Lexing and Parsing
This video explains the Lexing and Parsing analysis. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Toggle Dropdown (Hide) / 122
In this video, you will learn how to effectively handle the chaining of fetch calls to avoid nesting them together, clean up our component code, and abstract those details away from our component code.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dropdown Option / 115
After learning to use the React state hook, we will look at storing variables passed with the () event to put in the product display.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Clear Filter / 114
This lesson demonstrates how to cover key concepts required to filter successfully and concisely.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dark Mode / 107
You will learn to create forms to collect information and validate user information such as billing address, mode of payment, and more.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Rating Component / 105
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 - Products Page / 103
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 - Loading State / 039
Let's focus on the new loading feature, where we will create a state to show the loading of elements. Now that you have learned to fetch elements using a hook, you will now learn to load elements and display the loading image as we wait.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - List Output / 035
In this video, you will learn to complete the user interface for the useEffect hook. We will create a function and fetch a component to create a simple UI to display presentable information.