Recently I was working to wrap calls to a binary with a web-service. The binary reads input from a file and writes output to another file. It’s a producer-consumer model where the web-service… (more…)
Read more »
Search for sustainable business model continues, but most usage will still be free... (more…)
Read more »
I set out on a voyage to find a way to self-host a dedicated server at home on the cheapest x86 single-board computer with the Raspberry Pi form factor. (more…)
Read more »
Mounting a folder to a Docker container allows you to share data back and forth on your host system. It’s a great feature to have especially on Windows where command line editors are not as native to the OS as they are with Unix/Linux. (more…)
Read more »
FaaS is a platform for building serverless functions on Docker Swarm Mode with first class metrics. Any UNIX process can be packaged as a function in FaaS enabling you to consume a range of web events without repetitive boiler-plate coding. (more…)
Read more »