Blog
部落格

Terraform vs Pulumi vs AWS CDK · 11 min read

2021-03-09

IaC is a powerful tool. The blog post no one asked for. ...

Thank you 2020, Next · 5 min read

2021-01-02

## Highlights of 2020...

I built a payslip email service · 5 min read

2020-11-27

I 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-23

Recently, I took up the linuxupskillchallenge hosted by lovely folks, on reddit....

Variable Fonts and Web Components · 4 min read

2020-08-20

Variable 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-14

Flutter 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-11

Last 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-06

There 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-02

I 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-26

In this short tutorial, I will attempt to cover `AnimatedPositioned` and `SlideTransition` from the popular Flutter UI Mobile framework. ...