Published inDev GeniusSQL: “timestamp” vs “timestamp with time zone”I was confused when I was first working with timestamp in postgreSQL. So this is a quick attempt to illustrate the difference between the…Aug 29, 2024Aug 29, 2024
Increase node memory when npmThere’s countless of time that I encounter this error when running some script locally (with npm run).Apr 5, 2024Apr 5, 2024
Fighting with Jest / React / Babel / TypeScript / etc.This is just a rant when the tests of my project suddenly stop working after I upgrade react and react testing library to latest version…Apr 5, 2023Apr 5, 2023
Tips on using VSCodeOverride vscode global settings with per “project” settingFeb 28, 2023Feb 28, 2023
frisby with async/awaitAt the time of writing, this is not mentioned clearly in the docs, but it’s totally possible to use frisby with async/await in the tests…Mar 15, 2021Mar 15, 2021
Open VSCode settings as JSONVSCode is fun to work with, and it’s my default code editor of choice. However there is a particular annoying thing for me, which is the…May 29, 2020May 29, 2020