Logbook 2022-27

Projects level3.rest level3.rest gives a clear written out specification how to make any state-oriented API work. It follows RFCs and HTTP specs as well as best practice to specifying the client-server interaction describing allowed methods,headers and payload and many more. Common API design problems are described in Patterns. Profiles provide the client a specific description howto interact with the API.There are profiles for all common use cases like Forms, Actions and many more....

Mon, Jul 4, 2022 (last update:Fri, Jul 8, 2022) · 1 min · blog.hongkongcoder.com · 

Quarkus - In A Nutshell

The Quarkus framework is a Kubernetes native java stack, incredible quick start up times and build on strong standards like the Micro Profile. You might wanna give it a try if you use java for small footprint services running on Kubernetes, Openshift or similar. Comparison with traditional frameworks “Java is slow and a memory hog”. That reputation makes java often seen as inferiour choice when it comes to small services running on the cloud....

Fri, Jul 1, 2022 (last update:Sat, Jul 2, 2022) · 7 min · blog.hongkongcoder.com ·