Categories
Mujeres en IT

5 simples razones por las que necesitamos más mujeres en IT

Con motivo de Techy por un día organizado por CUTI, el Plan Ceibal entrevistó a nuestra COO & Co-founder sobre por qué necesitamos más mujeres en tecnología, más concretamente en el mundo del software, y cómo hacer para que más chicas estudien carreras STEM, o sea, ciencia, tecnología, ingeniería o matemática. Hay 5 sencillos motivos […]

Categories
AWS

ENABLE CORS ON AN ELASTIC LOAD BALANCER

A couple of weeks ago we needed to consume from a ReactJS frontend some REST services hosted on some EC2 instances, standing behind an Elastic load balancer. As you may know, if both the frontend application and the services are not served on the same host (in our case the ReactJS frontend was on a […]

Categories
AWS DevOps

MYSQL MULTI-MASTER REPLICATION ON AMAZON RDS

One great feature of modern relational databases is the ability to replicate changes automatically from one database server to another. This has many use cases, from having a backup that is ready to jump as a production server, to having a fresh copy of your data out of the online database for heavy load queries. In a project for ANII, […]