• Design and Deploy a Highly Available Node js Web app to AWS

    Intro Recently I made a blog post regarding migration of PostgresDB to Amazon RDS. This was in fact something I had to do during a personal AWS project that utilised postgresDB. In this article I will try to go over the entire project in more detail. The project is a simple online node web app…


  • Migrate Local Postgres DB to Amazon RDS Instance

    Introduction Recently I was experimenting with creating an application on AWS. To keep things simple I chose PostgreSQL as my database and starting working on the database on my local PC. As part of the migration stage to AWS I was faced with two choices with regards to the Postgres database, either recreate the database…