Blog
部落格
Building a website downdetector using Supabase · 3 min read
2026-05-05My downdetector bot (@DownOrNotBot) is now live!...
Vibecoding my everything-tracker · 4 min read
2026-04-05Ever since the birth of LLM and AI coding agents, vibe coding is pretty much a thing for all software engineers, including me. ...
Documenting poop frequency for health reasons · 4 min read
2026-02-09So... we're documenting our defecation routine! ...
Refactoring Turtmail Part 2 · 2 min read
2022-12-31Refactoring is not just a way of life, it is __the__ way of life. ...
Committing secrets into Github · 3 min read
2022-12-10Recently I committed a crime. I had committed aws keys into Github! So I'm here to blog about some of my observations. ...
Generating a Data Dictionary · 6 min read
2022-04-03Data dictionaries are particulary important in understand the database schema of an application. How do developers create and update this data dictionary? I created a very very simplified automated tool to generate a dd using flyway scripts. ...
Refactoring turtmail · 5 min read
2022-01-30Recently bought Uncle Rob's Clean Code and instinctively went to relook at my old python code that I've been using but not maintaining....