Blog
部落格

Building a Live-streaming app · 5 min read

2019-12-06

We built a [live-streaming triva app](https://www.facebook.com/panikgame) from scratch and at peak, we reached 4.9K concurrent viewers for a time period of 15 minutes. ...

Building with Svelte · 4 min read

2019-11-03

[Svelte](https://svelte.dev/) is a framework that surgically updates the DOM when the state of your app changes....

Google Cloud Functions + Scheduler · 5 min read

2019-09-16

This week at work I had a new task and got to try out Google Cloud Functions and Scheduler (Cron Job)....

Hello Sentry · 3 min read

2019-08-30

[Sentry](https://sentry.io) is an error tracking tool, to log and visualize errors that are popping up from your system....

Resolving Postgres UniqueKey Violation · 2 min read

2019-08-29

I encountered a weird postgres error in my rails application yesterday....

Revisiting Expense Tracker · 5 min read

2019-08-23

So in 2018, I wrote my first react app with coupled with firebase myself. It served me pretty well - a basic crud for expenses. A year on, ...

Netlify Forms · 1 min read

2019-06-30

Netlify magic helped to migrate a rails app to a JAM stack, saving us the monthly cost of a digital ocean droplet as well. ...

Gophercon 2019 · 4 min read

2019-05-08

Gophercon lasted for a week on 28 Apr 2019 to 3 May 2019. ...

exposing other attributes as JSON in Rails Models · 1 min read

2019-05-08

A simple post on exposing other attributes when returning a json representation of a model instance....

caddy - web browser · 2 min read

2019-05-06

I encountered mixed content errors from my browser as Netlify enforces api requests to be made over https, while my backend did not have a domain. ...