linux

Scala on Raspberry - updated

2 minute read

A few years ago I have shown how to run Scala on a Raspberry Pi. That was on a Raspberry Pi 1 Model B, the oldest of the revisions, with a single-core CPU.

devenv: Docker setup for mongo and RabbitMQ

less than 1 minute read

This is a quick recipe how to set up a dockerized development environment (e.g. for one of my node.js projects abarbanell/loopnav ). This works for MacOS, ...