Curated Video
Linux Administration Bootcamp: Go from Beginner to Advanced - Searching Files and Using Pipe
This video explains how to search files and use the pipe command. This clip is from the chapter "Intermediate Linux Skills" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section explains the...
Brian McLogan
Inding the Domain from the Composition of Two Functions
Learn how to compose two functions where one is a rational function and the other is a radical function. To compose two functions means to express one of the functions as a function of the other function. This is done by replacing the...
Curated Video
Python 3 for Beginners: Creating a Program to Make a Cat Speak with Speech Bubble
In this Python programming tutorial, we will learn how to create a speech bubble in the console and display text inside the bubble. We will use the Len function to determine the length of the text and use print statements to create the...
Curated Video
Introduction to Arrays in Scratch Programming
In this video tutorial, the teacher explains the concept of arrays in programming using Scratch. They demonstrate how to create an array, store information in it, and retrieve specific items from the array based on user input. The...
Curated Video
Web Security: Common Vulnerabilities And Their Mitigation - Sanitizing input - still not done
User Input Sanitization And Validation: Sanitizing input - still not done This clip is from the chapter "User Input Sanitization And Validation" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section,...
Curated Video
gRPC [Java] Master Class: Build Modern API and Microservices - UpdateBlog Server
[Hands-On] CRUD API with MongoDB: UpdateBlog Server This clip is from the chapter "[Hands-On] CRUD API with MongoDB" of the series "gRPC [Java] Master Class: Build Modern API and Microservices".In this section, you are going to learn...
Curated Video
Learning Programming Using Scratch: Creating an Insult Generator
In this final installment of the tutorial series, we learn how to create an insult generator using arrays, variables, strings, concatenation, and random numbers. By creating arrays for adjectives and nouns, we can generate unique insults...
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
Forms Part I
Forms are often the most critical aspect of your website. Well-designed forms will allow users to easily convert-- meaning submit their information, make a purchase, or sign up for a mailing list. Poorly designed forms will cause users...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Understanding Multiple Linear Regression
In this video, we will understand multiple linear regression. This clip is from the chapter "Multiple Linear Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will cover multiple...
Curated Video
PMI-RMP Certification Training - Key Takeaways - Identify Risks
This video explains the key takeaways for the section. This clip is from the chapter "Identify Risks" of the series "PMI-RMP® Certification Training".This section explains identifying risks.
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Supervised Learning
In this video, we will cover supervised learning. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...
Curated Video
PMI-RMP Certification Training - Plan Risk Responses – Input, Tools and Techniques, and Output
This video explains plan risk responses – input, tools and techniques, and output. This clip is from the chapter "Plan Risk Responses" of the series "PMI-RMP® Certification Training".This section explains Plan Risk Responses.
Brian McLogan
Evaluating the composition of Functions
👉 Learn how to evaluate an expression with the composition of a function and a function inverse. Just like every other mathematical operation, when given a composition of a trigonometric function and an inverse trigonometric function,...
Brian McLogan
Use the difference quotient to find the derivative of square root
👉 Learn how to evaluate the limit of a function using the difference quotient formula. The difference quotient is a measure of the average rate of change of the function over an interval, h. The limit of the difference quotient gives the...
KnowMo
Introduction to Inverse Functions
The video is a lecture presentation on inverse functions. The speaker provides an overview of what functions are and how they work before discussing inverse functions in more detail. They explain the two methods for solving problems...