estatkovskiiNov 11, 20235 min readgRPC server-side load balancing with Nginx proxyThis post demonstates gPRC load balancing of Java microservice using nginx proxy. gRPC is well established RPC protocol implemented on...
estatkovskiiSep 30, 20232 min readReleasing resources automatically in Kotlin / JavaAs a C# developer migrating to Java and Kotling I often looking for a ways to implement known coding concepts but in new language. One of...
estatkovskiiJun 7, 20234 min readUploading a file using Kotlin and gRPC client streamingThere are a lot of articles in the internet explaining how to implement file uploading using gRPC in Java. In this post I going to show...