code.splrk.net

Thoughts and musings for Software Developers

I am Ryan Seal and have been developing software professionaly for the last 12 years. Currently I live and work in South Africa wirting software for a non-profit organization.

CentOS Stream 8 HTTP server first steps

centosinfrastructurelinux
June 12, 2021

Spinning up a linux server with a public IP address always needs a few extra steps. This post details a few steps to take after your CentOS virtual machine is running and before you spin up any live services.

Why you should avoid using null

clean code
March 30, 2019

Most software languages support the concept of null, however in this article I make a case that using null actually makes your software worse.