Curated Video
Learning LESS (Video 2)
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you to...
Curated Video
Advanced Swift 2 Application Development (Video 8)
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Packt
Java Consumer
This video explains how to create Kafka consumer in Java. This clip is from the chapter "Kafka Java Programming 101" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will learn to create the...
Brian McLogan
Learn how to divide two numbers in scientific notation
π Learn how to divide numbers written in scientific notations. Scientific notation is a convenient way of writing very large or very small numbers. A number written in scientific notation is of the form a * 10^n where a is the first...
Curated Video
TypeScript for Beginners - Static Methods
This video highlights the various static methods. This clip is from the chapter "Access Modifiers, Encapsulation, and Static" of the series "TypeScript for Beginners".This section introduces you to access modifiers, encapsulation, and...
Brian McLogan
Condensing a logarithmic expression with fractions
π Learn how to condense logarithmic expressions. A logarithmic expression is an expression having logarithms in it. To condense logarithmic expressions means to use the logarithm laws to reduce logarithm expressions from the expanded...
Curated Video
Learning Lodash 4.0 (Video 16)
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
Curated Video
Advanced Swift 2 Application Development (Video 12)
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Packt
Java Producer
This video explains how to create Kafka producer in Java. This clip is from the chapter "Kafka Java Programming 101" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will learn to create the...
Curated Video
The Full Stack Web Development - Components & Properties - Part 1 - Project Simple Profile
App Development with Angular: Components & Properties - Part 1 - Project Simple Profile This clip is from the chapter "App Development with Angular" of the series "The Full Stack Web Development".In this section, we work with Angular 2...
Curated Video
Apache Maven Beginner to Guru - Generating Java Classes with Project Lombok and Maven
This video explains how to generate Java classes using project Lombok and Maven. This clip is from the chapter "Generating Source with Maven" of the series "Apache Maven: Beginner to Guru".This section is about Generating Source with Maven.
Curated Video
Apache Maven Beginner to Guru - Challenge - Creating a Lombok Project with Maven
This video presents a challenge to create a Lombok project with Maven. This clip is from the chapter "Generating Source with Maven" of the series "Apache Maven: Beginner to Guru".This section is about Generating Source with Maven.
Curated Video
Apache Maven Beginner to Guru - Maven Wrapper
This video focuses on Maven wrapper. This clip is from the chapter "Maven Basics" of the series "Apache Maven: Beginner to Guru".This section focuses on the Maven basics, such as Maven coordinates, Maven repositories, and so on.
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Azure Activity Log-Lab
In this video, we will cover the AZ activity log-lab. This clip is from the chapter "Azure Monitoring" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces Azure monitoring services and its key...
Curated Video
Learning CSS (Video 7)
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...
Science360
A Universe from Nothing
Lawrence Krauss, recipient of a 2012 Public Service Award from the National Science Board, describes how quantum mechanics can explain how our universe began. More info at: http://www.nsf.gov/news/news_summ.jsp?cntn_id=123633
Packt
Kafka Connect Twitter Hands-On
This video focuses on the Kafka Connect Twitter Hands-On learning process. This clip is from the chapter "Kafka Extended APIs for Developers" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you...
Curated Video
Django3- Models
In this video, we will look at models. This clip is from the chapter "Site 2 - Personal Portfolio" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will be working on our project site 2 -...
Curated Video
Apache Maven Beginner to Guru - Generating Build Information with Maven
This video demonstrates how to generate build information from Maven. This clip is from the chapter "Apache Maven for Spring Boot" of the series "Apache Maven: Beginner to Guru".This section explains about Apache Maven for Spring Boot.
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Text Formatting - Part 2
CSS Basics: Text Formatting - Part 2 This clip is from the chapter "CSS Basics" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".This section is about CSS Basics.
Brian McLogan
Solving and graphing a multi-step inequality
π Learn how to solve multi-step linear inequalities having parenthesis. An inequality is a statement in which one value is not equal to the other value. An inequality is linear when the highest exponent in its variable(s) is 1. (i.e....
Curated Video
The Modern JavaScript Bootcamp (2019) - Object Basics
In this video, youβre going to learn the basics of JavaScript objects. Youβll learn how to create a new object and how to read and modify your objects. This clip is from the chapter "JavaScript Objects" of the series "The Modern...
Brian McLogan
Solve an exponential equation by taking log of both sides & approximating the value
π Learn about solving exponential equations. Exponential equations are equations involving exponents. To solve an exponential equation, we express the terms in both sides of the equality sign as single terms. Then, we express the single...
Brian McLogan
How do you solve an exponential equation with e as the base
π Learn how to solve exponential equations in base e. An exponential equation is an equation in which a variable occurs as an exponent. e is a mathematical constant approximately equal to 2.71828. e^x is a special type of exponential...