Latest
14
Nov
Advocating for readability at the cost of maintainability
At this point, I think most of us understand that us developers spend more time reading code than writing it.
4 min read
14
Nov
CRAAP Test
The CRAAP test is an acronym for Currency, Relevance, Authority, Accuracy, and Purpose, which are five standards used to evaluate
1 min read
14
Nov
Cohen's kappa
Cohen's kappa is a statistic that measures the agreement between two raters on categorical data, correcting for chance
1 min read
07
Nov
AI is Rewriting the Rules of Workflow Engines
AI is reinventing deterministic workflow engines like Zapier. Instead of chaining fixed inputs and outputs, AI-driven workflows build and reason from shared context, blending deterministic precision with agentic flexibility.
4 min read
09
Sep
Vulnerabilities. Known vs. Actual risk.
A new vulnerability is discovered in an open source package used in your codebase.
Should you block the codebase from
1 min read
03
Aug
My emigration journey
I'm Chris. In 2019 I moved to Germany. This is my story.
I'm a South African.
19 min read
23
Sep
Newsletter #1
Hi there fellow techies !
It's been an insane couple weeks at work, but I churned out a couple
3 min read
23
Sep
Laravel in Kubernetes Part 11 - Adding Let's Encrypt certificates to the application
The next important piece, is for us to add certificates to our application, so our users can securely use our
8 min read
14
Sep
Laravel in Kubernetes Part 10 - Exposing the application
Our application is now successfully deployed in Kubernetes, but we need to expose it to the outside world.
We can
6 min read
31
Aug
Laravel in Kubernetes Part 9 - Deploying the Laravel Scheduler
In this post, we'll cover deploying the Laravel Scheduler in Kubernetes.
The Laravel Scheduler takes care of running
4 min read