In this post we explore how Terraform was used to deploy the application to the cloud. The cloud of choice was Azure: https://azure.microsoft.com/en-gb This is mainly because I will be…
Previous chapter showed how to implement Rails with AWS Cognito. This chapter will focus on how you can communicate with your backend for authentication purposes. Note that there are many…
Follow part 2, which shows how you connect your React/Javascript front end to endpoints covered here. First of all, log into your AWS account and navigate to Cognito: https://console.aws.amazon.com/cognito/home You…
In some of the previous posts, we covered getting started with Material UI from scratch and also deploying those UI / Backend pieces. In this post, we will cover creating…
So on my journey to learn more about re-platforming and micro-services I came across that you could actually 'host' your react front-end application in an s3 bucket. That's pretty cool,…
We looked at deploying your application such as Ruby on Rails with Heroku. Now we may explore things like server-less design. Re-platforming is a big topic and a large undertaking.…
We already deployed our RoR app to Heroku in this post. Let's set up SSL with Heroku and our Rails application. I've actually wasted several hours sorting out SSL manually,…
This post is an extension to previous Active Storage post covered in section 7. Here we will look at an advanced query and fine tuning it to remove N+1 queries…