PHP, Security, and Lambdas
·
If you’re writing PHP code and you want to use lambda functions, don’t use PHP’s create_function() method. It’s insecure, and will be flagged as such by security software and analysts.
·
If you’re writing PHP code and you want to use lambda functions, don’t use PHP’s create_function() method. It’s insecure, and will be flagged as such by security software and analysts.
·
Not everyone could be at JSConf BR, so I wanted to give you all a glimpse of the awesomeness that is the worker API.
·
A “virtual private network” is a way to keep your data secure, whether your on a dedicated 4G tether or connected to Starbuck’s free wireless. Traffic from your machine is encrypted at the machine, sent to a remote (trusted) server, decrypted, and proxied to the real network target.
·
I’ve been without reliable Internet for 2 days; it’s been a hugely revealing experience.
·
Whenever I try to explain unit testing to another developer, I refer to the “smallest unit of work” that’s possible to test.
·
WordPress’ password creation/verification system is pluggable (meaning you can replace it with your own implementation). Before you do so, though, you should understand what’s already implemented and why.
·
Is JavaScript capable of powering more than just websites?
·
Do you have an unrequested patch lying around somewhere? Put it on Trac; you might be surprised by the response!
·
What if a visitor uploads a file that’s too large for your system to handle?