Instructional Video11:37
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Port Numbers

Higher Ed
An IP address directs a packet to the right computer, but it's the port number that makes a connection between two applications on separate systems. It's critical to understand how port numbers do their job and to memorize many special...
Instructional Video3:52
Curated Video

Design Microservices Architecture with Patterns and Principles - Design the Architecture - Scalability - E-Commerce App

Higher Ed
In this video, we will explore the process of designing scalable architecture for an e-commerce application. Learn about the key considerations and design patterns involved in achieving scalability, including load balancing and caching....
Instructional Video8:53
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Strict Network Firewall Policy

Higher Ed
In this video, you will learn about rule groups evaluated by order of priority, starting from the lowest number and the rules in each rule group processed.
Instructional Video8:02
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Remote Server Administration Using Linode GLISH

Higher Ed
This guide will show you how to install and configure a VNC server that you can remotely connect to and run a desktop environment on CentOS 8.
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 Video7:20
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Testing PHP on Apache

Higher Ed
In this lesson, we will review the steps of testing PHP with an Apache webserver using the Ubuntu Server LTS environment.
Instructional Video5:05
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Key Terms: Stacks, Frameworks, and Languages (Part 3)

Higher Ed
This is a continuation of the lesson from the previous lecture, which explains full-stack languages in detail.
Instructional Video5:41
Curated Video

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

Higher Ed
In this video, we will create our initial project file on the web server and configure the settings before we begin.
Instructional Video6:31
Curated Video

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

Higher Ed
This is the first text code practice for the React program. Here you will learn how to write a simple text code, Hello React.
Instructional Video2:26
Curated Video

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

Higher Ed
In this lesson, we will understand comparison operators to compare the quality or difference between variables or values with examples.
Instructional Video1:59
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Changing and Deleting Elements

Higher Ed
Let's learn how to change array elements using an index number and change or delete elements using functions.
Instructional Video2:05
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Arrays - Pop - Push - Shift - Unshift

Higher Ed
In this video, you will learn about the different functions or methods and their uses, including pop, push, shift, and unshift.
Instructional Video1:28
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Array Attributes

Higher Ed
Here, you will learn about how the values of an array can be output using the toString() method and specify separators using the join() method.
Instructional Video2:15
Curated Video

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

Higher Ed
Let's learn about JavaScript arrays, which are used to store multiple values in a single variable with an example.
Instructional Video1:38
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Math Round Function

Higher Ed
In this video, you will learn how to use math to round the decimal to the nearest integer.round function.
Instructional Video1:05
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Min and Max Function

Higher Ed
Let's learn how to find the lowest or the highest value in a list of arguments using the min and max functions.
Instructional Video1:19
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Special Characters

Higher Ed
You will learn about writing codes for strings within quotes, with an example to understand better and preview in a web browser.
Instructional Video3:12
Curated Video

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

Higher Ed
In this lesson, you will learn about strings in JavaScript, which store a series of characters or text in quotes with an example.
Instructional Video1:23
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Object Output

Higher Ed
In this video, you will learn how to output multiple object property values in a single line of text.
Instructional Video1:43
Curated Video

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

Higher Ed
This video illustrates objects in JavaScript with a real-life example using a car.
Instructional Video3:46
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Arithmetic Operations Continued

Higher Ed
This video is a continuation of the previous lecture and will explore more of the arithmetic operators.
Instructional Video3:44
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Arithmetic Operations

Higher Ed
Let's discuss the arithmetic operators available in JavaScript to perform operations on constants and variables and look at the different operators available in JavaScript.
Instructional Video1:34
Curated Video

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

Higher Ed
In this lesson, we will use examples to understand JavaScript constants (fixed values).
Instructional Video1:41
Curated Video

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

Higher Ed
In this lecture, we will understand how to output data using JavaScript using the "" method and the window alert.