Curated Video
C++ Standard Template Library in Practice - Numeric Algorithms - std::inner_product and std::iota
The listener is new to algorithms and does not know about the numeric algorithms. • Introduce the listener to the std::inner_product, and std::iota algorithm • Show how it works and explain the different versions available • Reinforce...
Brian McLogan
Converting to vertex form and identifying the vertex
👉 Learn how to identify the vertex of a parabola by completing the square. A parabola is the shape of the graph of a quadratic equation. A quadratic equation can be written in the standard form (i.e. in the form y = ax^2 + bx + c) or it...
Brian McLogan
Identify zeros and multiplicity of polynomials in factored form
Identify zeros and multiplicity of polynomials in factored form
Curated Video
PMI-RMP Certification Training - About PMI and PMBOK
This video explains PMI and PMBOK. This clip is from the chapter "Overview of RMP Certification Course" of the series "PMI-RMP® Certification Training".This section explains an overview of the RMP Certification course.
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Interacting with VM Using PowerShell
In this video, we will cover interacting with VM using PowerShell. This clip is from the chapter "Azure Administration" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces PowerShell and its module...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Autoscaling Features-Lab
In this video, we will cover autoscaling features-lab. This clip is from the chapter "Serverless Computing" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains serverless computing and how to create a...
Curated Video
C++ 20 (2a) New Features - Coroutine Anatomy
Here, discuss new keywords and when and how does a function becomes a coroutine. • Discuss what new tools coroutines provide the programmers with • Discuss what is missing from coroutines • Discuss how and when does a function become a...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Flow Procedure in Achieving OAuth 2.0 Authentication Mechanism
This video explains the flow procedure in achieving the OAuth 2.0 authentication mechanism. This clip is from the chapter "Handling Google and Facebook OAuth 2.0 Authorization Grant Types" of the series "REST API Automation Testing from...
Economics Explained
Is Wealth Inequality Actually a Problem?: The Benefits Of Inequality
The wealthiest among us today live a life unparalleled by any other human throughout history. The greatest Kings and emperors could only dream of the life afforded to today’s billionaires. It doesn’t end there, even mere...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Batch Normalization
This video demonstrates batch normalization. This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the overview of the deep...
Curated Video
Salesforce Platform App Builder Certification Training - Standard and Custom Objects
This video explains standard and custom objects. This clip is from the chapter "Data Modeling and Management" of the series "Salesforce Platform App Builder Certification Training".This section explains data modeling and management.
Curated Video
Probability Statistics - The Foundations of Machine Learning - Continuous Distributions Code
In this video, we will cover continuous distributions code. This clip is from the chapter "Random Variables - Rationale and Applications" of the series "Probability / Statistics - The Foundations of Machine Learning".In this section, we...
The Business Professor
Defamation and 1st Amendment Considerations
This Video Explains Defamation and 1st Amendment Considerations
Brian McLogan
Determine slope interecept form from standard form
👉 Learn how to write the equation of a line in a point-slope form. The equation of a line is such that its highest exponent on its variable(s) is 1. (i.e. there are no exponents in its variable(s)). There are various forms which we can...
Curated Video
AZ-204 Developing for Microsoft Azure Exam Prep - Creating a Web Application
This video demonstrates how to create a web application. This clip is from the chapter "AZ-204 Azure App Service" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section explains how to expand mobile Internet with 3G...
Curated Video
The Complete Practical Docker Guide - Why You Need to Know Linux while Studying Docker
This video explains why you need to know Linux while studying Docker. This clip is from the chapter "Getting Started with Linux" of the series "The Complete Practical Docker Guide".This section talks about getting started with Linux.
Packt
CompTIA A+ Certification 220-1001: The Total Course - Wi-Fi Standards
Since the original 80 2.11 standard back in 1999, there have been five major and hundreds of minor revisions. It’s impossible to support an 802.11 network without a working understanding of these standards. This clip is from the chapter...
Curated Video
Salesforce Platform App Builder Certification Training - Lightning Features
This video explains Lightning features. This clip is from the chapter "Organizational Setup" of the series "Salesforce Platform App Builder Certification Training".This section explains the organizational setup.
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Amazon SQS Queue Types - Standard Queues and FIFO Queues
This video explains the Amazon SQS queue types—standard queues and FIFO queues. This clip is from the chapter "AWS SQS for Event-Driven Architecture with Queues" of the series "AWS Serverless Microservices with Patterns and Best...
Brian McLogan
How to write the standard form of a parabola
Learn how to write the equation of a parabola given a point on the parabola. A parabola is the shape of the graph of a quadratic equation. A parabola can open up or down (if x is squared) or open left or right (if y is squared). Recall...
Brian McLogan
Learn how to graph a bearing in standard form
👉 Learn how to sketch angles in terms of pi. An angle is the figure formed by two rays sharing the same endpoint. Angle is measured in radians or in degrees. One complete revolution about a point is equivalent to 2pi radians and 360...
Curated Video
The Complete Practical Docker Guide - Creating Python Containers
This video is about creating Python containers. This clip is from the chapter "Running Python Applications in Docker" of the series "The Complete Practical Docker Guide".This section focuses on running Python applications in Docker.
Curated Video
Understanding ASCII and Unicode
A short tutorial that explains what ASCII and Unicode are, how they work, and what the difference is between them; for students studying GCSE Computer Science.