Client-side Productivity Tools with Node
·
I’ve been a fan of Node since we were first introduced in 2011. Unfortunately, it’s taken me a few years to come up with a compelling business use for Node.
·
I’ve been a fan of Node since we were first introduced in 2011. Unfortunately, it’s taken me a few years to come up with a compelling business use for Node.
·
I’d rather learn something new and struggler at it than be at the top of my game with nowhere to go but down.
·
I honestly feel I did more talking and networking while stuck in remote airports and hotels than I’ve ever done at a conference.
·
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.
·
Brendan Eich’s community-forced resignation from Mozilla shows that the community has accepted bigotry as being OK when it’s directed at those previously identified as bigots.
·
I’m not going to pay $300-1000 more for a first class ticket just to experience a handful of perks. What does that imply about my worth to airline employees?
·
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.