Skip to content

Tag: node.js

Simple HTTP requests in Node (no packages)

This was surprisingly difficult to find, so I’m writing a wee blog post about it! I was working on a…

View more

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…

View more

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,…

View more

Your REPL can teach you something

Read more > Your REPL can teach you something
View more

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…

View more

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…

View more

On JavaScript Complexity

Limiting complexity is a noble goal in engineering. By limiting complexity, we make our code easier to understand and maintain…

View more

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…

View more