Curated Video
Learning D3.JS 5.0 4.5: Modifying Elements
In this video, we will learn which methods can modify the elementsand the difference from other methods. • Navigate to GitHub to read for the attr() and text() methods. • Use these methods. Understand and write the examples. • Talk about...
Curated Video
Alteryx for Beginners - Filter Tool (Date Example)
This video explains with an example how to use the Filter tool for date data in Alteryx. This clip is from the chapter "Preparation Tab" of the series "Alteryx for Beginners".This section focuses on the Preparation tab.
IDG TECHtalk
R tip: Quick lookup tables with named vectors
Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
Brian McLogan
How to graph a vertical inequality
👉 Learn how to graph linear inequalities with one variable. Linear inequalities are graphed the same way as linear equations, the only difference being that one side of the line that satisfies the inequality is shaded. Also broken line...
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...
Curated Video
C++ 20 (2a) New Features - Rationale for std::format
Why new standard formatting? A new library which was type safe, concise, extendable, flexible, and efficient. Available mechanism did not have all these qualities; therefore string formatting library was born using {fmt} library as the...
Brian McLogan
How can we represent any term in a binomial expansion
👉 Learn all about binomial expansion. A binomial expression is an algebraic expression with two terms. When a binomial expression is raised to a positive integer exponent, we usually use the binomial expansion technique to easily expand...
Curated Video
Complete Java SE 8 Developer Bootcamp - LocalTime, LocalDateTime, and Period
A look at three other immutable java.time types. This clip is from the chapter "Dates and Time" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about immutable class to represent a date.
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Web Services – Key Terminology
This video demonstrates the key terminology of 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 about web...
Curated Video
Mastering the Slide Zoom Feature in Microsoft PowerPoint
In this tutorial, Justin demonstrates how to use the slide zoom feature in Microsoft PowerPoint to create engaging and interactive presentations. He explains how to access this feature with an Office 365 subscription and also provides...
Curated Video
How to Create a Notebook Paper Effect in Microsoft PowerPoint Tutorial
In this tutorial, Justin demonstrates how to create a realistic notebook paper effect in Microsoft PowerPoint using shapes and simple techniques. From creating the paper sheet to adding lines, holes, and torn edges, he guides viewers...
Curated Video
Learning PHP 7 (Video 40)
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Curated Video
Learning CSS (Video 30)
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
Curated Video
Learning ASP.NET Web API (Video 19)
Revolutionary changes in the mobile world introduced various type of devices such as smart phones, tablets, and IoT devices, all connected to a network based on a HTTP protocol and HTML 5. This lead to a big push to build REST-based...
friEdTech
Smarter Gmail Series Lesson 8 Fancy Signatures
How to insert a "fancy" graphical signature in Gmail.
IDG TECHtalk
Get month-over-month comparisons in R
See various ways to calculate month-over-month, week-over-week, and year-over-year comparisons in R using dplyr and lubridate.
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 06 - Enhancing the Hello World Service with a Path Variable
Web Services with Spring and Spring Boot: Step 06 - Enhancing the Hello World Service with a Path Variable This clip is from the chapter "RESTful Web Services with Spring and Spring Boot" of the series "Master Java Web Services and REST...
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 21 - Introduction to Swagger Documentation Format
Web Services with Spring and Spring Boot: Step 21 - Introduction to Swagger Documentation Format This clip is from the chapter "RESTful Web Services with Spring and Spring Boot" of the series "Master Java Web Services and REST API with...
Brian McLogan
How to graph an exponential equation with multiple transformations
👉 Learn how to graph exponential functions. An exponential function is a function that increases rapidly as the value of x increases. To graph an exponential function, it is usually very useful to make the table of values of the...
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Inserting Many Movies at Once With Bulk API
This video demonstrates how to insert many movies at once with bulk API. This clip is from the chapter "Mapping and Indexing Data" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section focuses on mapping...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Format as Table
The aim of this video is to explore how to format as table. This clip is from the chapter "Excel 2019 Beginners: Formatting Worksheets" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, you'll learn how to...
Brian McLogan
Master how to determine if a function is linear or not
Master how to determine if a function is linear or not
Brian McLogan
Tutorial - Determine if an equation is an example of direct variation ex 4, y= 1/5x
In this video I will show you how to use direct variation to help determine the missing variable, as well as how to determine if an equation is an example of direct variation or not. For an equation to be an example of direct variation...
Brian McLogan
Determining the sum of a geometric sum when there is no sum
👉 Learn how to find the geometric sum of a series. A series is the sum of the terms of a sequence. A geometric series is the sum of the terms of a geometric sequence. The formula for the sum of n terms of a geometric sequence is given by...