Blog
部落格

Vibecoding my everything-tracker · 4 min read

2026-04-05

Ever 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-09

So... we're documenting our defecation routine! ...

Living by me · 8 min read

2023-04-17

...

Refactoring Turtmail Part 2 · 2 min read

2022-12-31

Refactoring is not just a way of life, it is __the__ way of life. ...

sg to us · 7 min read

2022-12-30

My Journey! ...

My Tech Roundup for 2022 · 5 min read

2022-12-30

A simple 2022 roundup. ...

Committing secrets into Github · 3 min read

2022-12-10

Recently 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-03

Data 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-30

Recently bought Uncle Rob's Clean Code and instinctively went to relook at my old python code that I've been using but not maintaining....

Pipedream Telegram to Notion in an hour · 4 min read

2021-11-16

Last time I blogged about setting up a telegram bot with AWS. That took a few days of effort to write the lambda webhook as well as the IaC for AWS resources. This time with Pipedream, I took an hour. ...