Portrait of alexandru.busuioc

Software Engineer

alexandru.busuioc

Notes on Golang, PHP, JavaScript and other related web technologies — from a decade of building, shipping, and maintaining software for the web.

RFC 10008: The HTTP QUERY Method
http 5 min

Finally, a Proper HTTP Method for Search: Understanding RFC 10008 (QUERY)

For years, we’ve been abusing HTTP. Not in a catastrophic way, but in a subtle, “everyone does it so it’s fine” kind of way. The biggest offender? Using POST for read-only operations just because GET wasn’t flexible enough. RFC…

Latest articles

11 published
GPG image
gpg

Store GPG keys with Bitwarden

GPG (GNU Privacy Guard) is a free, open-source software tool for secure communication and data protection. It implements the OpenPGP standard, allowing users to…

composer

Using composer with unpublished packages

Want to test your hashtag#php packages before you publish them on hashtag#Packagist? Or are you using hashtag#private repositories for your hashtag#packages and still want…

caddy

S6 v3 for PHP (+ Caddy/Nginx)

Have you tried to setup an S6 supervisor for the official PHP Docker image, just to realize that something does not work right? Like,…

dev

PHP is DEAD!

Why You Should Use PHP in 2019? Before we start… PHP stands for Hypertext Preprocessor, and it is a general-purpose, free and open-source scripting…