Serving static pages locally

Running build-in tomcat server It is possible to deploy Jekyll sites locally, because OSX has a build-in Apache tomcat server. The local sites reside under ~/Sites. However, the setup of this server often changes with new versions of OSX. ...

October 1, 2023 · 4 min · Markus Greiner

RESTful API

This contains some thoughts how to implement RESTful APIs. Background tbd Best practices A search for RESTful API best practices reveals many sites: ...

March 15, 2023 · 3 min · Markus Greiner