This is a case spotted recently, the file system disk usage was high and triggered the alert. From df -hT we see the utilization o ...
Spanner Google SQL
The reference of Google SQL language. Here are some sample Spanner SQL for quick revisit. Sample Interactive SQLs -- Launch spanne ...
Better Small Talk
Objective: become better at casual conversation/small talk/short interaction. build social confidence keep smiling in facial expr ...
Linux Paste Command
When working on update target field in Cassandra in batch, the IN operator is used with comma separated primary keys. To get a lis ...
Engineer Survival Guide
Imposter/imˈpästər/ syndrome Be aware we all feel like imposter syndrome sometimes, and don’t let it get to you. It is fun not kno ...
Chinese Life in English
Unexpected Shenzhen Street Food Bargains chinese hamburger, chinese pork burger claypot beef: thick/θɪk/, meaty soup street vende ...
VSC Developing inside a Container
This is a convenient function to create isolated, self-contained environment for development. For example, I want to test my Go/Py ...
Database Two-Column Table Design
This is a design and good practice about how to manage data in table for Spanner, and you can extend it to other types of DB accor ...
Test Dive Deep
This is the abridged summary of team tech talk ;-) Type of Testing Amount of tests from high to low: Unit tests: functions in yo ...