Published onNovember 18, 2021Prometheus + Grafana + Loki with docker-composedockerprometheusgrafanalokiobservabilitylogsmetricsSpin up a local observability stack (Prometheus for metrics, Loki for logs, Grafana for dashboards) using docker-compose with minimal configs.
Published onNovember 18, 2021PSR-15 Middleware: Add custom header in TYPO3typo3psr-15middlewarephpSmall PSR‑15 middleware example for TYPO3: register a middleware that appends a custom HTTP response header.
Published onJuly 21, 2021Create Date Table in Microsoft Power BIpower-bimdate-tablepower-queryCreate a reusable custom date table in Power BI using Power Query (M) with fiscal year support and handy helper columns.
Published onMay 16, 2021Mock HTTP API Responses with Guzzle (PSR-18/PSR-7)integrationphpguzzlepsr-18psr-7testingMock HTTP responses and verify requests in unit tests using Guzzle’s MockHandler and History middleware with PSR-18/PSR-7 clients.
Published onApril 15, 2021Promtail Pipeline for Caddy LogsintegrationmonitoringIngest Caddy access logs with Promtail: configure scrape job, parse logfmt/json, extract labels and fields, and forward to Loki/Grafana.