AWS Lambda's Bad Interface Is Actually a Feature
Lambda's clunky deployment process forced me to think small. That constraint led me to better microservices design. Sometimes friction is good.
Explore articles published in 2016 covering gig economy trends, autonomous vehicle developments, and analysis of companies like Uber, Lyft, DoorDash, Tesla, and Waymo.
Lambda's clunky deployment process forced me to think small. That constraint led me to better microservices design. Sometimes friction is good.
Microsoft added Ubuntu's Bash to Windows. I tested it for real work and hit some rough edges.
Quick guide to setting up PHP 5.6 with Apache on macOS El Capitan. Includes the key configuration change you might miss.
Chrome disabled Flash in 2016. But this wasn't just about speed—it was battery life, privacy, and Apple's dominance.
CORS confuses developers. Learn the difference between basic and preflight requests, why they exist, and how to configure them in Apache and nginx.
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.
Edge 14 hit 460 points on the HTML5 Test. For the first time, Microsoft's browser was competitive with Firefox. Here's what that meant for web standards.
Mocha v3 dropped with better .only() behavior, visual improvements, and Node v7 support. Here's what changed and why it matters.
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.