Facundo F

Facundo is the CTO at DeployHQ. He oversees our software engineering team by day and, in his free time, enjoys hobbies such as cycling, spending time in nature, and the company of Bono 🐶

All articles

Displaying posts 1 - 12 of 18 in total

Deploying Behind Firewalls Made Easy: Introducing the DeployHQ Agent

Posted last Monday on the DeployHQ blog

Ever wished you could seamlessly deploy your code to servers tucked safely behind a firewall? At DeployHQ, we understand the importance of security, and that often means keeping your servers isolated from the outside world. But what about when it comes to pushing new code updates?

DeployHQ: Mastering Deployment Strategies

Posted 13 days ago on the DeployHQ blog

Deployment strategies play a crucial role in ensuring seamless and efficient software updates. Choosing the right strategy can significantly impact the overall performance, reliability, and user experience of your application. In this blog post, we'll delve into two common deployment strategies: sequential and parallel. We'll discuss when to use each one and highlight why DeployHQ's parallel deployments feature is a game-changer.

Is FTP Dead? A Look at Its Continued Use in Deployment

Posted 16 days ago on the DeployHQ blog

FTP (File Transfer Protocol) has been around for decades, serving as the backbone of file transfers across networks. While newer protocols like SFTP and FTPS have emerged, FTP remains a widely used method, particularly in certain deployment scenarios. Let's explore some of the common use cases where FTP continues to hold its ground.

CDN and DeployHQ: A Powerful Duo

Posted 27 days ago on the DeployHQ blog

A Content Delivery Network (CDN) is a distributed system of servers spread across the globe. It's designed to deliver web content to users quickly and efficiently, regardless of their location.

Protecting Your API Keys: A Quick Guide

Posted on the 12th September on the DeployHQ blog

API keys are essentially digital keys that grant access to sensitive data and functionalities within your applications. Exposing these keys can lead to serious security breaches, allowing unauthorized individuals to manipulate your systems, steal data, or even launch attacks.

Deploying Your Code with DeployHQ: A Beginner's Guide

Posted on the 9th September on the DeployHQ blog

So, you've written some amazing code and you're ready to share it with the world?Great! Let's dive into how to deploy it effortlessly using DeployHQ. Even if you're new to deployment, don't worry - we'll break it down step-by-step.

Securing Your Deployments: A Checklist Based on OWASP

Posted on the 5th September on the DeployHQ blog

Deployments are the lifeblood of any software development process, but they also present significant security risks. A compromised deployment can lead to data breaches, system downtime, and reputational damage. That’s where the Open Web Application Security Project (OWASP) comes in.