Alexa Skills with Golang

Few weeks ago, I wrote a post about my personal project for a Security Home Alarm System based on Golang, Raspberry PI and 433Mhz sensors ( see again here ).

Design your own Home Alarm System using Go

AlkAlarm is a open source project created to get ready a home Alarm System in few minutes using Golang. In the market you will buy a home system alarm based on 433Mhz sensors and using GSM modules to send the notifications like: The main idea of this project is based on the same kind of Alarm GSM systems, but in this case, we only have to buy the sensors and sirens, because:

Infrastructure as code

During my career, I’m always looking for new technologies as well as looking for the way to improve the infrastructure as we know nowadays.

New features in Openstack CEPH

In my opinion, this video shows all the new features that the openstackers were usually asking for the project roadmap for several years:

Working with Microservices

During my professional career, I’ve been working with microservices for a long time, and I would like to share with you the experiences and knowledge that I’ve learnt working with them.

GoDataberus - Database Driver API in Golang

GoDataberus is a “Database Driver API” in order to reduce the complexity of the CRUD operations in some common databases. The idea is to use Databerus in order to connect to a external DB (using an available DB driver) using the same API independently of the database