Ruurtjan Pul·Dec 7, 2022Fix “The Google Analytics Terms of Service in your network settings must be accepted before this…By default, Google Ad Manager doesn’t let you link a GA4 property. It will tell you that:
Ruurtjan Pul·Jan 8, 2022How to find the region of a DigitalOcean droplet?The DigitalOcean dashboard does not show the region of already deployed droplets. There is a way to figure this out, though.
Ruurtjan Pul·May 11, 2021A poor man’s Alexa ranking dashboardSure, there are many expensive tools out there to track the competition of your website. But maybe you just want a quick idea of the amount…
Ruurtjan Pul·Apr 7, 2021DNS propagation does not existA widespread fallacy among IT professionals is that DNS propagates through some network. So widespread in fact, that there are a couple of…
InbigdatarepublicbyRuurtjan Pul·Jun 8, 2020Writing functional DSLs for business domainsIn functional programming, a domain specific language (DSL) is a set of functions that can be composed to solve a specific problem. They…
Ruurtjan Pul·Nov 29, 2019Trimming Parquet files to a single rowInstall trimparquet to trim Parquet files down to the only contain the first record.
InbigdatarepublicbyRuurtjan Pul·Sep 30, 2019On machine learning team compositionGetting machine learning off the ground requires many skills and capabilities. Some of these skills are related, some are not. For example…
Ruurtjan Pul·Apr 27, 2019Understanding Kafka with FactorioWhile playing Factorio the other day, I was struck by the many similarities with Apache Kafka.A response icon6A response icon6
Ruurtjan Pul·Nov 17, 2018Multiline regex within a cell in Google SheetsCells in Google Sheets can have multiple lines of text, and sometimes you need to match an expression over these lines. REGEXEXTRACT…
InQuick CodebyRuurtjan Pul·Jul 13, 2018Learning linear algebra with ScalaI recently came across 3Blue1Brown’s “Essence of linear algebra” YouTube playlist. As the title implies, it covers the basics of linear…