Thursday, March 24, 2016

Ratio & Proportion


X Y R
10t+u 10u+t 1.75
21 12 1.75
42 24 1.75
63 36 1.75
84 48 1.75

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