Colin Day
14 posts
How I created sttrace in 1 week
This was one week before my Meta Production Engineer interview. I was looking for a website to practice…
How I Attached and Mounted an EBS Volume to My Ubuntu EC2 Instance
Introduction: What Is Amazon EBS and Why Does It Matter? Amazon Elastic Block Store (EBS) is AWS’s scalable,…
Creating Materialized View with FAST REFRESH
Part 1 – Implementation: Creating Materialized View with FAST REFRESH To enable FAST REFRESH in a materialized view,…
Deploying a Microservices Stock Trading Application on AWS with Terraform, Kubernetes & Helm
I built this project during my job search. I was actively interviewing for DevOps/SRE/Systems Engineer roles. My interviews…
Sufficient Software Tests Using Metrics
The primary goal of software testing is to prevent bugs and defects from reaching end users. Effective testing…
Integrating WebDataRocks and CanvasJS for Interactive Data Visualization
Introduction In modern web applications, data analysis and visualization play a crucial role in delivering insights. While pivot…
[DAY 93-95] I built an interactive database in PostgreSQL using a shell script
Hi everyone! Welcome back to another blog where I document the things I learned in web development. I…
Product Development Strategy: Example and Steps to Creating One
In today’s ultra-competitive landscape, your product development strategy is a roadmap that helps you navigate the journey from…
Top product management reads in July
In case you missed them, here’s a round-up of the most-read articles on Mind the Product this month…
How to Reverse a String in Java: A Comprehensive Guide
Reversing a string is a common programming task that can be approached in several ways. In this blog,…