IDIlham Darmawaninilhamdcp.hashnode.dev·Feb 20, 2024 · 7 min readGRPC: Using Java as Server and Go as ClientHi readers! Today I want to share about my learning regarding GRPC framework. From the website, GRPC is a modern open-source high-performance Remote Procedure Call (RPC) framework that can run in any environment. It can efficiently connect services i...00
IDIlham Darmawaninilhamdcp.hashnode.dev·Jan 19, 2023 · 7 min readCreating Redis Cluster with Docker and ComposeHi readers! This is my first time writing a blog for my personal projects related to software engineering and computer science stuff. As for my first blog, I would like to write about setting up Redis cluster with docker. A little bit of background, ...03BMR