Computer Science Masters - Course ReviewOMSCS - Georgia Institute of Technology Online Masters of Computer ScienceMar 26, 2025·8 min read
Streamlining Your Analytics Pipeline: Exporting GA4 Data to BigQuery, Running DBT Models, and Visualizing with Looker StudioApr 22, 2023·4 min read
Automating My Car Search - Python & GitHub ActionsPython and GitHub Actions AutomationJan 28, 2023·5 min read
Top 5 Linux Commands I use as Data EngineerI'm in and out of server boxes all day using terminals and screen sessions. Making edits to files, setting up cron jobs, creating docker containers and monitoring data pipelines. Below are the top 5 commands I use every day. 1 cd and cd .. Navigate ...Dec 20, 2022·2 min read
How RuneScape Shaped MeI have incredibly fond memories of RuneScape. One of my first experiences was playing via Miniclip in my 4th-grade classroom. A substitute teacher's son was visiting for the day and taught us young minds how to cook a raw chicken in Lumbridge. I can...Dec 1, 2022·6 min read
Format a 64GB+ SD Card | Raspberry PiThe Raspberry Pi OS (previously called Raspbian) will only flash to SD/USB cards formatted with FAT32 or FAT16 formats. These formats are common for flash storages devices less than 64GB. However, If you have a 64GB, or larger SD/USB, you will need t...Oct 24, 2022·1 min read
Passing UTM Values to an Embedded PageScenario: A parent page has an embedded page with a form or other interaction(s) that would be useful to capture the UTM values in conjunction with those interactions. The Issue: A child (embedded) page does not, by default, communicate with the par...Jul 1, 2022·2 min read