Curated Video
Java Programming for Complete Beginners - Java 16 - Step 25 - Java Conditionals and If Statement - Exercise Solutions
This video talks about Java conditionals and if statement - exercise solutions. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - JavaScript Objects
In this video, we'll cover JavaScript objects. This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript code,...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 20 – Invoking Currency Exchange Microservice from Currency Conversion Micro
This video is about invoking currency exchange microservice from currency conversion micro. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This...
Curated Video
The Complete Excel Guide: Beginners to Advanced - How Date and Time Works
The aim of this video is to explore how date and time works. This clip is from the chapter "Excel 2019 Advanced: Date and Time Functions" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore the...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Introduction to SOAP (Simple Object Access Protocol) Web Services
This video introduces you to the SOAP (Simple Object Access Protocol) 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...
Curated Video
CompTIA A+ Certification 220-1001: The Total Course - New Installation - First Drive
A brand-new system doesn’t have a bootable drive with an installed operating system. In this episode you will go through the process of setting up an initial drive and installing an operating system using bootable media. This clip is...
Curated Video
Learning Dart (Video 3)
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Curated Video
Mastering Spring Framework Fundamentals - Setting Up Remote Debugging of a Web Application
This video introduces you to the concept of encapsulation. This clip is from the chapter "Access Modifiers, Encapsulation, and Static" of the series "TypeScript for Beginners".This section introduces you to access modifiers,...
IDG TECHtalk
How to write your own R package
When you hear “R package,” you may think something to share with other people. But an R package can also be a good way to organize your own work. Check out this episode's accompanying article here:...
Curated Video
C++ Standard Template Library in Practice - Project - Overview
In this video, we want to tie all of these concepts together and see it running. • Get an overview of the project we are going to build • See how the project is going to be divided into 3 parts • Build the project This clip is from the...
Curated Video
Excel VBA Programming The Complete Guide - Design Aesthetics
The Format menu in the Visual Basic Editor offers options for aligning, grouping, and resizing one or more form controls. In this lesson, we apply these techniques to the controls in our employees UserForm. This clip is from the chapter...
Brian McLogan
How to graph an absolute value equation with a vertical and horizontal transformation
👉 Learn about graphing absolute value equations. An absolute value equation is an equation having the absolute value sign and the value of the equation is always positive. The graph of the parent function of an absolute value equation is...
Curated Video
Python 3 for Beginners: String Formatting and Input Methods
In this educational video, you will learn how to use the format method in Python to efficiently format strings. The video covers the use of placeholders and format fields, and shows how to pass values to those fields using the format...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Introduction to RESTful Web Services
This video provides an introduction to RESTful 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
The Complete Excel Guide: Beginners to Advanced - File Extensions, Share, Export, and Publish Files
Understand file extensions, share, export, and publish files. This clip is from the chapter "Excel 2019 Beginner: Saving Workbooks" of the series "The Complete Excel Guide: Beginners to Advanced".This section aims to teach you how to...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Using Styles
The aim of this video is to explore how to use styles. 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
Pre-Calculus - Simplify expressions using fundamental identities, tanx . cscx
In this video series I show you how to simplify trigonometric expressions by using identities. Trigonometric identities help us transform expressions so that we can simplify an expression to a singular term. We will apply reciprocal,...
Brian McLogan
Learn how to solve a polynomial using the difference of two cubes and quadratic formula
👉 Learn how to find the zeroes of a polynomial equation/expression involving the sum/difference of two cubes. Given a polynomial having the sum of two cubes, the polynomial can be factored as follows: a^3 + b^3 = (a + b)(a^2 - ab + b^2)....
Curated Video
Microsoft Word: A Guide to Sentence Case and Capitalization
In this video tutorial, the instructor demonstrates how to apply case changes to text in Microsoft Word. By utilizing the change case tool, viewers are guided through converting text to sentence case, lowercase, uppercase, and capitalize...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Building Reusable Utility for Logging
This video demonstrates how to build reusable utility for logging. This clip is from the chapter "Part II-Logging and Generating HTML Reports in Python Framework" of the series "Selenium Python Automation Testing from Scratch and...
Curated Video
Learning ASP.NET Web API (Video 8)
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
Comprehensive Android Developer Bootcamp - App- Showing Money Counter - Currency Format
Android Development – Let the fun Begin!:App- Showing Money Counter - Currency Format This clip is from the chapter "Android Development – Let the fun Begin!" of the series "The Comprehensive Android Developer Bootcamp".This section...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Inheritance, subclasses and complete example class
A look at how to format print statements and use special characters within strings This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python...
IDG TECHtalk
How to use the uptime command: 2-Minute Linux Tips
In this Linux tip, learn how to use the uptime command. It tells us how long the system has been up and running – and provides some additional information as well.