Curated Video
The Complete Practical Docker Guide - Challenge Solution: Create Files Handling Node App
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...
Curated Video
Handling User Input of Numbers and Error Handling in Python
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...
Curated Video
JavaScript Conditionals
Every coding language needs a way of making decisions. It is conditional statements that allow code to make decisions. Mark demonstrates in this video
Curated Video
Staying Focused on the Prompt
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...
Curated Video
Excel VBA Programming The Complete Guide - The MsgBox Method In Depth, Part I
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...
Curated Video
REST APIs with Flask and Python - Getting User Input
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.
Curated Video
Linux Administration Bootcamp: Go from Beginner to Advanced - Shell Interpreter
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...
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Using OpenSSL for RSA Keys Generation
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,...
Curated Video
Switch...Case
Switch... Case statements allow you to evaluate a number of conditions at once. You'll learn Switch conditionals in this video.
Curated Video
Minimal API Development with ASP.NET Core - Install Visual Studio 2022 Community Edition
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...
Curated Video
Dive Into Ansible - From Beginner to Expert in Ansible - Modules in Ansible Playbooks
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Installing Custom Z-Shell on MacOS
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...
Curated Video
C++ Programming By Example - Installing Qt5 on Windows
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...
Curated Video
Using Chat GPT with Google Docs: Tips and Tricks
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...
Curated Video
Using ChatGPT in Google Sheets: Advanced Features and Variables
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...
Curated Video
Using ChatGPT on Excel Sheets: Creating and Activating API Key
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...
Curated Video
Using Prompt Engineering and Extra Features in Chat GPT with Excel
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,...
Curated Video
Writing an Interesting Narrative: Using Sensory Details and Checking Your Plan
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - (Windows Only) Command Line Crash Course
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...
Curated Video
Python 3 for Beginners: User Input and Output (Repeating User Input)
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...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - First Performance Test of Your Backdoor
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...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Starting Programs from Our Backdoor
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...
Curated Video
Python In Practice - 15 Projects to Master Python - input( )
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.