This was surprisingly difficult to find, so I’m writing a wee blog post about it! I was working on a…
Tag: node.js
Blog
Simple HTTP requests in Node (no packages)
Blog
If you run Node on Lambda, you’re using Scott’s Node
Found a curious thing today, while messing with Lambda. I was looking at some data that (among other things) logs the…
Blog
Using JavaScript for on-demand functions with AWS Lambda
I’ve recently started working often with AWS Lambda, one of the many providers you can use to do “serverless” programming,…

Your REPL can teach you something
Blog
Read more > Your REPL can teach you something
View more
Blog
Super simple environment variables in Node.js
I recently made a small project using the Twitter API and wanted a super simple way to store my local…
Blog
Tickets for LibertyJS are live!
Tickets are on sale for our humble JavaScript fest, LibertyJS. Tickets are on sale now, at $10 or $15 depending…
Blog
On JavaScript Complexity
Limiting complexity is a noble goal in engineering. By limiting complexity, we make our code easier to understand and maintain…
Blog
Just JavaScript: Prototyping with Node and Express
Last night, I gave a little talk about prototyping and Express at Node.ph’s holiday presentations. A very nice event, and…