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...

4 min read api, php, swoole

Build a GraphQL API on top of Swoole

I鈥檓 assuming you already know what is GraphQL and Swoole, so what about getting started right straight to the code, shall聽we?

3 min read php, functional-programming, type-safety

Type-safe data structures and bananas without gorillas in PHP

I used to love everything about object oriented programming, ignoring everything else, when I finally got it, I thought that every piece of software should be developed using OO...