Calculate a reasonable daily usage quota for BigQuery
A previous post showed how to set a ‘daily query usage‘ quota in BigQuery, and what that quota should be to stay within the free tier of BigQuery. Well, what …
Analytical – Honest – Passionate
A previous post showed how to set a ‘daily query usage‘ quota in BigQuery, and what that quota should be to stay within the free tier of BigQuery. Well, what …
The following command will create a gzipped (compressed) tar file (many files into one file) for a folder called “Downloads”. In other words all the files and folders in the …
In BigQuery there is a free tier for querying data. As long as less than 1 tebibyte of data is queried in a month there are no charges associated with …
AI summary: The video “Focusing Your Unconscious Mind: Learn Hard Concepts Intuitively (And Forever)” presents a method for deeply and intuitively learning complex concepts so they become second nature and …
A podcast from the Art of Manliness podcast about self improvement and surrounding philosophy from some of the most influential characters in the formation of modern day United States of …
A short python script that uses the Sendgrid API to send a basic email.
I came across this great tool today called gitleaks. This tool will search through directories and git repos (all locally) to see if it can find any secrets, API keys, …
SQLite is a great choice for doing data analytics locally. SQLite is a robust database that has been battle tested for over a decade. It is a single file which …
Videos about genetic algorithms from the Nature of Code playlist from “The Coding Train” YouTube channel. Nature of Code genetic algorithm section.
If a particular user has been added read access to a table these permissions can be removed using the REVOKE keyword in SQL: