Science Buddies
Build an Obstacle-Detecting Walking Stick
Build an obstacle-detecting walking stick to provide an audible warning for visually impaired users.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Symbols
Symbols are a new primitive type in JavaScript, introduced in ES6. In this video, you will learn what symbols are and how they can be used to create unique identifiers for objects. This clip is from the chapter "Iterators, Generators,...
Curated Video
Vue.js 3 and Firebase for Beginners - The Menu UI
This video talks about the Menu view page, which is going to be split into two sections. On the left, we are going to include the menu where we will include the pizzas in a list. This clip is from the chapter "Project UI" of the series...
Curated Video
Vue.js 3 and Firebase for Beginners - The NewPizza Object and Data Binding
In this video, we will look at the NewPizza file and add some JavaScript. We will be making use of the script setup that we just looked at to add a new Pizza object, which we can structure for all the pizzas in our application. This clip...
Curated Video
Vue.js 3 and Firebase for Beginners - Admin: Add New Pizza Form
In this video, we will look at the admin view, which is going to be split up into multiple areas, which we will then organize into different components. The first area we are going to cover is adding a new pizza component to the admin...
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 - Getting Help
In this video, we will cover help commands such as man, whatis, -help.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Eclipse Tip - Exploring Java API
In this video, you will learn about exploring Java API.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Understanding Object Composition - an Exercise - Books and Reviews
In this video, we will understand object composition with an exercise—books and reviews.
Curated Video
Chatbots Development with Amazon Lex - Start Developing Chatbot
This video demonstrates the process of creating the Amazon Lex chatbot step by step. You will learn to create your ID on Amazon.com and log in. We will get to the interface and start working from there.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 4
In this video, we will be introduced to GitHub, where we will store our code for the payroll management system.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Exception Handling
Here, we will look at exceptions or conditions that may arise during the execution of a Java program and understand the error or exception handling codes.
Curated Video
Fundamentals of Secure Software - SANS Top 25
This video provides an introduction to the SANS Top 25.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Working with Security Groups Lab
To assist you in understanding security groups, this video will demonstrate their creation and use.
Curated Video
ChatGPT for Creatives - Rytr
In this video, the author introduces Rytr, an AI-powered writing assistant that generates content using advanced natural language processing techniques. The author explains how Rytr can be used to quickly generate content for different...
Curated Video
ChatGPT for Creatives - Adding to the World Anvil
In this video, you will learn how to add buildings to the World Anvil platform for our fantasy world. We will start by selecting the building type and then entering details such as name, description, and purpose. You will also learn how...
Curated Video
ChatGPT for Creatives - Using the World Anvil
In this video, the author introduces the World Anvil platform, which is a web-based tool for organizing and sharing worldbuilding information. The author demonstrates how to use the platform and create a new world, along with different...
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
ASP.NET 6.0 - Build Hands-On Web Projects - Create the Order Model Class
This video discusses the creation of the Order class. This is mapped to the Order table in the database. This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series "ASP.NET 6.0 - Build Hands-On Web...
Curated Video
ChatGPT for Creatives - How to Generate Great Lists
In this video, we will discuss techniques and tools for generating great lists, understand the importance of list-making in creative work, and learn tips for making effective lists, such as using categories and subcategories,...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the UpdateOrder View
You will be able to understand the creation and working of the view to render an updated order record. You will get a refresher on the client- and server-side validation in the process. The completed application until this point is run...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Testing Validation of Order Form Inputs
This video runs through the application and tests user input validation checks on the order form. You will learn how to test the client- and server-side validations after going through the video. This clip is from the chapter "Coding...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Add Validation Attributes to Order Class
In this video, you will see adding the validation attributes to the Order Model class. This is required for server-side validation of the Order form. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create Index View (Order Controller)
This video explains the creation and code for the Index view of the Order Controller. You will be able to create the Order Controller Index View and run the application. This clip is from the chapter "Coding Project Part 2: Consume the...