Python’s core cgi module is a great helper for slim rest apis.
Unfortunately field parsing with cgi.FieldStorage()
does not support JSON data requests and will raise a TypeError.
Continue reading
Quick notes of how to recusively replace strings in a php project.
Continue reading
Since 2014 I was heavily involved in all stages of the development of Brightcookie’s xAPI LRS lxHive.
The difference to fully fledged LRS alternatives (LearningLocker) is that lxHive is machine-to-machine focused and thus it’s very hands-on and barebone. No UI, no reports and only a few dependencies, fast and lightweight. Oh yeah - and it’s written PHP and OS/server agnostic.
Continue reading
rollup is the best ES6 module bundler currently out there. It’s simple, fast and extendable.
And Rollup bundles into clean and readable code. (I am looking at you, Webpack!)
Continue reading