Articles from January 2025

Displaying all 11 posts

What are Feature Flags?

Posted in January 2025 on the DeployHQ blog

Feature flags decouple shipping code from releasing features. Learn the 5 canonical use cases, common pitfalls, and how to start in your stack.

Deploy CraftCMS via DeployHQ on Hetzner Cloud

Posted in January 2025 on the DeployHQ blog

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.

What is a Build Script?

Posted in January 2025 on the DeployHQ blog

Build scripts automate the steps between your source code and a running application — installing dependencies, compiling assets, running tests, and packaging the result. Learn how to write production-ready build scripts and integrate them with DeployHQ.

Code Review: The Dark Side

Posted in January 2025 on the DeployHQ blog

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.