AWS

AWS Copy Files Manually From S3 to EC2

Oftentimes, we would want to manually copy files from an S3 to an EC2 instance in AWS. This is possible but requires several steps and some configuration. 1. Create IAM Role For EC2 Instances First, create a new role. This

React, Software Development

ReactJS – Starter Project

When learning React Native, one has good understanding of the basics of ReactJS. Otherwise, he or she’ll feel lost and may implement a solution that is not in conformity with React (JS or Native). A good starter project for ReactJS is important as it provides an already working initial project so that newbie developers can begin coding right away.