Sunday, June 21, 2015

Clean Up Email

[from:noreply* OR from:do-not-reply* OR from:donotreply* OR from:notification*]
[from:news* OR from:digest* OR from:auto* OR from:reports* OR from:*mailer*]

No comments:

Post a Comment

Going one step further with Kotlin & gRPC

Recently, I tried using Quarkus with Kotlin for grpc. I have worked with grpc for communication between microservices in Java & Golang. ...