Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - CSS Grid Introduction
CSS Grid: CSS Grid Introduction This clip is from the chapter "CSS Grid" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".Learn about CSS Grid here.
Curated Video
Excel VBA Programming The Complete Guide - The Range.Replace Method
The Range.Replace method acts as a Find-and-Replace search mechanism. In this lesson, we apply it to a range of values in column A and discover a unique quirk when it comes to replacing numbers. This clip is from the chapter "Range...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Count and Range.CountLarge Properties
In this lesson, we use the Range.Count and Range.CountLarge properties to find out the number of cells in a given range. The returned value counts all cells, not just those with values. This clip is from the chapter "Range References" of...
Brian McLogan
Using the Box Method to Multiply a Trinomial by a Trinomial - Math Tutorial
👉 Learn how to multiply polynomials. To multiply polynomials, we use the distributive property. The distributive property is essential for multiplying polynomials. The distributive property is the use of each term of one of the...
Brian McLogan
Dividing a fourth degree polynomial by a binomial using long division
👉 Learn how to divide polynomials using the long division algorithm. To be able to solve a polynomial, we need to be able to get the factors and hence the zeros. To get the factors, we use the rational zeros theorem to get one of the...
Curated Video
Python for Data Analysis: Step-By-Step with Projects - Subsetting Both Rows and Columns
This video introduces you to subsetting both rows and columns. This clip is from the chapter "Exploring Data" of the series "Python for Data Analysis: Step-By-Step with Projects".This section introduces you to exploring data.
Curated Video
Python for Data Analysis: Step-By-Step with Projects - Selecting Columns
This video explains selecting columns. This clip is from the chapter "Exploring Data" of the series "Python for Data Analysis: Step-By-Step with Projects".This section introduces you to exploring data.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF (Group By -Visualization)
This video explains how grouping is happening by visualizing it for better understanding. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark...
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - What Is CSS Grid?
CSS Grid: What Is CSS Grid? This clip is from the chapter "CSS Grid" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll learn about CSS Grid.
Curated Video
How to Hide and Unhide Columns in a Spreadsheet
This video tutorial demonstrates how to hide and unhide columns in a spreadsheet efficiently. It explains the process of hiding columns to declutter the view without deleting important data, and then provides clear steps on how to easily...
Curated Video
Excel Tutorial: How to Rotate Table Data 90 Degrees Quickly and Easily
Learn how to quickly rotate tables in Excel by transposing the data through 90 degrees. Instead of manually rearranging information, discover the hidden "transpose" feature in Excel's paste special option. This efficient technique allows...
Curated Video
Robotic Process Automation - UiPath RPA Developer Masterclass - Data Table Variables
In this video, you will take a closer look at Data Table variables and all the things we can do with them. This clip is from the chapter "Tech Primer – Variables and Data Types" of the series "Robotic Process Automation - UiPath RPA...
Curated Video
Bootstrap 5 Course Build Responsive Websites Like a Pro - Col Class in Bootstrap
This video explains the Col class in Bootstrap. This clip is from the chapter "Bootstrap 5 Layout" of the series "Bootstrap 5 Course: Build Responsive Websites Like a Pro".This section focuses on the Bootstrap 5 layout.
IDG TECHtalk
How to use the new R pipe in R 4.1
See the new pipe operator built into R 4.1 and how it differs from the maggritr pipe. Don't want to install 4.1 yet? Learn how to run R 4.1 in a Docker container.
Curated Video
Microsoft SQL Server Development for Everyone - Deleting Data from the Table Using the Management Studio GUI
This video explains how to delete data from the table using the Management Studio GUI. This clip is from the chapter "Manipulating Tables and Data" of the series "Microsoft SQL Server Development for Everyone".This section explains how...
Brian McLogan
Find all the remaining zeros given a complex zero
👉 Learn how to find all the zeros of a polynomial given one complex zero. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. The zeros of a...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Resize Property
The Range.Resize changes the size of a range based on the location of a single cell. It can be used to dynamically increase the size of a cell range in the vertical direction, horizontal direction, or both. This clip is from the chapter...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Autosum
The aim of this video is to explore the Autosum function. This clip is from the chapter "Excel 2019 Advanced: Functions" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore what are functions.
Curated Video
The Complete Excel Guide: Beginners to Advanced - Relative References
Learn about the relative references. This clip is from the chapter "Excel 2019 Beginner: Creating Workbooks" of the series "The Complete Excel Guide: Beginners to Advanced".This section aims to teach you how to create a workbook in Excel.
Curated Video
Comprehensive Android Developer Bootcamp - Showing Items in a ListActivity
Build a Baby Needs App:Showing Items in a ListActivity This clip is from the chapter "Build a Baby Needs App" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to build your Baby Needs app. You...
Brian McLogan
Given a Irrational Factor, Find All the Zeros
👉 Learn how to find all the zeros of a polynomial given one irrational zero. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. The zeros of a...
Brian McLogan
Find the oblique asymptote and x and y intercepts of rational function
👉 Learn how to find the slant/oblique asymptotes of a function. A slant (oblique) asymptote usually occurs when the degree of the polynomial in the numerator is higher than the degree of the polynomial in the denominator. To find the...
Brian McLogan
Learn how to divide a polynomial by a monomial
👉 Learn how to divide polynomials by a monomial using the long division algorithm. A monomial is an algebraic expression with one term while a polynomial is an algebraic expression with more than one term. To divide a polynomial by a...
Curated Video
The Complete Java Developer Course: From Beginner to Master - 2D Arrays (Side Topic)
This video explains about the 2D arrays. This clip is from the chapter "Methods" of the series "The Complete Java Developer Course: From Beginner to Master".This section explains Methods that are a set of blocks of code that resolves a...