Learn Hard Concepts by Colin Galen
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 …
Analytical – Honest – Passionate
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:
A code snippet to add a user as read only on a BigQuery table. To add different permissions, other BigQuery roles can be seen in the Google documentation.
When creating or building a BigQuery Machine Learning model, the model itself is stored inside a BigQuery dataset. The code snippet below shows how to move a model from one …
A simple tool to create dates in a date range at the terminal. Each date in the date range is printed to the screen allowing for redirection or incorporation into …