Friday, June 19, 2015

Base64

Base64.encodeBase64String(input.getBytes(charset));

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. ...