Juan Medina Personal Blog
- Posts
- Categories
-
Dec 2, 2019
Configuring MicroK8s
Kubernetes (K8s) has become the defacto standard for containers orchestration, and since I like to do some more example about it I was needed to setup it on my system....
Read More -
Feb 10, 2018
Microservices Error Handling
Some days ago I was discusing with my colleage Juan Antonio Breña how you could end breaking your control flow when handling errors in a Microservice, specially relaying in mechanism...
Read More -
Feb 9, 2018
My First Book is Published
I’m very proud to announce that my first book, Hands-On Microservices with Kotlin, have been published by Packt. A book where I try to explain how to design, build and...
Read More -
Jul 30, 2017
Native Serverless Kotlin
Last week we do an example of a Kotlin Serverless Function using Apache OpenWhisk, however since we using Kotlin we could make our example a native application that will not...
Read More -
Jul 21, 2017
Serverless Kotlin
Right now there is a lot of traction on the Serverless architecture so I decide to give a try and do some examples using Kotlin. The full source of this...
Read More