Devops & Infrastructure

An insight into the way we run the infrastructure that runs all our services, or news about the DevOps world

Displaying posts 85 - 96 of 148 in total

Java Application Servers in 2025: From Traditional to Cloud Native

Posted in March 2025 on the DeployHQ blog

The Java server landscape has shifted from shared application servers to embedded runtimes and cloud-native frameworks. This guide traces that evolution — from Tomcat and WildFly through Spring Boot to Quarkus and Micronaut — and shows how to make the transition without rewriting everything.

How to Deploy Laravel with DeployHQ

Posted in February 2025 on the DeployHQ blog

Set up automated Laravel deployments with build pipelines, database migrations, cache management, and zero-downtime releases. Works with any SFTP/SSH host.

What are Feature Flags?

Posted in January 2025 on the DeployHQ blog

Feature flags: Control application features without deployments. Learn how toggling flags enhances flexibility and improves your release process.

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.

Deploying Odoo on Ubuntu with DeployHQ

Posted in January 2025 on the DeployHQ blog

This detailed guide will walk you through the complete process of deploying Odoo 18.0 on Ubuntu Server 20.04 LTS with Nginx and PostgreSQL, using DeployHQ.