Articles and thoughts about my work, the technologies I use and try and my research. I write about Cloud, DevOps, Computer Science, Software and Programming.
Articles
Micronaut & GraalVM with Google Cloud Run
Practical tutorial to deploy a Serverless Microservice with Java by using Google Cloud Run, Micronaut and GraalVM
Micronaut & GraalVM: together for Cloud Native
Even if you are using Java or the JVM, it is possible to develop powerful cloud services. Serverless architecture, with low cold starts can be developed exploiting Micronaut and GraalVM.
REST APIs: use UUID to identify a Resource
How to properly identify a Resource using REST APIs? We ca use UUID and generate them starting from Logical meaningfully Keys.