Codesandbox: Good environment for Teaching Javascript to KidsI want to teach kids a useful programming language, like Javascript so they can build a website and deploy it to show case their work. I…Apr 19, 2021Apr 19, 2021
Jq group_by and split into file namescurl -s https://gowatchit.net/data/vaccine/counties/CA.json | jq -cr ‘group_by(.fips) | .[] | .[0].fips as $k | “\($k)\t\(.)”’ | awk -F\\t…Apr 12, 2021Apr 12, 2021
Backfilling a data table with rows of missing datesNow imagine you have a table with state with testing data, some states have most recent data and some states don’t how do you back fill…Apr 12, 2021Apr 12, 2021
Trying out Google’s Cloud SQL (with MySQL)Google’s Cloud SQL is a fully managed database as a service platform.Apr 12, 2021Apr 12, 2021