Sincronismo asincronismo y algo de streams reactivos Jan 25, 2021

Las llamadas asíncronas suponen una muy buena ventaja con respecto a realizar ejecuciones en el main thread alias (blocking call, blocking api, BlockingIO etc), nos permite de cierto modo ser más eficientes, hacer cosas en paralelo a la vez, sin esperar por esas operaciones que toman tiempo en finalizar, hasta la experiencia de usuario mejora drásticamente.

... ➦
Cemu in Ubuntu 18.04 and Zelda 🤧 Jan 23, 2021
Basal Metabolic Rate Calculator J4NBasicCalc Jan 7, 2021
Headphones drivers sony WH-CH700N Ubuntu 18.04 Dec 20, 2020
Docker run without root Nov 19, 2020
Mockito basic use and more Nov 15, 2020

To do TDD it is very important to have a framework like mockito, JUnit, to test behaviors and results without the need to test the code in broad strokes.

... ➦
Word frequency with the stream api Oct 25, 2020
Asynchronous web server with ESP8266 module Oct 12, 2020
Flashing esp8266 fu-K at-commands Oct 12, 2020

It never entered my head, keeping that coupling with arduino via USB, it prevented me to explore remote area with sensors, also that the api JSSC de Alexey Sokolov is no longer maintained, only a fork that I see quite active people and it is here jSerialComm.

... ➦
Unbrick Esp8266 Blinking led blue Oct 12, 2020