Upgrading WordPress to PHP 7: Configuration Changes
Ubuntu 16.04 ships with PHP 7, which broke my WordPress. Here's how to upgrade PHP config and point nginx to the new php-fpm socket.
Read article
Educational content providing step-by-step guides, how-to instructions, and learning resources for development topics and technologies.
Ubuntu 16.04 ships with PHP 7, which broke my WordPress. Here's how to upgrade PHP config and point nginx to the new php-fpm socket.
CORS configuration in S3 is tricky. Here's the exact XML config to handle multiple origins and cache headers correctly.
If you don't need to support IE8, you can optimize your minified JavaScript with the screw-ie8 flag. Here's how to set it up in Gulp.