Reverse proxy external https backend with Caddy
In this post, I’ll introduce you to Caddy and guide you through configuring it as a reverse proxy for hosting a Single Page App (SPA).
In this post, I’ll introduce you to Caddy and guide you through configuring it as a reverse proxy for hosting a Single Page App (SPA).
My biggest problem with snake_case in programming is that I find it flow-breaking to write the underscore separator character.
In this post I describe how to set up a branch name rule to avoid issues with case-sensitive branches in GitHub.
In this post I describe how to configure the polling interval of the TeamCity Url Build Trigger.
I was looking into simple frustum culling algorithms that I could apply to some software I am making. I found the Radar frustum culler to be a quick to imple...