Page 24 of 57 - Blog

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 ...

Programming Is Dying

11 December 2017- 5 mins read

Yep. I believe programming as we know it is a dying thing. And, because that, I decided to change my career direction.

World Scientists’ Warning to Humanity: A Second Notice

16 November 2017- 7 mins read

Twenty-five years ago, the Union of Concerned Scientists and more than 1700 independent scientists, including the majority of living Nobel laureates in the sciences, penned the 1992 “World Scientis...

Internet en Australia es más lenta que en países latinoamericanos, en SBS Radio

23 October 2017- 10:08 minutes

Hoy, en SBS Radio Soraya Caicedo y yo hemos hablado hoy sobre la polémica respecto a la conexión de fibra óptica en Australia.

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...

Iconpong, a fork of iconping

21 August 2017- 1 min read

I’ve been using iconping for years and it rocks. Sadly it doesn’t cater to all my needs and I was eager to contribute back.

Magento 2.1.x Dockerfile

11 August 2017- 1 min read

Magento 2 installation made easy

Get the closest Feature in a FeatureCollection

10 August 2017- 1 min read

This script returns the properties of the closest Feature in a FeatureCollection against a given Feature (GeoJSON RFC7946).