devops

Migración Entre Regiones De Alibaba Cloud

16 September 2023- 9 mins read

El cloud, o “la nube”, es algo que tiene un potencial enorme para mejorar la eficiencia de las empresas, pero a menudo hace falta hacer ajustes por aquí y por allá para mejorar su eficiencia y el r...

Using Alibaba Cloud DevOps Flow to automate an ECS Deployment

19 January 2022- 8 mins read

Called just “Flow“, this is the long-awaited DevOps tool from Alibaba Cloud. Until now, this cloud provider didn’t have any CI/CD platform to help developers automate pipelines. Automating pipeline...

Dealing With Large Docker Images in Alibaba Cloud Kubernetes

18 April 2021- 6 mins read

All applications starts in the same way, usually with a simple deployment made up of a tiny and organised Docker Container which is built and deployed within minutes. As your business grows, that t...

Participating in Alibaba Cloud Open Platform’s first challenge

07 January 2020- 5 mins read

If you weren’t aware, I submitted on November a Terraform Module I made to the Alibaba Cloud Open Platform Challenge. Said challenge was designed to bring developers closer to the tools Alibaba Clo...

SSH Tunnelling With Alibaba Cloud To Expose A Local Environment

30 July 2019- 11 mins read

What we want to solve with this tutorial?

Launch an Alibaba Cloud ECS with Docker using Terraform

31 August 2018- 1 min read

This example will show you how to launch an Alibaba Cloud (阿里云) ECS Instance using Ubuntu and packed with Docker and Docker Compose. Very simple but can be used as good start for other project.

Deploying and Best Practices with Alibaba Cloud

11 May 2018- 12 mins read

With this How-To I want to talk about Best Practices using Alibaba Cloud (阿里云) deploying a new website/webapp to their infrastructure, also covering the implementation of the maintenance. The artic...

Docker Image cleaning easy automation with cron

03 May 2018- 1 min read

Docker makes it easy to ship your applications and services in containers, so you can run them anywhere. Also true is that the more you work with Docker the easier your VM tends to accumulate a hug...

Alibaba Cloud PHP and AB Benchmarking

02 January 2018- 5 mins read

As some of you may know, I recently moved all my services and infrastructure to Alibaba Cloud (阿里云), being this one of the best decisions I made in 2017 in terms of Cloud Computing. I used several ...

Reverse proxy with Caddy on WordPress with SSL & Docker

05 October 2017- 3 mins read

WordPress uses the is_ssl() function to determine if SSL is being used in the server. In order to do this, it uses $_SERVER['HTTPS'] and $_SERVER['SERVER_PORT'] to check if they are set. The proble...

Magento 2.1.x Dockerfile

11 August 2017- 1 min read

Magento 2 installation made easy

.htaccess basic configuration

17 June 2014- 1 min read

Apache logo

Correct file & folder permissions for WordPress

28 May 2014- 1 min read

Some plugin desapeared to your WordPress installation? Some hacked thing? No problem, if you fix the file permissions on your files you will harden your site.