Taogen's Blog

Stay hungry stay foolish.

gRPC is a high-performance, open-source RPC (Remote Procedure Call) framework created by Google. It’s designed for efficient communication between distributed systems and microservices. In this post, I will cover the common uses of gPRC.

Read more »

gRPC is an inter-process communication technology that allows you to connect, invoke, operate, and debug distributed applications as easily as making a local function call.

Read more »

Kubernetes (K8s) is an open-source container orchestration platform originally developed by Google and now maintained by the Cloud Native Computing Foundation (CNCF).

It automates the deployment, scaling, and management of containerized applications. Instead of running containers manually, Kubernetes provides a framework to run them reliably and at scale across clusters of machines.

In this post, I will introduce the common concepts of Kubernetes.

Read more »

JLink is a tool included with the JDK (Java Development Kit) starting from Java 9 that lets you create a custom, minimal Java runtime containing only the modules your application actually needs.

Instead of using the full 200+ MB JDK/JRE, you can use JLink to generate a slim, app-specific JRE image.

Read more »
0%