Curated Video
The Complete Practical Docker Guide - Running Containers in Background
This video focuses on running containers in the background. This clip is from the chapter "Docker Containers Management (Ubuntu, Nginx)" of the series "The Complete Practical Docker Guide".This section focuses on Docker containers...
Curated Video
Solving Quadratic Problems: Factored Form and Finding Zeros and Symmetry
In this lesson, students will learn how to convert quadratic functions from standard form to factored form and use it to solve quadratic problems. They will also learn how to find the zeros and lines of symmetry using the factored form.
Curated Video
C++ Standard Template Library in Practice - Writing Generic Functions for Iterators
We want to learn how to leverage iterators to write generic functions, that work on a large variety of different things. • Discuss the pros of using iterators • Introduce the idea of generic functions (that is, the core of STL) • Create...
Curated Video
C++ 20 (2a) New Features - std::format: Placeholders and Syntax
This video shows formal syntax for formatting library mini language and how to use placeholders and placeholder IDs. • Define simple text with integers and switch placeholders using IDs • Consider formal syntax of std::format and compare...
Packt
CompTIA Network+ Certification N10-007: The Total Course - Introduction to 802.11
This video provides an introduction to the 80 2.11 wireless standards and how it works with wireless network traffic. This clip is from the chapter "Wireless Networking" of the series "CompTIA Network+ Certification N10-007: The Total...
Curated Video
C++ Standard Template Library in Practice - Replacing and Transforming - equals
The listener is new to algorithms and does not know about the transform algorithms. • Introduce the listener to the std::transform algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a...
Brian McLogan
Sketching a negative angle in standard position
👉 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...
Brian McLogan
How to Determine the Amplitude and Period of a Graph
👉 Learn how to graph a cosine function. To graph a cosine function, we first determine the amplitude (the maximum point on the graph), the period (the distance/time for a complete oscillation), the phase shift (the horizontal shift from...
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Hosting Services Overview - Part 2
In this video, we'll cover hosting services overview - part 2. This clip is from the chapter "Free TLS Certificate (Let's Encrypt) on Paid Hosting" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll get a free...
Brian McLogan
Master Graphing Horizontal and Vertical Lines
Master Graphing Horizontal and Vertical Lines
IDG TECHtalk
Wi-Fi 6E explained, and when to adopt Wi-Fi 6
The Federal Communications Commission (FCC) in the U.S. recently approved some wireless spectrum within the 6GHz band for Wi-Fi 6 use. This will nearly quintuple the existing Wi-Fi 6 spectrum. The version of Wi-Fi that will take...
Curated Video
Learn Git in 3 Hours- Merge Requests
Once we have created some changes on our forked repo, we will want to contribute those changes back into the original repository. To do this, we can use a merge request. • Push local changes to our repository fork • Open a merge request...
Curated Video
AZ-204 Developing for Microsoft Azure Exam Prep - Automatic Scaling of Azure App Service
This video explains how to automatically scale Azure App Service. This clip is from the chapter "AZ-204 Scaling Applications and Services" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section explains how to scale...
Brian McLogan
Learn how to graph an equation when they share the same intercepts ex 11, -2x + 8y = 0
👉 Learn how to graph linear equations written in standard form. When given a linear equation in standard form, to graph the equation, we first rewrite the linear equation in slope intercept form, (i.e. in the form y = mx + c, where m is...
Curated Video
Multi-Paradigm Programming with Modern C++ - The Course Overview
This video will give you an overview about the course. This clip is from the chapter "Introduction to C++" of the series "Multi-Paradigm Programming with Modern C++".In this section we talk about programming paradigms, history of C++,...
Curated Video
C++ 20 (2a) New Features - Migrating Stdio and Iostreams to std::format
This video explains how to migrate to new string formatting from stdio or iostreams-based code. It also shows how to get working implementation if it is not yet shipped with the standard library. • Consider inc.hpp contants and its usage...
Packt
CompTIA Network+ Certification N10-007: The Total Course - Power Over Ethernet (PoE)
This video explains the PoE WAP configurations, where these are used, and the requirements needed to be able to implement this type of device. This clip is from the chapter "Wireless Networking" of the series "CompTIA Network+...
Curated Video
The Importance of Operational Performance in Business Success
The video discusses the importance of operational performance in businesses, which relates to how efficiently and effectively a business produces and delivers its product or service to the market. The video covers various factors that...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Simple Storage Service (Amazon S3) Managing Objects Lab
This video explains how Amazon Web Services (AWS) provides several management functions for the objects in Amazon S3 buckets. This clip is from the chapter "Solutions Architect Chapter 2 – Amazon Web Services (AWS) Storage Design" of the...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Kinesis Data Analytics
This video explains the creation of the data with Kinesis Data Streams or Kinesis Firehose and how to analyze the data. This clip is from the chapter "Solutions Architect Chapter 11 – Amazon Web Services (AWS) Application Deployment" of...
Curated Video
Multi-Paradigm Programming with Modern C++ - A Brief History with C++
Every new C++ standard adds support for different programming styles. Understanding the evolution of C++ can improve programming skills. • How C++ started? • Overview of features added in each new standard • Features of the new C++2a...
Brian McLogan
Writing the standard form of a hyperbola given the foci and asymptotes
Learn how to write the equation of hyperbolas given the characteristics of the hyperbolas. The standard form of the equation of a hyperbola is of the form: (x - h)^2 / a^2 - (y - k)^2 / b^2 = 1 for horizontal hyperbola or (y - k)^2 / a^2...
Brian McLogan
Graph the Tangent Function with a Phase Shift
👉 Learn all about graphing trigonometric functions. In this playlist, we will explore how to graph the sine, cosine, tangent, cotangent, cosecant and secant function. We will explore the characteristics of each graph as well as how to...
Brian McLogan
Master Graphing a system of two linear inequalities
Master Graphing a system of two linear inequalities