Curated Video
Adding a Date Picker in Microsoft Word
This video tutorial demonstrates how to insert a date picker into a Microsoft Word document using the developer tab. By following the step-by-step instructions provided, viewers can easily customize the format of the date displayed,...
Curated Video
Creating Circular Text and Connecting Circles in PowerPoint
In this tutorial, I show you how to create text which follows a circular path and how to create a broken ring that appears in the gaps between words.
Curated Video
Displaying Dates in Any Format You Want in Excel
In this tutorial, Justin demonstrates how to easily format dates in Microsoft Excel using custom date formats. He shows how to display dates in various ways, such as showing only the day, month, year, or full date as a sentence. By using...
Economics Explained
The 2020 Nobel Prize in Economics: Simultaneous Multiround Auction
The Sveriges Riksbank Prize in Economic Sciences in Memory of Alfred Nobel, or simply the Nobel Prize in Economics is an award given every year to thought leaders in the field. In and amongst all of the happenings in the world this year...
Curated Video
Learning ASP.NET Web API (Video 12)
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...
Curated Video
Java 11 Programming for Beginners 5.5: Working with Internationalization – I18N
Internationalization is typically an afterthought. Java has a lot of features to help rescue developers from the many traps in this endeavour, and we learn some of them in this video. • We explore the I18N APIs available to format things...
Tarver Academy
How to Respond in Google Forms
In This Episode, Tyler Teaches Us About How to Respond in Google Forms
Curated Video
Learn Git in 3 Hours- Rebasing
Sometimes we will want to incorporate new changes from the branch we branched from into our feature branch. To do this, we can use the Git rebase command. • Check out the feature branch to rebase • Use the Git rebase command with the...
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...
IDG TECHtalk
Variable formatting with the fmt package | Smart Go
Learn how to use Go's fmt library to control the formatting of variables, both when just printing to the console and when rendering new strings from other variables within a program.
Brian McLogan
Verifying an identity by combining like terms and using reciprocal properties
👉 Learn how to verify rational trigonometric identities involving the addition and subtraction of terms. To verify trigonometric expression means to verify that the term on the left-hand side of the equality sign is equal to the term on...
Curated Video
Ansible for the Absolute Beginner - Ansible Inventory
This video focuses on Ansible inventory. This clip is from the chapter "Introduction to Ansible Inventory" of the series "Ansible for the Absolute Beginner - Hands-On – DevOps".This section focuses on Ansible inventory.
Curated Video
API Testing with Postman - Improving API Documentation
Learn why API documentation matters and how it can help with quality. Also learn how to easily create it in Postman. • Show how to create an example • Use the example as a basis for building documentation • Demonstrate using it in the...
Curated Video
.NET Core Microservices - Checkout UI
This video presents a checkout UI. This clip is from the chapter "Consume Coupon API" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about consume coupon API.
Brian McLogan
How to rewrite an equation from standard form to slope intercept form 3x‐7y=14
👉 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
Complete Java SE 8 Developer Bootcamp - DateTimeFormatter
Learn to code with DateTimeFormatter to build date and time in custom manner. 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...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Using Format Painter
The aim of this video is to explore how to use format painter. 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...
Brian McLogan
Learn how to rewrite an expression using the value i, 5 - root(-24)
👉 Learn how to simplify radical expressions. In this playlist we will explore simplifying radical expressions by prime factorization and rules of exponents. We will explore the square root, cube root as well as the fourth root of numbers...
Curated Video
Java Programming for Complete Beginners - Java 16 - Eclipse Tip - Save Actions
This video is an introduction to Eclipse - first Java project: Eclipse tip - save actions. This clip is from the chapter "Introduction to Eclipse - First Java Project" of the series "Java Programming for Complete Beginners - Java 16".In...
Brian McLogan
How to graph a quadratic when it is in vertex form
👉 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
Create a Custom Lego Building Block Template for PowerPoint
In this tutorial, Justin demonstrates how to create a custom Lego Building Block template presentation in PowerPoint. He shows how to design one by one and two by four Lego bricks with precise measurements and alignment, incorporating...
Rachel's English
Resumes
Applying for jobs in America while you’re learning English? I’ll show you to write your resume and cover letter in English and give you lots of tips for your job search. Learning English in the context of important life events is a great...
Brian McLogan
Given summation notation, learn how to find the sum of a finite series
👉 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...
Curated Video
Beginning Python (Video 9)
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...