fullstackblogger.comHow to Deploy and Host a React App using NetlifyIn this article, we will deploy the final part of our full-stack application to the cloud: the front-end website. This will communicate with the REST API we deployed in the previous blog. We will discuss why we are using Netlify to host our React app...Jul 30, 2024·5 min read
fullstackblogger.comHow to Deploy a Spring Boot REST API on AWS Elastic BeanstalkIn this article, we will deploy our Spring Boot REST API application to AWS using Elastic Beanstalk. We will explain how to generate the jar file and configure Elastic Beanstalk. When the deployment is complete, we will test our endpoints using Postm...Jul 22, 2024·4 min read
fullstackblogger.comHow to Create and Connect to an AWS PostgreSQL DatabaseIn this article, we will create our AWS Database based on the local database we created earlier. This process involves creating an EC2 instance to host the database, setting up our PostgreSQL database on that EC2 instance, and configuring it so we ca...Jul 17, 2024·6 min read
fullstackblogger.comHow to Sign Up and Create an Admin IAM User on AWSIn this article we will sign into the AWS console for the first time and create an IAM User with full administrator access. For reference, here are the official AWS doc's on the process: https://docs.aws.amazon.com/streams/latest/dev/setting-up.html....Jul 7, 2024·4 min read
fullstackblogger.comHow to Build a Full Stack App on Your Local MachineIn this article, we will set up a local full-stack application if you don't already have one. If you have already set it up or want to develop your own specific app, feel free to skip this article. I will list the main software/languages used for the...Jun 24, 2024·3 min read