How to initialize a new React.js App in your local development environment
If you keep on forgetting how to create a new project in React.js, you are definitely not alone. I’m writing this post because I keep on forgetting it. So to my future self, just follow the steps below to initialize a new React.js App. #1 Install the most recent version of Node.js. Installers can be…
How to solve Google Authenticator MFA no longer working
If the multifactor authentication (MFA) codes in your Google Authenticator stops working, the problem most probably is the time of your Android device is not synced. I’ve experience this issue with Google Authenticator when I was logging into my AWS management console. I am sure that I am using the correct credentials and correct Google…
How to solve service limit not sufficient error when launching Control Tower in a new AWS Account
If you just created an AWS account and tried to set up the Landing Zone via Control Tower in the AWS management console, you might encounter the error Your AWS environment is not ready for AWS Control Tower to be set up. AWS Control Tower detected issues with your AWS account environment that prevent successful…