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
centosinfrastructurelinuxJune 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 codeMarch 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.