Instructional Video9:37
Curated Video

Alteryx Advanced - Regex and Parsing XML

Higher Ed
In this video, you will learn about regex (regular expressions), which are sequences of characters to create patterns to locate and manage strings of data. You will learn to use the Regex tool. We will look at a demonstration that uses...
Instructional Video2:18
Curated Video

Design Microservices Architecture with Patterns and Principles - Apache Kafka Core APIs - Producer, Consumer, Streams, and Connect API

Higher Ed
This video introduces the core APIs provided by Apache Kafka. It explains how the producer API is used to publish messages, the consumer API to consume messages, the streams API for stream processing, and the Connect API for integrating...
Instructional Video6:06
Curated Video

The Function Table and the Rule

K - 8th
Mr. Addit demonstrates how to find patterns in a function table to name the rule. He also works through sets of function tables.
Instructional Video8:27
Curated Video

Review for You: Addition and Function Tables

K - 8th
Mr. Addit reviews addition and the use of function tables.
Instructional Video7:26
Financial Times

American LNG exports surge with European demand

Higher Ed
FT Energy Source - Exports have rocketed, particularly for European producers. Last December, the US became the world’s biggest exporter of this super chilled fuel. But as the FT’s Justin Jacobs explains, not everyone’s happy about the...
Instructional Video5:45
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Testing MariaDB Connection from PHP (Part 2)

Higher Ed
This is a continuation of how to use PHP MySQLi to connect to and communicate with a MariaDB database featuring a demo app and code samples.
Instructional Video6:30
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Basket

Higher Ed
After creating a ledge for the basket page, we will now learn to add functionality to the basket and start receiving items from the product list and the function buttons to work.
Instructional Video4:15
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Dangerously Set HTML (Yeah Really)

Higher Ed
Let's learn about dangerouslySetInnerHTML, a property you can use on HTML elements in a React application to set their content programmatically.
Instructional Video9:03
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API - Get Product By ID

Higher Ed
This lesson will teach us how to fetch and get product information by ID. This code uses the fetch() function to call the Web API Product controller class.
Instructional Video8:12
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Binding the Products

Higher Ed
In this video, we will explore binding products, which are articles that can be used as a graphical finishing or as an assembly item for other products.
Instructional Video10:56
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Rendering the Categories

Higher Ed
In this video, you will learn about rendering, the process of generating a photorealistic or non-photorealistic image from a 2D or 3D model using a computer program of the various categories of elements.
Instructional Video4:15
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styling the Store

Higher Ed
Now, we will focus on creating a stylized interface for the store. We will define the page structure, the Events, and how the store behaves.
Instructional Video10:41
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API

Higher Ed
In this lesson, we will look at the Fetch API, a promise-based interface for fetching resources by making HTTP requests to servers from web browsers.
Instructional Video5:51
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Determining a Draw Condition

Higher Ed
After getting the moves to function in the game, we will now determine a draw condition when there are two players and how the game is a tie or a draw, what parameters are defined to determine the draw, and the conditions of the game.
Instructional Video2:12
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - React Key Property

Higher Ed
Here, in this lesson, you will learn how to assign a key property to each user in the React game.
Instructional Video8:20
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Initializing the Game Board

Higher Ed
In this lecture, you will learn to debug the errors created in the previous video, which did not allow certain functions to execute properly, and we will initialize the game board.
Instructional Video7:04
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Passing Props - Destructing - React Children

Higher Ed
We will take a second look at the props or properties learned in the previous project and take lessons to the next level. We will define the properties of the circles of this game project.
Instructional Video5:41
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Game Circle - Event

Higher Ed
In this video, we will create the game board component and define the Event() functions for the game.
Instructional Video11:09
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Building the Calculator Visuals

Higher Ed
This video demonstrates how to build the visuals of our elementary calculator project. We are going to develop a very basic component called a calculator.
Instructional Video3:59
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Props in React

Higher Ed
In this lesson, you will learn more about props or properties used in React. Here, the properties are transferred from the parent component to the child component.
Instructional Video5:39
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Functional Components in React

Higher Ed
In this video, we will understand how to introduce functional components to load data into our React project, the basic calculator.
Instructional Video1:54
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Functions

Higher Ed
In this video, you will learn about JavaScript functions to create blocks of code to perform particular tasks when called upon with an example.
Instructional Video1:58
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Do-While Loop

Higher Ed
Here, we will look at a variation of the while loop, the do-while loop, which will execute the entire code block once before checking that the condition is met and then allows the execution as long as the condition remains true.
Instructional Video2:08
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript While Loops

Higher Ed
In this lecture, we will look at the while loop, which can be executed as long as a condition or a set of conditions specified are met with an example.