Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Conclusion-1
In this concluding video, we will review the key learnings from the HTML5 section, the importance of HTML5 in modern web development and its role in structuring and formatting web content. We will recapitulate the various HTML tags,...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Customize Your Own Custom Smart Pointer
This is a solution video on customizing your own custom smart pointer. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Virus Detection Algorithm with Asymmetric Arrays
In this video, we will discuss the solution to the exercise on virus detection algorithm with the help of asymmetric arrays from the previous video. This clip is from the chapter "Algorithms and Data Structures - Intermediate to...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Modifying Arrays and Pop in JavaScript
In this video tutorial, you will learn how to modify arrays using the .pop() method in JavaScript. The .pop() method removes the last element of an array and returns that element, thereby modifying the original array. You will see how to...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Access Library by Using A for B
In this video, we will discuss the solution to the exercise on accessing a library using the A for B pattern from the previous video. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Build a Constructor in Solidity
In this video, we will discuss the solution to the exercise on building a constructor in Solidity from the previous video. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course -...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Wrap Up-Vertex AI
This video provides an outro of this section. This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section, we will explore Vertex AI. We...
Curated Video
Fundamentals of Neural Networks - Welcome Message
This video explains the need for taking up the course and introduces you to the author. This clip is from the chapter "Welcome" of the series "Fundamentals in Neural Networks".This section introduces you to the course and the course...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - If Else Problem - Implementing with Nested If Else
In this video, you will learn about an if else problem—implementing with nested if else.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 14 - Primitive Data Types in Depth – Conclusion
In this video, you will learn about primitive data types in depth in conclusion.
Curated Video
Advanced 3D Printing with Fusion 360 - Design Your Phone Case - Conclusion
This video outlines a thank-you note from the instructor and a final demonstration on how to change the attachment system to be oriented horizontally. This clip is from the chapter "Render + Conclusion" of the series "Advanced 3D...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Exercise: Solution for Real-World Java Spring Framework Example
In this video, you will apply what you have learned in a real-world Java Spring framework example and solve a problem.
Curated Video
Introduction to FinTech Using R - An AI-Driven Strategy
In this video, we will look at an AI-driven strategy. This clip is from the chapter "Asset Pricing" of the series "Introduction to FinTech Using R".This section explains asset pricing.
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Course Close
In this video, we will summarize the key takeaways from the entire course. This video concludes by reflecting on what we have learned in the course and how we can apply it in our project management endeavors. This clip is from the...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Beginner's Level Summary
In the final video of the beginner-level course, a summary of the topics covered and some final thoughts and recapitulation of what concepts were covered are discussed. This video explores how to continue building skills in Microsoft...
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - What are Hooks and How to Manage State in React
This video covers an introduction to React hooks and how to manage state in React, which is essential for building complex applications like the ChatGPT OpenAI.
Curated Video
Fundamentals of Secure Software - JWT Example
This video explains the breaking down a JWT.
Curated Video
Fundamentals of Secure Software - Security Logging and Monitoring Failures
This video demonstrates insecure logging.
Curated Video
The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Protecting Yourself Against SIM Card Swap Fraud
In this video, you will learn how to protect yourself against SIM card swap fraud. This clip is from the chapter "Personal Security" of the series "The Absolute Beginners Guide to Cybersecurity 2023 - Part 4".This section talks about...
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Making Recommendations
We will now perform some recommendations using the brute-force algorithms and then perform the indexing of our data.
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - Fuzzing with Burp Suite Intruder Tips and Tricks
This video helps you with tips and tricks on Fuzzing with Burp Suite Intruder. You will learn some advanced tricks that can be used in your own projects as well. This clip is from the chapter "Fuzzing with Burp Suite Intruder" of the...
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - From SQL Injection to Remote Code Execution Overview
This video provides an overview of how to execute the code from SQL injection to remote. This clip is from the chapter "How Hackers Find SQL Injections in Minutes with Sqlmap" of the series "Web Hacker's Toolbox - Tools Used by...
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - The Basics of Sqlmap Demo
This is a demo video of the basics of Sqlmap. This clip is from the chapter "How Hackers Find SQL Injections in Minutes with Sqlmap" of the series "Web Hacker's Toolbox - Tools Used by Successful Hackers".This section focuses on how...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Switch Statement
This video explains the Switch statement.