Author: M Smith
FTX and SBF
A collection of media resources about the FTX collapse and subsequent Scam Bankrun Fraud trial. TL;DR What Bitcoin Did Coffeezilla Crypto critics corner The ‘Against the rules with Michael Lewis’ …
Send a pdf attachment on email to Google Chat space
Situation An pdf export is configured from some external system into your Gmail inbox. You take this pdf export, and forward it on to a Google Chat Space for wider …
Export Google Sheets to pdf and send over Google chat
Situation A beautiful report has been created in Google Sheets. The spreadsheet is exported to a pdf format and circulated with the relevant people via a Google Chat space. Complication …
UNNESTing in BigQuery – a guided introduction
The UNNEST function in BigQuery is used to transform arrays or repeated fields within a table into individual rows. This is particularly useful when dealing with data stored in nested …
Getting started with Streamlit
Video Tutorials 30 days of Streamlit Build a different Streamlit app each day for 30 days https://blog.streamlit.io/30-days-of-streamlit/ Streamlit documentation Offical Streamlit documentation. Very user friendly and accessible reference materials. https://docs.streamlit.io/library/get-started
How to host a Streamlit app on Google Cloud Run
A short guide for deploying a Streamlit app to Cloud Run on Google Cloud platform. Google Cloud Run is a managed platform for hosting and running docker containers. So once …