-
Coda Hale’s new gig on how they’re using Docker, AWS, etc. I like this: “Use containers. Not too much. Mostly for packaging.”
Lessons Learned from Using Regexes At Scale
great post from Loggly on production usage of regular expressions on shared, multitenant architecture, where a /.*/ can really screw things up. “NFA isn’t a golden ticket” paragraph included