Tips & Tricks - DeployHQ Blog

Our products pack a punch when it comes to features and it would be easy to miss some of them. Here we post helpful tips & tricks about how to use our products & services.

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.

What is Continuous Integration?

Continuous Integration (CI) is a development practice that automates the integration of code changes from multiple contributors into a single project.

What is a Headless CMS?

Efficiently manage content for any UI with a headless CMS. Discover how it simplifies distribution across websites, mobile apps, and social platforms.

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.