Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - Testing Web Sockets (Proxy + Repeater Ideas)
This video explains testing web sockets messages using Burp Suite using Proxy and Repeater tabs.
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - RNN Code Preparation
In this video, we will understand how to write code in TensorFlow 2 for a simple RNN. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Outline
In this video, we will understand the course learning approach and what is required to start with this course. Then we will also understand what is covered in this course. This clip is from the chapter "Welcome" of the series "Deep...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Introduction to ChatGPT
In this video, you will learn about ChatGPT, a free service available on the OpenAI website. The video outlines what ChatGPT can do in general and the wide range of possibilities available on ChatGPT.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Logging Variables with the Console in JavaScript
This video will show you how to log variables with the console in JavaScript, which is a useful tool for debugging your code and understanding how your variables are changing throughout your program’s execution. This clip is from the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Create a New Vanilla JS Template on CodeSandbox
In this video, you will learn how to create a new template for Vanilla JavaScript on CodeSandbox, which will allow you to quickly set up a project and start coding. This clip is from the chapter "Introduction and Course Setup" of the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Use CodeSandbox - The Dashboard and Templates
In this video, you will discover how to use CodeSandbox, exploring its dashboard and templates to help you get started with your coding projects. This clip is from the chapter "Introduction and Course Setup" of the series "JavaScript...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Global Variables in Solidity I
In this video, you will learn about global variables in Solidity, which are pre-defined variables that can be accessed from anywhere in the contract. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Set Up Alerting for Cloud-Run Applications
In this lab video, you will be setting up an alerting system for cloud-run applications. This clip is from the chapter "Cloud Scheduler and Application Monitoring" of the series "Data Science Model Deployments and Cloud Computing on...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Overview – Vertex AI UI
This video provides an overview of the UI of Vertex AI. 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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction-Vertex AI
This video provides an introduction to the 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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Event-Driven Architecture
In this video, we explore event-driven architecture, discussing its key concepts and benefits and providing practical advice on how to design and implement event-driven systems. This clip is from the chapter "Modern-Day Cloud Concepts"...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Tip 8: How to Keep the Team Focused on the Present Sprint
Tip 8: How to Keep the Team Focused on the Present Sprint
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - A Day in the Life of a Scrum Master: Typical Impediments and Challenges
In this video, we will receive guidance on preparing for the AZ-104 exam related to Microsoft Azure Administrator certification. We will cover the key exam topics, provide study strategies, and recommend resources to help you succeed in...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - What Is Agile?
This video will give us an overview of what to expect from the course. The instructor introduces the course content, learning objectives, and the benefits we will gain from taking the course. It sets the foundation for a learning journey...
Curated Video
Building Microservices API in Go - Introduction to Hexagonal Architecture
In this video, we will explore the principles and concepts of hexagonal architecture, including ports and adapters, and how it can be used to design flexible and maintainable applications in Go. This clip is from the chapter "Application...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Refactoring State Code in React Native
In this video, we will be discussing the importance of refactoring state code in React Native. We will go over the benefits of organizing and consolidating state management code, as well as how to refactor state code to make it more...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Feed ChatGPT for Debugging Toggle Functionality in the React Native App
In this video, you will learn how to use ChatGPT to debug the toggle functionality in your React Native app. We will feed ChatGPT with our code and analyze the output to identify and resolve any issues related to the toggle feature. By...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Java Collections - Section Overview with Need for Collections
In this video, you will learn about Java collections with a section overview with the need for collections.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 15 - First Look at ArrayList - Enhancing Student Class with Add and Remove
In this video, we will take a first look at ArrayList—enhancing student class with add and remove.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Programming Tip 2: Debugging with Eclipse
In this video, you will learn about programming tip 2: debugging with Eclipse.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 00 - Section 03 - Overview of the Java Platform - Section Overview
In this video, we will see an overview of the Java platform.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Passing Multiple Parameters to a Java Method
In this video, you will learn about passing multiple parameters to a Java method.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - Getting Back to Multiplication Table - Creating a Method
In this video, we will be getting back to the multiplication table and creating a method.