I’ve been actively working with AI tools (ChatGPT, Github Copilot, etc) for about two years now – both in my day job as an Cloud/DevOps engineer and as an off-hours amateur app developer. Here are my thoughts thus far in… Read More ›
Products
How to Securely Monitor your App for FREE: An Example.
My app “Honee-Do”, a simple and free task sharing mobile application, has a ReactJS frontend (using Capacitor for single codebase maintenance) hosted in GCP’s Firebase and backend NodeJS/Express/MySQL stack living on an AWS Ubuntu EC2 instance with AWS RDS for… Read More ›
Intro to Terraform Pt II: The Building Basics
As discussed in part one of the Intro to Terraform series, Terraform is a declarative language which can be used to manage cloud resources in an Infrastructure-as-Code approach. For someone like myself – coming from a traditional IT background with… Read More ›