Curated Video
Alteryx Advanced - Regex and Parsing XML
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Apache Kafka Core APIs - Producer, Consumer, Streams, and Connect API
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...
Curated Video
The Function Table and the Rule
Mr. Addit demonstrates how to find patterns in a function table to name the rule. He also works through sets of function tables.
Curated Video
Review for You: Addition and Function Tables
Mr. Addit reviews addition and the use of function tables.
Financial Times
American LNG exports surge with European demand
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...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Testing MariaDB Connection from PHP (Part 2)
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Basket
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Dangerously Set HTML (Yeah Really)
Let's learn about dangerouslySetInnerHTML, a property you can use on HTML elements in a React application to set their content programmatically.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API - Get Product By ID
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Binding the Products
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Rendering the Categories
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styling the Store
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Determining a Draw Condition
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - React Key Property
Here, in this lesson, you will learn how to assign a key property to each user in the React game.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Initializing the Game Board
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Passing Props - Destructing - React Children
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Game Circle - Event
In this video, we will create the game board component and define the Event() functions for the game.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Building the Calculator Visuals
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Props in React
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Functional Components in React
In this video, we will understand how to introduce functional components to load data into our React project, the basic calculator.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Functions
In this video, you will learn about JavaScript functions to create blocks of code to perform particular tasks when called upon with an example.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Do-While Loop
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript While Loops
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.