Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Port Numbers
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design the Architecture - Scalability - E-Commerce App
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....
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Strict Network Firewall Policy
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Remote Server Administration Using Linode GLISH
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.
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 - Testing PHP on Apache
In this lesson, we will review the steps of testing PHP with an Apache webserver using the Ubuntu Server LTS environment.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Key Terms: Stacks, Frameworks, and Languages (Part 3)
This is a continuation of the lesson from the previous lecture, which explains full-stack languages in detail.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Web Servers
In this video, we will create our initial project file on the web server and configure the settings before we begin.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Hello, React
This is the first text code practice for the React program. Here you will learn how to write a simple text code, Hello React.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Comparisons
In this lesson, we will understand comparison operators to compare the quality or difference between variables or values with examples.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Changing and Deleting Elements
Let's learn how to change array elements using an index number and change or delete elements using functions.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Arrays - Pop - Push - Shift - Unshift
In this video, you will learn about the different functions or methods and their uses, including pop, push, shift, and unshift.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Array Attributes
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Arrays
Let's learn about JavaScript arrays, which are used to store multiple values in a single variable with an example.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Math Round Function
In this video, you will learn how to use math to round the decimal to the nearest integer.round function.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Min and Max Function
Let's learn how to find the lowest or the highest value in a list of arguments using the min and max functions.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Special Characters
You will learn about writing codes for strings within quotes, with an example to understand better and preview in a web browser.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Strings
In this lesson, you will learn about strings in JavaScript, which store a series of characters or text in quotes with an example.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Object Output
In this video, you will learn how to output multiple object property values in a single line of text.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Objects
This video illustrates objects in JavaScript with a real-life example using a car.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Arithmetic Operations Continued
This video is a continuation of the previous lecture and will explore more of the arithmetic operators.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Arithmetic Operations
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Constants
In this lesson, we will use examples to understand JavaScript constants (fixed values).
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Output
In this lecture, we will understand how to output data using JavaScript using the "" method and the window alert.