Blog
部落格
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....
Pipedream Telegram to Notion in an hour · 4 min read
2021-11-16Last 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. ...
Create a telegram bot with AWS · 4 min read
2021-05-26Over the last month, I created a telegram bot that will query the PSI levels in Singapore....
Debugging Flyway Migrations · 7 min read
2021-03-24The lessons I learnt in debugging. ...