Brew Day: Black IPA
So it’s here again! BREW DAY. That glorious few hours where I get to drink beer while making beer. There’s really something chicken and egg about …
Read more →Articles by Mike Moore on AI, DevOps, platform engineering, observability, Kubernetes, API design, and cloud-native software development.
So it’s here again! BREW DAY. That glorious few hours where I get to drink beer while making beer. There’s really something chicken and egg about …
Read more →As I begin expanding my website, I want to share my initial experiences with home brewing. This new hobby combines three of my passions: coding, automation, and …
Read more →I’ve managed multiple WordPress sites with substantial traffic (up to 60K daily visits) on a single server. This article serves as an introductory roadmap …
Read more →Welcome to part 3 of an 8-part series on WordPress optimization focusing on web server configuration. This guide assumes completion of the previous installation …
Read more →Welcome to Part 1 of a comprehensive 8-part series on WordPress optimization! This introductory chapter covers the essential prerequisites for getting started. …
Read more →This is Part 2 of an 8-part series on WordPress optimization, focusing on setting up your first virtual server. Why Anyone Can Do This IT professionals …
Read more →Spam referrals cluttering analytics is frustrating. Here’s a VCL 4.0 approach to redirect suspicious referral sources. Implementation The solution uses a …
Read more →This post highlights advanced deployment resources for setting up WordPress infrastructure from the ground up. Key installation components include: Installing …
Read more →Node.js by default runs on a single process and at max utilizes one CPU. To take the full advantage of a multi core system, multiple node processes can be run …
Read more →This post discusses implementing custom error handling in the Tornado web framework by creating a reusable base handler class. The Problem I identified a need …
Read more →