Serverless Wedding Website: Planning & Designing

This will be the start of my Serverless Wedding Website series, where I will be writing about the journey of developing and implementing my wedding website from scratch. The project is still ongoing and will continue to develop as this series continues. <Update on 13th August 2020. The wedding has been postponed due to COVID-19,… Continue reading Serverless Wedding Website: Planning & Designing

Learning Modern Web Development with Full Stack Open

I was hunting for a course to pick up some web development skills to prepare for an upcoming project. There is an insane amount of learning resources for web development on the Internet. My requirements were: Free Up-to-date content Full Stack (front end + back end) Beginner-friendly Full Stack Open by University of Helsinki While… Continue reading Learning Modern Web Development with Full Stack Open

Lessons Learnt: CI/CD for React App on AWS S3

When I first started to host my React application (create-react-app) on AWS S3, I would test locally, build, copy the build artifacts into the S3 bucket and commit my code. I wanted to try to set up a CI/CD pipeline for the first time to automatically deploy the artifacts to S3 every time I commit… Continue reading Lessons Learnt: CI/CD for React App on AWS S3