Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Product Backlog Management - User Stories
In this video, we will explore how to design APIs using OpenAPI and ChatGPT, the fundamentals of API design, and introduce OpenAPI as a specification for documenting and designing APIs. You will learn how ChatGPT can complement the API...
Curated Video
Linux Crash Course for Beginners - 2023 - File Maintenance Commands
In this video, you will learn about a few file maintenance commands such as cp, rm, mv, mkdir, and rmdir.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 16 - Java Interface - Example 1 - Gaming Console - How to Think about Intef
In this video, you will learn about the Java interface—example 1: gaming console and how to think about Intef.
Curated Video
Robotic Rhythms: The Dance of Machines and Technology
Discover the fascinating intersection of robotics and dance in this exploration of humanoid robots and virtual choreographers. Meet NAO, a small robot with the ability to mimic famous dance moves, and dive into the innovative technology...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Exploring Java Spring XML Configuration
In this video, you will explore the XML configuration option in the Spring framework. You will learn how to create and configure beans using XML and see how it can be used as an alternative to annotations.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Getting Spring Framework to Create and Manage Your Java Objects
In this video, you will learn how to get started with Spring framework and create and manage your Java objects.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 15 - Using Spring Framework to Manage Beans for Java Gaming App
In this video, you will learn how to use the Spring framework to manage beans for our Java gaming application.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Introducing Java Interface to Make App Loosely Coupled
In this video, you will learn how to use Java interfaces to make our application loosely coupled. You will learn about the benefits of using interfaces and how they can help us develop more maintainable and scalable applications.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - Getting Started with Java Gaming Application
In this video, we will start building a Java gaming application using the Spring framework. You will learn about the game's requirements and how to use Spring to develop a scalable and robust gaming application.
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
Learn Java from Scratch - A Beginner's Guide - Step 05 - Understanding Loose Coupling and Tight Coupling
In this video, you will learn about the concepts of loose coupling and tight coupling in software development. We will also gain an understanding of how these concepts apply to the Spring framework and how they can help us develop...
Curated Video
The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Understanding Malware and Anti-Malware Products
In this video, you will learn about malware and the various anti-malware products. This clip is from the chapter "Personal Security" of the series "The Absolute Beginners Guide to Cybersecurity 2023 - Part 4".This section talks about...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Cognito
What can you do if you want to integrate a local Active Directory or another identity management system with AWS? The answer is found in Cognito, an AWS solution for user identity and data synchronization or single sign-on (SSO).
Curated Video
The Art of Doing - Web Development for Beginners - Guess My Number Project
In this video, we will code the "Guess My Number" project together, following the project requirements discussed in the previous video. We will implement the game logic step by step, utilizing functions to structure our code and make the...
Curated Video
The Art of Doing - Web Development for Beginners - Guess My Number Preview
In this video, we will have a quick preview of the "Guess My Number" project. We will discuss the project requirements, including gathering user input, generating random numbers, implementing the game logic, and using functions to...
Curated Video
ChatGPT for Creatives - Characters and Quest Givers
In this video, we will discuss how to create characters and quest givers related to the world created in the previous videos, emphasize the importance of creating characters that fit within the world and have motivations and goals within...
Curated Video
ChatGPT for Creatives - Magic and Magic Systems
In this video, the author talks about creating a magic system for their worldbuilding project. They start by discussing the importance of establishing rules for the magic system, such as its limitations, costs, and consequences. You will...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Malware
Malware comes in many forms; infestations have many symptoms. This video describes malware in all its lovely shades of ugly, from viruses and worms to spontaneous application crashes and invalid certificate errors. This clip is from the...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Firewall Configuration
Setting up a hardware firewall is an obvious first step to making sure your network is protected. Even the most basic router has several different types of firewall settings – without proper configuration, you will either leave your...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Interpreted Languages
Every operating system contains interpreters that can read higher-level programming languages. This video covers three popular interpreters: Visual Basic, Python, and JavaScript. This clip is from the chapter "Working with the...
Curated Video
ChatGPT for Creatives - I Want to Make a Video Game But…
In this video, we will ask ChatGPT for ideas on creating our first videogame. The video will cover various techniques, including researching successful video games, exploring different game design elements, and unique concepts. You will...
Great Big Story
Pinball's outlaw years in New York City
Explore the intriguing history of pinball in New York City, from its ban in 1940 due to alleged mafia connections to its legalization in 1976 as a game of skill.
Curated Video
Behavioral Design Patterns in C++ - Why You Should Take This Course
This clip is from the chapter "Introduction to the Course" of the series "Behavioral Design Patterns in C++".This section provides an introduction to the entire course.
Curated Video
Behavioral Design Patterns in C++ - Alarm System
This video talks about the alarm system in detail. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.