Instructional Video10:44
Curated Video

Burp Suite Unfiltered - Go from a Beginner to Advanced - Testing Web Sockets (Proxy + Repeater Ideas)

Higher Ed
This video explains testing web sockets messages using Burp Suite using Proxy and Repeater tabs.
Instructional Video5:54
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - RNN Code Preparation

Higher Ed
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...
Instructional Video7:13
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Outline

Higher Ed
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...
Instructional Video5:26
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Introduction to ChatGPT

Higher Ed
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.
Instructional Video3:50
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Logging Variables with the Console in JavaScript

Higher Ed
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...
Instructional Video1:25
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Create a New Vanilla JS Template on CodeSandbox

Higher Ed
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...
Instructional Video4:09
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Use CodeSandbox - The Dashboard and Templates

Higher Ed
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...
Instructional Video9:11
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Global Variables in Solidity I

Higher Ed
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...
Instructional Video6:30
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Set Up Alerting for Cloud-Run Applications

Higher Ed
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...
Instructional Video1:56
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Overview – Vertex AI UI

Higher Ed
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...
Instructional Video2:16
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction-Vertex AI

Higher Ed
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...
Instructional Video5:38
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Event-Driven Architecture

Higher Ed
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"...
Instructional Video2:18
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

Higher Ed
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...
Instructional Video5:40
Curated Video

Professional Scrum Master 2 (PSM II) Certification - A Crash Course - What Is Agile?

Higher Ed
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...
Instructional Video6:36
Curated Video

Building Microservices API in Go - Introduction to Hexagonal Architecture

Higher Ed
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...
Instructional Video5:24
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Refactoring State Code in React Native

Higher Ed
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...
Instructional Video4:04
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Feed ChatGPT for Debugging Toggle Functionality in the React Native App

Higher Ed
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...
Instructional Video3:17
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Java Collections - Section Overview with Need for Collections

Higher Ed
In this video, you will learn about Java collections with a section overview with the need for collections.
Instructional Video2:30
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 15 - First Look at ArrayList - Enhancing Student Class with Add and Remove

Higher Ed
In this video, we will take a first look at ArrayList—enhancing student class with add and remove.
Instructional Video10:05
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Programming Tip 2: Debugging with Eclipse

Higher Ed
In this video, you will learn about programming tip 2: debugging with Eclipse.
Instructional Video1:08
Instructional Video5:14
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Passing Multiple Parameters to a Java Method

Higher Ed
In this video, you will learn about passing multiple parameters to a Java method.
Instructional Video5:48
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Getting Back to Multiplication Table - Creating a Method

Higher Ed
In this video, we will be getting back to the multiplication table and creating a method.