Long awaited, but it’s finally there: a README for the mu-cl-resources service. Get to know all features (there are a lot!) of our microservice producing…
Tag: common lisp
creating models can be tedious Since creating models is generally writing a lot of text it can be tedious and time consuming. Therefor we are…
In a previous blog post we set our first steps in mu-cl-resources. A microservice that generates a JSONAPI compliant API for your resources based on a simple configuration…
Repetition is boring. Web applications oftentimes require the same functionality: to create, read, update and delete resources. Even if they operate in different domains. Or,…