Open Source - DeployHQ Blog

We're avid fans of open source, we use it and contribute hundreds of our own projects to the community. Keep up to date with them all.

What is Docker?

Dive deep into Docker. Learn how it revolutionized software development with its efficient containerization approach, contrasting it with traditional VMs.

Deploying Kirby with DeployHQ

A major advantage of using a CMS like Kirby is the ability to deploy your website directly from a Git repository. Since Kirby uses flat files instead of a database, this includes both your code and content.

Modern WordPress Plugin Development

I wanted to build something that took a more modern structured approach...separates classes into 'single responsibilities'...uses Composer for loading dependencies...is easy to read & extend...Separates HTML from PHP.