Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 00 – Object-Oriented Programming - Level 2 - Section Introduction
This session is the section introduction to object-oriented programming, level 2.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Basics of Designing a Class - Class, Object, State, and Behavior
In this video, you will learn about the basics of designing a class—class, object, state, and behavior.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Introducing State of an Object with Speed Variable
In this video, you will learn about introducing the state of an object with the speed variable.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - Introduction to Object-Oriented Programming - Exercise – Online Shopping
In this video, you will learn about object-oriented programming exercise—online shopping.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Introduction to Object-Oriented Programming - Terminology - Class Object
In this video, you will learn about object-oriented programming terminology—class object.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Introduction to Object-Oriented Programming – Basics
In this video, you will learn about object-oriented programming—basics.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 24 - Java Conditionals and If Statement - Exercise Statements
This video talks about Java conditionals and if statement - exercise statements.
Curated Video
Let's Go There! Battle of San Jacinto and Texas Revolution
Travel to the San Jacinto Battleground and learn about the deciding battle of the Texas Revolution where Texas won its independence
Curated Video
Understanding Anger: Effects on the Body and Mind
Explore the physiological and psychological effects of anger, from the rush of adrenaline and increased heart rate to the long-term impacts on health. Learn why managing anger is crucial for both mental and physical well-being. This...
Curated Video
Unlocking the Power of Hypnosis: Beyond Entertainment to Therapeutic Use
Dive into the fascinating world of hypnosis, where its application extends beyond stage performances to potent therapeutic uses in medical settings. Explore how hypnosis is effectively utilized to treat various conditions like stress,...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - Bringing in Spring Framework to Make Java App Loosely Coupled
In this video, you will learn how to use the Spring framework to make our Java application loosely coupled. You will learn about the different Spring components that can help us achieve loose coupling and how to use them in our application.
Curated Video
Chatbots Development with Amazon Lex - Session state Dialog Hook and Dialog Action
In this lecture, we will understand what a session state is, basically the state of the conversation between the user and the Amazon Lex chatbot and dialog action, which determines the action that Amazon Lex should take to the Lambda...
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Classes & Objects
Here, we will understand what classes and objects are and which are the keys to object-oriented programming.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - CSS Styling to OpenAI Form
In this video, you will learn how to apply CSS styling to an OpenAI form and make it look more visually appealing for your users.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Animal Input State Update for Open AI Queries
In this video, we will demonstrate how to implement an animal input state update for OpenAI queries, allowing your chatbot to provide more personalized and engaging responses for animal-related topics.
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
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Writing a Form in React with Next.js for ChatGPT OpenAI
This video covers the process of writing a form in React with Next.js for integrating ChatGPT OpenAI into a web application.
Curated Video
Linux Network Administration - NIC Bonding
This video explains one of the very important and critical aspect of Linux, which is NIC bonding.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Motivation for Recommender System: Quiz Solution
This video is the solution to the quiz based on the learnings of the lectures and concepts so far.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Step Functions
The forthcoming replacement for SWF is Step Functions in AWS. SWF is still supported and likely to be on an exam, but Step Functions will be replacing SWF in the coming years and be more heavily focused on in the exams as well.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Autoscaling Groups
Autoscaling works against collections of instances that can be scaled together. This video explores the concept of autoscaling groups and how they fit into any implementation or design.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Setting Up an EC2 Windows Instance Lab
How about a Windows instance running in AWS? This video demonstrates the processes used to instantiate a Windows instance in AWS.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Elastic Block Store (EBS)
While S3 and Glacier can be used to store files, what do you do when you need storage for a virtual machine (an instance) in Amazon Web Services (AWS)? The answer is in the AWS Elastic Block Store (EBS) service. This video introduces the...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Save EditProfileView
In this video, we will cover the process of saving edited profile information in our Twitter Clone app.