Thomas Bensmann Thomas Bensmann
☰ ✕
  • About me

20. June 2023

Quick Tip: Transferring a Serialized Option in WordPress Using WP-CLI

In this post, we’ll look at how to transfer a single serialized option between WordPress installations from the command line. This technique can be usefull when dealing with serialized data…

Read more

10. December 2021

DigitalOcean API and CPU metrics from /proc/stat

TL:DR; DigitalOcean API returns /proc/stat data in its CPU metrics API, and here I’ll show you how to convert that to something usefull. After years of developers begging, DigitalOcean opened…

Read more

4. November 2020

Combining Caddy with Nginx

If you have needs beyond what Caddy offers, you setup a reverse proxy to Nginx. Let’s look at an example where you would use Nginx for caching. I also added…

Read more

4. November 2020

Serving WordPress with Caddy 2

I’ve been using Nginx for about a decade, and beyond using Varnish every now and then I haven’t really had the need to use anything else. Well, recently I started…

Read more

1. November 2019

jQuery resize-end event

Recently I was asked about jQuery’s resize event. It runs its resize while the users resizes the window – meaning it can be triggered hundreds of times before ending the…

Read more

15. February 2019

First impression of Digital Ocean’s Managed Databases

Last night Digital Ocean launched Managed Databases, a service I have been looking forward to. For now it’s only available for PostgreSQL (which I hardly ever use) but MySQL support…

Read more
Next Page »