4 min read go, language-design, philosophy

Go's Values

Since its release in 2009, the Go programming language has won over developers around the world, especially in distributed systems, cloud computing, and ...

3 min read semantic-versioning, version-control, git

What is semantic versioning?

Semantic versioning, also called **SemVer**, is a standard used by developers to number software versions clearly and predictably. It makes it easier to understand...

7 min read go, concurrency, kubernetes

Maximizing Goroutine Performance in CPU-Limited Containers

In the ongoing search for efficient and concurrent programming languages, the Go language has stood out for its simplicity, performance, and powerful features. One of the features...

5 min read observability, php, architecture

Observability with Hyperf and OpenTelemetry

At PicPay, to improve the scalability of our PHP applications, we use _Swoole_ as a high-performance _runtime_, making applications asynchronous and non...

8 min read cloud, hyperf, php

Cloud-native Hyperf

Originally posted by @Reasno at guxi.me/posts/cloudnative-hyperf Hyperf officially provides...