This is the second part of my blog series on PHP. In this post, we will cover OPcache and preloading.
As developers, we often have to work with old code that we’ve inherited from someone else. Of course, it’s…
Model-View-Controller (MVC) is a popular architectural design pattern used in software development…
In this post, I’ll review steps for creating a MySQL database backup script and…
Today I will implement a CDN design using Go. I’m not familiar with Go, and this is my first time creating…
Recently, I decided I needed to refresh my knowledge of HTTP headers. Here are the notes I made.