Blog
Test HTTP status codes and redirects
Have you ever felt the need to test some URLs for HTTP status codes or to check redirects? Yeah, me too. There are tools available to do this... but if you like to things complicated, you can build your own tool in bash. Guess which way I choose?
24/02/2025
1BRC in PHP FFI + Rust
We have tried multi-threading in PHP to speed up execution time; the results are good, but far from perfect. Is there any other way we can improve PHP's performance?
03/02/2025
1BRC in PHP
PHP is notorious for not being a good language for high performance tasks. But how far can we squeeze the language to gain execution speed? Let's find out!
23/01/2025