What's New in PHP 2026: Modern Features for Production
PHP 8.5 and 8.6 bring pipe operators, partial functions, and fatal error backtraces. Learn how to deploy these features safely in production environments.
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.
PHP 8.5 and 8.6 bring pipe operators, partial functions, and fatal error backtraces. Learn how to deploy these features safely in production environments.
Deploy Ghost — the open-source publishing platform — on a VPS with Docker, MySQL, Caddy TLS, Mailgun, and continuous deployment via DeployHQ.
Understand OpenSSH on Windows and build secure cross-platform deployments. Learn setup best practices and how DeployHQ unifies SSH-based automation for teams.
A practical guide to implementing every 12-Factor App principle in real deployments — from storing config in environment variables and treating logs as event streams, to running admin processes as one-off tasks. Includes code examples and DeployHQ setup for atomic deployments, build pipelines, and multi-environment configuration.
Learn how to easily install Gitea, a lightweight Git repository, on Amazon Lightsail. Step-by-step guide with Nginx setup, SSL, and performance tips. Self-host your Git projects today!
Unlock seamless development with our deep dive into OpenAPI. Learn why exposing a specification is a game-changer for collaboration and automation, explore different creation methods (manual, automated, and AI-powered), and clarify the relationship between OpenAPI and Swagger.
Install and configure Fail2Ban to block brute-force attacks on SSH, Nginx, and Apache. Includes real log examples, custom jail configuration, email alerts, fail2ban-regex testing, Docker integration, and an honest comparison with CrowdSec and Cloudflare WAF.
Complete Guide: Deploying Gemini Search App with DeployHQ. Perplexity style AI Search engine clone built with Gemini 2.0 Flash and Grounding
So you've built your site with Kirby CMS and now you're ready to deploy it. But with so many hosting options available, which one should you choose? This guide breaks down five popular ways to deploy your Kirby site, comparing their costs, features, and complexity to help you make the right choice for your project. Let's get started!
Compare Puma, Passenger, Falcon, iodine, and Agoo for Ruby production deployments. Includes real benchmarks, architecture deep dives, Nginx configuration, and practical tuning advice from running Rails in production.
In the world of software development, efficiency and consistency are key. Build automation tools like Ant and NAnt have been instrumental in streamlining development processes, and today we'll dive into how these tools can supercharge your build pipeline.
Run n8n on an Alibaba Cloud VPS with Docker and Postgres behind Nginx and Let's Encrypt — a production-grade setup with the gotchas every quickstart skips.