Brian McLogan
Graphing a qudratic by converting to vertex form
👉 Learn how to graph quadratic equations by completeing the square. A quadratic equation is an equation of the form y = ax^2 + bx + c, where a, b and c are constants. The graph of a quadratic equation is in the shape of a parabola which...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Table Styles
The aim of this video is to explore table styles. This clip is from the chapter "Excel 2019 Advanced: Tables" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore the tables.
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Print Formatting
Being able to add variables to strings and print it out is very important in Python and Python debugging. This lesson will show you the old Python 3.5 way, and the newer Python 3.6+ way to format your sentences. This clip is from the...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark Infer Schema
In this lesson, you will learn about the schema of Spark DataFrames. 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 DataFrames in depth.
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Important Questions Related to Web Services
This video explains some important questions related to the web services. This clip is from the chapter "Introduction to Web Services" of the series "Master Microservices with Spring Boot and Spring Cloud".In this section, you will learn...
Curated Video
Mastering Microsoft Word 365 - Setting tabs 2
Learn how to make organize text and improve readability by setting tabs.
Curated Video
Beginning Python (Video 10)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
IDG TECHtalk
Linux tip: Learn to use display release commands
In this tip, we look at commands that identify the version of Linux in use on a Linux system – the lsb_release and uname commands. Leave a comment and let us know which command you want featured in a future Linux Tips video.
Curated Video
KS2 Primary English Age 9-13 - Vocabulary: Form - Explained
SchoolOnline's Primary English videos are brilliant, bite-size tutorial videos delivered by examiners and skilled teachers. Ideal for ages 9-13, they cover every key skill in English Reading and Writing that students need to master in...
Brian McLogan
Identifying the transformations of a quadratic function
👉 Learn how to graph quadratic equations in vertex form. A quadratic equation is an equation of the form y = ax^2 + bx + c, where a, b and c are constants. The graph of a quadratic equation is in the shape of a parabola which can either...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Catching Errors Shorthand
In this video, we'll cover catching errors shorthand. This clip is from the chapter "JavaScript JSON and AJAX" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section introduces JSON and AJAX. Learn about...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Creating Spark DFs
Let's get started with Spark DataFrames. In this session, we will be creating the first DataFrames. 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...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 36 – Implementing Spring Cloud Sleuth
This video explains how to implement Spring Cloud Sleuth. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on microservices...
Curated Video
Linkedin Profile For Professionals - The Power of the About Essay
Yes you can write about yourself, and more importantly you should! The About essay is a golden opportunity to postiion yourself most effectively. This one section is the best way to really differentiate yourself against all the other...
Practical Ninjas
How to cite in LaTeX | Inserting Bibliography in the document | Share Latex | Learn LaTeX 10
This video presents how to cite articles, journal papers or books using LaTeX in a document. One also learns to insert bibliography in the document. The video explains the concepts with hands on code. Stay calm and keep learning....
Curated Video
Mastering Microsoft Word 365 - Styles Pane
Learn how to utilize Word 365's Styles Pane to preview presets and customize and save your own style setting.
Curated Video
Laws of Logarithms: Understanding and Application
The video is a lecture presentation on the laws of logarithms. The presenter explains the three laws of logarithms and their applications using examples. The video also covers key facts about logarithms and how to convert them between...
Curated Video
Comprehensive Android Developer Bootcamp - CRUD - Get All Items from Database
Build a Baby Needs App:CRUD - Get All Items from Database 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....
Brian McLogan
Learn how to determine if there are no triangles for ambiguous case
👉 Learn how to determine if a given SSA triangle has 1, 2 or no possible triangles. Given two adjacent side lengths and an angle opposite one of them (SSA or ASS), then there are 3 possible cases: there can be 1 solution, 2 solutions,...
Curated Video
C++ 20 (2a) New Features - std::format_to and std::format_to_n
This video explains how std::format_to and std::format_to_n work, and how to safely format text to std::vector and c array. • Format text to std::vector using std::back_inserter • Format text to std::vector but preallocate memory, by...
Brian McLogan
Dividing 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 Modern JavaScript Bootcamp (2019) - Moment
Does JavaScript come with built-in support for dates? Yup. Is it fun to use? Nope. In this video, you’ll learn about moment.js, a third-party JavaScript library that makes working with dates better. This clip is from the chapter "Data...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Floats Images
In this video, we'll cover CSS floats images. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline style, CSS...