Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - Exploring Java Spring Framework Bean Scopes - Prototype and Singleton
In this video, you will explore Java Spring framework bean scopes, such as prototype and singleton, and learn when to use them.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - Playing with Spring Boot
In this video, we will dive in further to understand what is happening behind the Spring Boot application.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - Why Do We Have Dependencies in Java Spring Applications?
In this video, you will learn why we have dependencies in Java Spring applications and how to manage them effectively.
Curated Video
Deep Learning - Crash Course 2023 - ReLU, SoftMax, and Cross Entropy
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...
Curated Video
Linux Network Administration - Course Overview
This video explains the concepts that the author will cover in the course.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Quiz Solution
This video is the solutions for the quiz based on the learnings of the lectures and concepts so far.
Curated Video
Fundamentals of Secure Software - SCA (Software Composition Analysis)
This video talks about the SCA (Software Composition Analysis).
Curated Video
Fundamentals of Secure Software - PCI DSS (Payment Card Industry Data Security Standard)
This video explains the PCI DSS (Payment Card Industry Data Security Standard) and its purpose.
Curated Video
Fundamentals of Secure Software - Manual Threat Model demo
This is a demo video of performing a manual threat model.
Curated Video
Fundamentals of Secure Software - Scanning for OSS Vulnerabilities with Software Composition Analysis
This video helps in using SCA to find OSS (Open-Source Software) vulnerabilities.
Curated Video
Fundamentals of Secure Software - Vulnerable and Outdated Components
This video explores using components with known vulnerabilities.
Curated Video
Fundamentals of Secure Software - Insecure Design
This video explains the XML external entities.
Curated Video
A Detailed Guide to the OWASP Top 10 - Software and Data Integrity Failures Prevention
This video explains how we can prevent software and data integrity failures.
Curated Video
A Detailed Guide to the OWASP Top 10 - #6 Vulnerable and Outdated Components Prevention
This video explains how to prevent vulnerable and outdated components from becoming an issue.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Simple Workflow (SWF)
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.
Curated Video
ChatGPT for Creatives - How to Find and Use Specific Learning Methods
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...
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Chain Of Responsibility
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.
Curated Video
Behavioral Design Patterns in C++ - Introduction-Command
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React Boilerplate / 005
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Setup-1
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Solution: Project Setup
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Multiple Components and Fragments / 016
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Practice: Basic Template Structure / 008
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 160
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.