Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Opacity and Important
In this video, you will learn how to adjust the opacity of elements in CSS3 using the opacity property. We will understand how to make elements transparent or semi-transparent to create interesting visual effects.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Pseudo-Classes Part 1
In this video, we will discover the power of pseudo-classes in CSS3 and learn to target elements based on specific states or interactions. We will explore commonly used pseudo-classes such as :hover, :active, and :focus, and understand...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Float
In this video, we will delve into CSS3's float property and learn to create floating elements that can be positioned to the left or right of their containing elements. We will understand the intricacies of the float property and its...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Positions
In this video, we will dive into the world of CSS3 positioning and understand how to precisely place elements on your webpages. You will learn about static, relative, absolute, and fixed positioning, and discover how to use them to...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Text Alignment
In this video, you will learn how to control the alignment of text in your webpages using CSS3. We will discover the various text alignment options available, such as left, right, center, and justify, and how to apply them to different...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Selectors and Colors in CSS3
In this video, we will dive into the world of selectors and colors in CSS3, different types of selectors, and how they can be used to target specific HTML elements. We will explore the wide range of color options available in CSS3.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - HTML5 Attributes
In this video, you will learn about HTML5 attributes and how they enhance the functionality and behavior of HTML elements. We will discover commonly used attributes such as id, class, src, href, and more to customize and control the...
Curated Video
Concurrent and Parallel Programming in Python - Combining Async and Multiprocessing
Combining Async and Multiprocessing
Curated Video
Concurrent and Parallel Programming in Python - Creating a Yaml Reader
Now that we have the Yaml pipeline defined, we will implement something to read this file or any other file that has a queue worker structure to create our pipeline for us.
Curated Video
Concurrent and Parallel Programming in Python - Queues and Master Scheduler
In the previous lessons, you learned how to set up our Wikipedia reader and the Yahoo Finance worker; we will now systemize the process and create separate process entities. You will learn to create queues, take elements, and place them...
Curated Video
Concurrent and Parallel Programming in Python - Creating a Wikipedia Reader
After comprehensively practicing our basic threading creation, we will look at the project we will create to implement threading more effectively.
Curated Video
Type-Safe Interfaces with Modern C++ - std::string_view – Introduction
Learn about `std::string_view`, introduced in C++17.
Great Big Story
Pog, the nostalgic game with a rich history
Dive into the history of Pogs, from 17th century Japan to 90s classrooms in Hawaii, and rediscover the classic game that captivated a generation.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Pairing Elements in Multi-Dimensional Arrays
In this video, we will discuss the solution to the exercise on pairing elements in multi-dimensional arrays from the previous video. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Pairing Elements in Multi-Dimensional Arrays
This is an exercise video where you will be pairing elements in multi-dimensional arrays. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from Zero to Hero -...
Curated Video
Vue.js 3 and Firebase for Beginners - The Menu UI
This video talks about the Menu view page, which is going to be split into two sections. On the left, we are going to include the menu where we will include the pizzas in a list. This clip is from the chapter "Project UI" of the series...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Is Inheritance in Solidity
This video explains the concept of inheritance in Solidity, a way to reuse and extend the functionality of smart contracts. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the series "The...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What are Contracts Review in Solidity
This video explores the concept of contract reviews in Solidity and how they can help improve the security and reliability of your smart contracts. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)"...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of a Document Database - MongoDB
This video explains MongoDB with an example of a document database. This clip is from the chapter "Databases" of the series "Web Development Concepts for Everyone".This section explains databases such as relation databases, and in-memory...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Model Deployment Flow Using Python SDK
In this lab video, you will learn how to deploy a custom-trained model using the Vertex AI Python SDK. This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and Cloud...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Final Solution Deployment Using Workflow and App Engine
In this lab, we will deploy the final solution for fraud detection using Workflow and App Engine. By the end of this lab, you will have a better understanding of how to use Workflow and App Engine to deploy machine learning solutions for...
Curated Video
Vue.js 3 and Firebase for Beginners - Completing the Admin View
In this video, we will continue with the finishing touches inside of the Admin View. We will make use of Flexbox and place a new pizza on the menu component side by side on the larger view. This clip is from the chapter "Finishing...
Curated Video
Vue.js 3 and Firebase for Beginners - Styling the AboutView
For the finishing touches of our project, we will start with some CSS styling for the AboutView page. This clip is from the chapter "Finishing Touches" of the series "Vue.js 3 and Firebase for Beginners".This section is about the...
Curated Video
Vue.js 3 and Firebase for Beginners - Modal Toggle
This video explains a code on how to open and close modal toggle. This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for Beginners".This section is all about authentication and how to create login and...