Instructional Video7:57
Curated Video

The Complete Practical Docker Guide - Challenge Solution: Create Files Handling Node App

Higher Ed
This is a challenge solution video that demonstrates creating files handling Node.js app. This clip is from the chapter "Running Node.js Applications in Docker" of the series "The Complete Practical Docker Guide".This section focuses on...
Instructional Video9:53
Curated Video

Handling User Input of Numbers and Error Handling in Python

Pre-K - Higher Ed
This Python tutorial video demonstrates how to allow users to input numbers, perform calculations, and handle errors related to data types. By converting user input into integers, the program can accurately multiply and add numbers...
Instructional Video15:34
Curated Video

JavaScript Conditionals

Pre-K - Higher Ed
Every coding language needs a way of making decisions. It is conditional statements that allow code to make decisions. Mark demonstrates in this video
Instructional Video6:30
Curated Video

Staying Focused on the Prompt

K - 5th
In this video, the teacher explains how to ensure that your writing stays focused on the prompt when responding to a writing assignment. The teacher provides a step-by-step process for reviewing and revising your work, emphasizing the...
Instructional Video8:03
Curated Video

Excel VBA Programming The Complete Guide - The MsgBox Method In Depth, Part I

Higher Ed
In this lesson, we dive deeper into the MsgBox method including its Buttons and Title parameter. We modify the aesthetics of the alert, including the clickable buttons and the information icon. This clip is from the chapter...
Instructional Video5:17
Curated Video

REST APIs with Flask and Python - Getting User Input

Higher Ed
This video shows how to get user input. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your Python knowledge.
Instructional Video7:35
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Shell Interpreter

Higher Ed
This video introduces you to the shell interpreter. This clip is from the chapter "Linux Fundamentals" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section provides an introduction to the fundamentals...
Instructional Video9:07
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Using OpenSSL for RSA Keys Generation

Higher Ed
In this video, we'll be using OpenSSL for RSA keys generation. This clip is from the chapter "RSA, Certificates, and Chain of Trust" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll create RSA, Certificates,...
Instructional Video7:45
Curated Video

Switch...Case

Pre-K - Higher Ed
Switch... Case statements allow you to evaluate a number of conditions at once. You'll learn Switch conditionals in this video.
Instructional Video2:19
Curated Video

Minimal API Development with ASP.NET Core - Install Visual Studio 2022 Community Edition

Higher Ed
This video explains the installation of Visual Studio 2022 community edition. This clip is from the chapter "Environment Configuration" of the series "Minimal API Development with ASP.NET Core".This section introduces you to configuring...
Instructional Video4:36
Catalyst University

Baylor DPT 2021 Slack Tutorial

Higher Ed
Baylor DPT 2021 Slack Tutorial
Instructional Video18:10
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Modules in Ansible Playbooks

Higher Ed
This video explains the modules used in Ansible playbooks. This clip is from the chapter "Ansible Playbooks- Deep Dive" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section explores playbooks in Ansible in...
Instructional Video5:32
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Installing Custom Z-Shell on MacOS

Higher Ed
This video demonstrates how to install custom Z-shell on MacOS. This clip is from the chapter "Installation of Git and Configuration of the Shell" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section...
Instructional Video4:15
Curated Video

C++ Programming By Example - Installing Qt5 on Windows

Higher Ed
How do you install Qt5 on Windows 10? • Download installer from the web • Run installer • Select the correct items in installer to install This clip is from the chapter "Introduction to C++ and Qt" of the series "C++ Programming By...
Instructional Video6:36
Curated Video

Using Chat GPT with Google Docs: Tips and Tricks

12th - Higher Ed
In this lesson, we'll explore how to use Chat GPT with Google Docs. We'll cover the steps to add the Chat GPT add-on to your Google Drive, how to launch the Chat GPT sidebar, and the different types of actions and suggestions available...
Instructional Video3:24
Curated Video

Using ChatGPT in Google Sheets: Advanced Features and Variables

12th - Higher Ed
In this lesson, we explore the advanced features and variables that can be adjusted in Google Sheets when using the ChatGPT add-on. We will learn how to adjust prompts, values, and temperature according to our needs and how to use the...
Instructional Video6:11
Curated Video

Using ChatGPT on Excel Sheets: Creating and Activating API Key

12th - Higher Ed
In this lesson, you will learn how to install and activate the ChatGPT add-on on your Excel or Drive documents. You will also learn how to create a valid API key by going to the ChatGPT playground and pasting it into the add-on's...
Instructional Video6:29
Curated Video

Using Prompt Engineering and Extra Features in Chat GPT with Excel

12th - Higher Ed
In this lesson, we will explore how to use prompt engineering and extra features in Chat GPT with Excel. We will learn how to adjust variables and features to receive specific responses, how to create taglines for different countries,...
Instructional Video3:33
Curated Video

Writing an Interesting Narrative: Using Sensory Details and Checking Your Plan

K - 5th
In this video, the teacher guides students on how to write an interesting narrative that includes all parts of a given prompt. The teacher emphasizes the importance of checking their plan, using sensory details, and reading out loud to...
Instructional Video4:04
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - (Windows Only) Command Line Crash Course

Higher Ed
Learn about the most commonly used commands on a Windows operating system. This clip is from the chapter "Introduction" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section gives us a basic understanding of...
Instructional Video1:30
Curated Video

Python 3 for Beginners: User Input and Output (Repeating User Input)

Higher Ed
Welcome to this Python programming tutorial where we'll explore different ways to solve the same problem. In this video, we'll be tackling Exercise #2, which involves creating a code that prompts the user for input and then repeats...
Instructional Video18:01
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - First Performance Test of Your Backdoor

Higher Ed
In this video, you'll do a first test of your backdoor. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn what an...
Instructional Video6:47
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Starting Programs from Our Backdoor

Higher Ed
In this video, you'll learn to start programs from our backdoor. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn...
Instructional Video3:30
Curated Video

Python In Practice - 15 Projects to Master Python - input( )

Higher Ed
This video explains the input( ) function. This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.