Some thinking points for service design: Principles & Best practices of REST API Design.
Category Archives: Programming
Bread factory
Talking to @enterprisey on #lobsters and these “bread factory” articles from Spolsky came up:
Gettext lesson
Via r/programming today: 7 Gettext lessons learned after 2 years of developing a European platform.
sizeof PHP data structures zval and zend_value
sizeof( zval ) == 16; sizeof( zend_value ) == 8;
PHP 8.0
PHP 8.0 release notes: PHP 8.0
PHP type comparison tables and tokens
This is handy: PHP type comparison tables.
And this is interesting: List of Parser Tokens.
How to compile PHP from Source
Complete guide to FFI in PHP
Bumped into: Complete guide to FFI in PHP.
Four books
Some book suggestions over here: Four books professional developers should read (and a few you don’t need to).
Developer Tools secrets that shouldn’t be secrets
This via r/programming today: Developer Tools secrets that shouldn’t be secrets.