Instructional Video4:36
Curated Video

Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Product Backlog Management - User Stories

Higher Ed
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...
Instructional Video11:44
Curated Video

Linux Crash Course for Beginners - 2023 - File Maintenance Commands

Higher Ed
In this video, you will learn about a few file maintenance commands such as cp, rm, mv, mkdir, and rmdir.
Instructional Video8:30
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 16 - Java Interface - Example 1 - Gaming Console - How to Think about Intef

Higher Ed
In this video, you will learn about the Java interface—example 1: gaming console and how to think about Intef.
Instructional Video8:31
Curated Video

Robotic Rhythms: The Dance of Machines and Technology

6th - Higher Ed
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...
Instructional Video12:23
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Exploring Java Spring XML Configuration

Higher Ed
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.
Instructional Video13:29
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Getting Spring Framework to Create and Manage Your Java Objects

Higher Ed
In this video, you will learn how to get started with Spring framework and create and manage your Java objects.
Instructional Video10:50
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 15 - Using Spring Framework to Manage Beans for Java Gaming App

Higher Ed
In this video, you will learn how to use the Spring framework to manage beans for our Java gaming application.
Instructional Video8:27
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Introducing Java Interface to Make App Loosely Coupled

Higher Ed
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.
Instructional Video8:06
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - Getting Started with Java Gaming Application

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

Learn Java from Scratch - A Beginner's Guide - Step 07 - Bringing in Spring Framework to Make Java App Loosely Coupled

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

Learn Java from Scratch - A Beginner's Guide - Step 05 - Understanding Loose Coupling and Tight Coupling

Higher Ed
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...
Instructional Video10:08
Curated Video

The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Understanding Malware and Anti-Malware Products

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

AWS Certified Solutions Architect Associate (SAA-C03) - Cognito

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

The Art of Doing - Web Development for Beginners - Guess My Number Project

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

The Art of Doing - Web Development for Beginners - Guess My Number Preview

Higher Ed
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...
Instructional Video14:20
Curated Video

ChatGPT for Creatives - Characters and Quest Givers

Higher Ed
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...
Instructional Video14:35
Curated Video

ChatGPT for Creatives - Magic and Magic Systems

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

CompTIA A+ Certification Core 2 (220-1102) - Malware

Higher Ed
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...
Instructional Video10:35
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Firewall Configuration

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

CompTIA A+ Certification Core 2 (220-1102) - Interpreted Languages

Higher Ed
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...
Instructional Video17:10
Curated Video

ChatGPT for Creatives - I Want to Make a Video Game But…

Higher Ed
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...
Instructional Video1:19
Great Big Story

Pinball's outlaw years in New York City

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

Behavioral Design Patterns in C++ - Why You Should Take This Course

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

Behavioral Design Patterns in C++ - Alarm System

Higher Ed
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.