Instructional Video9:20
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - Exploring Java Spring Framework Bean Scopes - Prototype and Singleton

Higher Ed
In this video, you will explore Java Spring framework bean scopes, such as prototype and singleton, and learn when to use them.
Instructional Video5:08
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Playing with Spring Boot

Higher Ed
In this video, we will dive in further to understand what is happening behind the Spring Boot application.
Instructional Video3:41
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Why Do We Have Dependencies in Java Spring Applications?

Higher Ed
In this video, you will learn why we have dependencies in Java Spring applications and how to manage them effectively.
Instructional Video5:48
Curated Video

Deep Learning - Crash Course 2023 - ReLU, SoftMax, and Cross Entropy

Higher Ed
In this video, you will learn about ReLU, SoftMax, and Cross Entropy. This clip is from the chapter "Applying Deep Learning" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to implement deep learning...
Instructional Video3:31
Curated Video

Linux Network Administration - Course Overview

Higher Ed
This video explains the concepts that the author will cover in the course.
Instructional Video1:48
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Quiz Solution

Higher Ed
This video is the solutions for the quiz based on the learnings of the lectures and concepts so far.
Instructional Video5:34
Curated Video

Fundamentals of Secure Software - SCA (Software Composition Analysis)

Higher Ed
This video talks about the SCA (Software Composition Analysis).
Instructional Video2:50
Curated Video

Fundamentals of Secure Software - PCI DSS (Payment Card Industry Data Security Standard)

Higher Ed
This video explains the PCI DSS (Payment Card Industry Data Security Standard) and its purpose.
Instructional Video4:36
Curated Video

Fundamentals of Secure Software - Manual Threat Model demo

Higher Ed
This is a demo video of performing a manual threat model.
Instructional Video5:34
Curated Video

Fundamentals of Secure Software - Scanning for OSS Vulnerabilities with Software Composition Analysis

Higher Ed
This video helps in using SCA to find OSS (Open-Source Software) vulnerabilities.
Instructional Video7:28
Curated Video

Fundamentals of Secure Software - Vulnerable and Outdated Components

Higher Ed
This video explores using components with known vulnerabilities.
Instructional Video6:31
Curated Video

Fundamentals of Secure Software - Insecure Design

Higher Ed
This video explains the XML external entities.
Instructional Video2:02
Curated Video

A Detailed Guide to the OWASP Top 10 - Software and Data Integrity Failures Prevention

Higher Ed
This video explains how we can prevent software and data integrity failures.
Instructional Video2:20
Curated Video

A Detailed Guide to the OWASP Top 10 - #6 Vulnerable and Outdated Components Prevention

Higher Ed
This video explains how to prevent vulnerable and outdated components from becoming an issue.
Instructional Video6:47
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Simple Workflow (SWF)

Higher Ed
Workflow management allows you to have logic in a processing flow. For example, you may want to do one thing if A is true and another thing if B is true. AWS Simple Workflow (SWF) allows you to implement such workflows.
Instructional Video14:54
Curated Video

ChatGPT for Creatives - How to Find and Use Specific Learning Methods

Higher Ed
In this video, you will learn to find and use specific learning methods that can help in learning a new skill, the importance of understanding the different learning styles and choosing the one that works best for everyone. You will...
Instructional Video6:25
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Chain Of Responsibility

Higher Ed
This video talks about the pros and cons of the CoR pattern. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of Responsibility pattern.
Instructional Video3:26
Curated Video

Behavioral Design Patterns in C++ - Introduction-Command

Higher Ed
This video provides an introduction to command patterns. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which encapsulates requests...
Instructional Video15:57
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React Boilerplate / 005

Higher Ed
In this video, we will start our coding journey from the basics. We will understand the required functional folders for our React coding operations in detail.
Instructional Video17:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Setup-1

Higher Ed
This video explores the components of the project. We will import the index.js file from the previous project and we will create all the required folder structures for the Cinemate project.
Instructional Video6:20
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solution: Project Setup

Higher Ed
In this video, you will learn how to create the basket layout for storing the chosen products and increase or decrease the quantity of the items or delete the items from the list.
Instructional Video9:25
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Multiple Components and Fragments / 016

Higher Ed
After understanding components, we will now understand the various components in use. We will also create different components and understand what fragments and component trees are.
Instructional Video15:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Practice: Basic Template Structure / 008

Higher Ed
After learning how to create components, add CSS on our website, and add emojis, we will now create a small app based on what we have learned from previous lessons.
Instructional Video11:50
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 160

Higher Ed
In this video, we will work on the structuring part of the project WriteNode. We will create the requisite folder structures and importing the required libraries.