Hosting Multiple Websites on a Single Alibaba Cloud ECS Server
In this tutorial we are going to learn how to run two or more websites using the same Alibaba Cloud Elastic Compute Service (ECS) Instance using Docker Compose and a R...
Deploying and Best Practices with Alibaba Cloud
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...
Docker Image cleaning easy automation with cron
Docker makes it easy to ship your applications and services in containers, so you can run them anywhere. Also true isthat the more you work with Docker the easier your...
Setting Up Load Balancers Using Terraform
In this tutorial, I will show you how to set up a CMS, in this case Bolt, on Alibaba Cloud using a Load Balancer and RDS with 3 ECS instances attached. We will be doin...
Dynamic DNS using Alibaba Cloud DNS API
According to Wikipedia, “Dynamic DNS (DDNS or DynDNS) is a method of automatically updating a name server record, often in real time, with the active Dynamic DNS confi...
Run Bolt With Docker And Terraform With Alibaba Cloud
In this tutorial, I will show you how to set up Bolt on Alibaba Cloud ECS. We will be doing this based on a DevOps approach.
Alibaba Cloud PHP and AB Benchmarking
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 Cl...
Programming Is Dying
Yep. I believe programming as we know it is a dying thing. And, because that, I decided to change my career direction.
Reverse proxy with Caddy on WordPress with SSL & Docker
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 che...