Blog
部落格
Terraform vs Pulumi vs AWS CDK · 11 min read
2021-03-09IaC is a powerful tool. The blog post no one asked for. ...
I built a payslip email service · 5 min read
2020-11-27I came up with a a email service to solve a requirement of sending out payslips every month....
My First Bash Script · 5 min read
2020-10-23Recently, I took up the linuxupskillchallenge hosted by lovely folks, on reddit....
Variable Fonts and Web Components · 4 min read
2020-08-20Variable Fonts is a pretty buzz buzzword in the frontend community. This is me spending the weekend working with web components and variable fonts. ...
Learning Flutter · 3 min read
2020-08-14Flutter is a cross platform UI framework that can be used to build native apps and web apps, developed by Google. ...
README-the-RSS · 4 min read
2020-08-11Last week, I configured my profile README on github. I wanted to have an action to pull my latest blog posts. Of course there were many in the marketplace, but I still created my own Github Action! ...
Created an IG filter with PickerUI! · 3 min read
2020-08-06There are many text filters amongst my IG stories so I wanted to see how to recreate it. ...
Deploy deno with Github Actions · 5 min read
2020-08-02I had an idea for a new project and wanted to try out deploying a Deno backend....
Learning Flutter - Implicit Animations · 11 min read
2020-07-26In this short tutorial, I will attempt to cover `AnimatedPositioned` and `SlideTransition` from the popular Flutter UI Mobile framework. ...