Curse of Software Engineering

Hello everybody, recently I was invited to teaching of Software Engineering in a Bachelorr of Computer Science.

Open STF

Some months ago, I was tryng to configure a continuous deployment pipeline for mobile apps, to execute a set of automated functional tests paralized in a group of android devices as I descriebd in my master degree.

Bash - Semaphore

Some months ago, I was tryng to configure a continuous deployment pipeline for mobile apps, to execute a set of automated functional tests paralized in a group of android devices.

Bio-inspired Algorithms

For some reason, that I still don’t know, I noticed a interest to read about Bio-Inspired Algorithms (Natural Computing).

Python - Undo Redo Pattern

Recently, I was looking for a simple way to implement UNDO and REDO features on Grape-Editor. Looking around the web I discoverd exist a famous pattern that allow a simple way to implement these features.