Skip to content

Jerry Ng's blog

Welcome to my personal website. Here, I write about my silly pursuits and unlikely follies.

  • By Jerry Ng
  • Based in Singapore
  • Roughly 11 posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2022 10
2023 12
2024 9

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

3 Easy Ways To Add Version Flag in Go
One of my favorite things about Go is its distribution process using the go install command. With go install, I don’t have to deal with the trouble of setting up brew, npm, pip, or any …
On , by Jerry Ng, 823 words
Solving Canceled Meeting Rooms With Apps Script
Today, I arrived at work a bit earlier than usual. After grabbing my morning coffee routinely, I opened up my Google Calendar to see what meetings I had for the day. Of course, our meeting …
On , by Jerry Ng, 1,627 words
How I Saved Scraped Data in an SQLite Database on GitHub
Some time back, I stumbled upon this amazing idea of Git scraping made popular by Simon Willison. It involves using GitHub Actions to scrape data and save it directly into a Git repository. Essentially, for …
On , by Jerry Ng, 1,334 words