Last week, as part of being part of the Alibaba Cloud MVP family, I had the opportunity to enjoy a phone interview with James Fitzgerald, a passionate of cloud computing San Franciscan who currently works as Global Cloud Training Specialist at Alibaba’s HQ in Hangzhou, totally a cloud “evangelist” as is said nowadays. After the chat, […]
QS-2008 Pick And Place Vacuum Pump
I got this pick-and-place machine from eBay last week and, since I can’t find any disassembly page for it online, I make it. The post will be just images, as they speaks for themselves and the whole point of this post is to expose its guts to the public =) As you can see, it […]
Build your first serverless website with Alibaba Cloud
Today was published my eighth article in the official Blog of Alibaba Cloud (阿里云), named “Build your first serverless website with Alibaba Cloud“. If you want to have a look, you can find it in the following link: Build your first serverless website with Alibaba Cloud
Function Compute to Power Schedule Alibaba Cloud ECS Instances
Today was published my seventh article in the official Blog of Alibaba Cloud (阿里云), named “Function Compute to Power Schedule Alibaba Cloud ECS Instances“. If you want to have a look, you can find it in the following link: Function Compute to Power Schedule Alibaba Cloud ECS Instances
Going Serverless with Alibaba Cloud [Meetup]
Introduction to Alibaba Cloud’s Serverless platform and discussion of different use-cases. Hear how to leverage the Serverless platform to create the next-gen applications. 5.30pm – 5.45pm Welcome and Networking 5.45pm – 6.45pm Introduction to Serverless Platform, Demo 6.45pm – ~ Networking over Pizza and drinks after the Meetup Going Serverless with Alibaba Cloud Friday, […]
Launch an Alibaba Cloud ECS with Docker using Terraform
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. For this, you just need to create a folder with this 2 files in it: main.tf provider “alicloud” {} data […]
Being an Alibaba Cloud MVP
What is the MVP Program? According to Alibaba Cloud (阿里云) website, the MVP program is “a program to reward community leaders that are devoted to helping others fully understand and use Alibaba Cloud technologies“. Anyone can apply to be MVP, the decision will come after evaluating every applicant under some criteria I’ll explain you in […]
Create a VPN-secured VPC with Packer and Terraform
Today was published my sixth article in the official Blog of Alibaba Cloud (阿里云), named “Create a VPN-secured VPC with Packer and Terraform“. If you want to have a look, you can find it in the following link: Create a VPN-secured VPC with Packer and Terraform
How to Deploy Apps Effortlessly with Packer and Terraform
Today was published my fifth article in the official Blog of Alibaba Cloud (阿里云), named “How to Deploy Apps Effortlessly with Packer and Terraform“. If you want to have a look, you can find it in the following link: How to Deploy Apps Effortlessly with Packer and Terraform
Introduction to Alibaba Cloud and Devops tools [Meetup]
Our first Meetup in Brisbane! What is Alibaba Cloud? What are the differences with other providers? Get answer for all this questions and more in our first introductory event where we will review the Official DevOps tools available from Alibaba Cloud like Git repository, Docker registry, Swarm, Kubernetes, Terraform or Packer. – Hands On […]
Alibaba Cloud Terraform 101 Basic Setup
In this video we will learn how to setup macOS to work with the Official Terraform provider for Alibaba Cloud (阿里云).
Hosting Multiple Websites on a Single Alibaba Cloud ECS Server the DevOps Way
Today was published my fourth article in the official Blog of Alibaba Cloud (阿里云), named “Hosting Multiple Websites on a Single Alibaba Cloud (阿里云) ECS Server the DevOps Way“. If you want to have a look, you can find it in the following link: Hosting Multiple Websites on a Single Alibaba Cloud (阿里云) ECS Server […]
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 of the maintenance. The article is going to focus on the deployment from a pure DevOps perspective, as Alibaba Cloud (阿里云) is a platform with all the potential for you to […]
Guía de NBN para el inmigrante, en SBS Radio
Hoy se ha publicado, en SBS Radio, cómo Carmenza Jimenez y yo hablamos ayer respecto a la conexión de banda ancha australiana conocida como NBN en una sección del programa creada como guía para el inmigrante. En la entrevista realizada en la edición en Español de la australiana SBS Radio explico brevemente cómo funciona […]
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. The more you work with Docker it’s also easy to accumulate a huge number of unused images, containers, and data volumes in your filesystem that clutter the output and consume a lot of precious disk space. Docker, […]