Featured image of post Using gRPC

Using gRPC

In gRPC, client applications can directly call methods on server applications located on different machines as if they were local objects, making it easier to create distributed applications and services.

Featured image of post Advanced Usage of Pyroscope for Go and PHP Performance Analysis

Advanced Usage of Pyroscope for Go and PHP Performance Analysis

Pyroscope is an open-source continuous performance profiling platform. It helps you: Identify performance issues and bottlenecks in source code, resolve high CPU utilization problems, understand application call trees, and track variations over time.