• 0917-xxx-xxxx
  • cerbie.delacruz@tutorialsdojo.com
  • San Jose Del Monte, Bulacan

How to Upload Files To AWS S3 from React App using AWS Amplify

To get started, we first need to create a new React project using the Create React App CLI  Now change into the new app directory and install NPM packages for AWS Amplify, AWS Amplify UI React, react-router-dom, emotion, and uuid Configure Amplify Installing the CLI Next, we’ll install the AWS Amplify CLI: Now we need to configure the CLI with our […]

How to launch your website using AWS Lightsail

Lightsail is an integrated product of services offered by AWS. It is better for small to medium scale workloads and much less costlier than EC2 instances. In this blog, I will show the steps on how to launch your website using AWS LightSail. First, You have to create an instance in Amazon Lightsail. Click on Create Instance And then pick […]

Ubuntu 20.04 – Initial Server Setup

When you first create a new Ubuntu 20.04 server, you should perform some important configuration steps as part of the initial setup. These steps will increase the security and usability of your server, and will give you a solid foundation for subsequent actions. Step 1 — Logging in as root About root The root user is the administrative user in a Linux […]