JHJames Haleinblog.potamic.net·Apr 28, 2024 · 6 min readLogic in the BI layer sucks, so why do we keep doing it?We all know that using a BI tool like Looker, PowerBI, Domo, Tableau, etc. to host business logic is a recipe for angry users, massive break-fix backlogs, and no two sources ever agreeing. So then why does every BI tool on the planet support logic? H...00
JHJames Haleinblog.potamic.net·Aug 17, 2023 · 3 min readRunning MailHog in Github ActionsFor the impatient: # .github/workflows/test.yml jobs: test: name: Test runs-on: ubuntu-latest steps: # ... - name: Install & Run MailHog run: > wget -q https://github.com/mailhog/MailHog/releases/download/v...00