Ron Liu Blog

Written by Ron Liu father of a daughter, fullstack dev You should follow him on Twitter

What I learned today

The confusion nil pointer in golang

February 26, 2023

When I firstly learn golang, I think is just like in javascript. It just means it point to nothing. If you think the same way, let’s check…

Several tips when using Terraform

February 17, 2022

Terraform is a Switzerland knife in the DevOps world, and super friendly for the developers. I am a developer for a long time and recently I…

5 Tips when designing Graphql Schemas

May 20, 2020

Graphql becomes more and more mainstream, and is becoming the recommended practice when starting a new project. And it’s critical important…