How to Lead Engineering Teams Without Technical Knowledge
Health warning: This article may not make you feel happy, it may not suit you to read this article. I am not even sure I necessarily believe everything I am…
Read more →Health warning: This article may not make you feel happy, it may not suit you to read this article. I am not even sure I necessarily believe everything I am…
Read more →If you run a WordPress site behind Cloudflare, your page view numbers are lying to you. Jetpack Stats, WP Statistics, Post Views Counter and nearly every other WordPress analytics plugin…
Read more →If you run a technical blog on WordPress, you know the pain. You paste a markdown article with fenced code blocks, Gutenberg creates bland core/code blocks with no syntax highlighting,…
Read more →Andrew Baker · February 2026 · andrewbaker.ninja 1 The Problem with TTFB Time to First Byte has been the go to diagnostic for server responsiveness since the early days of…
Read more →On a quiet Friday evening in late March 2024, a Microsoft engineer named Andres Freund was running some routine benchmarks on his Debian development box when he noticed something strange.…
Read more →Stop Waiting for Fonts Quick Guide to font-display: swap on macOS Your website might be secretly blocking page renders while it waits for fancy custom fonts to load. This invisible delay tanks your Core Web Vitals and frustrates users. The fix is simple: font-display: swap. Here’s how to audit your sites and fix it in […]
Read more →Gartner says 40% of agentic AI projects will fail by 2027. I think they’re being optimistic. Walk into almost any large enterprise right now and you’ll find the same scene:…
Read more →If you run a WordPress site for any length of time, the database quietly fills with junk. Post revisions stack up every time you hit Save. Drafts you abandoned years…
Read more →1. What is Minification Minification is the process of removing everything from source code that a browser does not need to execute it. This includes whitespace, line breaks, comments, and long variable names. The resulting file is functionally identical to the original but significantly smaller. A CSS file written for human readability might look like […]
Read more →By Andrew Baker, CIO at Capitec Bank There is a category of enterprise technology vendor whose approach to pricing is so fundamentally at odds with how purchasing decisions actually get…
Read more →