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 The Twelve-Factor App Methodology?

Posted on

The Twelve-Factor App methodology is a set of 12 best practices for building modern SaaS applications — created by Heroku engineers from patterns across thousands of production apps. This guide explains each factor (codebase, dependencies, config, backing services, build/release/run, processes, port binding, concurrency, disposability, dev/prod parity, logs, admin processes) with examples.

How to Implement Server Backups with AWS S3

Posted on

Learn how to build a complete S3 backup strategy for your servers — automated scripts, scheduling, lifecycle policies, verification, and how to deploy backup scripts with DeployHQ.

Deploy CraftCMS via DeployHQ on Hetzner Cloud

Posted on

Deploy Craft CMS to a Hetzner cloud server with automated zero-downtime deployments via DeployHQ. Step-by-step guide covering DDEV local development, server setup, Project Config workflow, and push-to-deploy automation.

Code Review: The Dark Side

Posted on

Understand the fundamental aspect of code review. Explore its benefits and learn how to prevent it from becoming a tool for obstruction or personal agendas.

Deploying Kirby with DeployHQ

Posted on

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

Posted on

Build WordPress plugins with Composer, PSR-4 autoloading, dependency injection, and clean Git deployments — no more dumping everything into one PHP file.