Self-hosting a mail server is often complicated and messy. To begin with, there is an entire elaborate mechanism of sending and receiving emails, securely, that needs to be established. We need some...
In IT we often talk about the importance of computing time. Initially, that was the main focus. To get the programs to run as fast as we possibly can. In fact, when you rent a VPS, this compute time...
Learning about Kubernetes, in the beginning, would feel like drinking from a fire-hose. They have a number of various abstractions to solve various problems, all related to one essential goal -...
We work with a lot of clients on a daily basis and we have noticed having the ability to schedule tasks and guarantee that it runs at the set time is key to running any business, this is even more...
Imagine have an alternative universe that can help answer the question "What if I did this instead of that? Will the product perform better? Will I have more sales if I did this instead? "! Well, you...
How you ever wanted to display your most recent posts in WordPress? Displaying recent posts helps your users find your content easily allowing them to engage with them more. You can add recent posts...
In today's post, we will be going over a few MySQL queries that allow you to make changes to your database. We recommend that before making any changes to your WordPress database, you perform a full...
One of the most daunting thing that scare people away from the server side of computing is the rampant use of command line interface or CLI for short. While it is still important to know how to use a...
Docker is a container technology developed for Linux. However, if you are new to the world of software development and/or server computing it is difficult to wrap your head around what purpose does...
Web development is not all about pretty and minimalist UI and an attractive theme. More often than not, it is about foreseeing all the possible use cases and features you may want on your website....