Let's Build an Express App - Part 2: Error Handling In the last post, we did some basic setup for our express app to respond to GET requests at / with an HTML response that included "Hello world." Here's what we had in app.
Let's Build an Express App - Part 1: Setup Express is a popular Node.js web server framework for declaratively exposing routes and handling http traffic to those routes. In this post, we'll get started building a web app based on express,
An Introduction to Javascript Variables (part 2) I wrote recently about javascript variables and how to create them in code. At the time, I didn't realize there would be a part 2 to that, but it occurred to me that
Auto-generating Critical CSS I'm on the record (many times over, if you ask my coworkers) as saying critical css is terrible, a step backwards, and just another example of Google throwing their weight around to enforce
An Introduction to Javascript Variables In a past life (i.e. for 8 years after college before realizing how important money is), I was a college English teacher. I still enjoy teaching (in the rare opportunities that arise)
Why I think Array#some is wrong Lodash v4 was recently released, and it removed any as an alias to some. I think I get it: Array#some is a thing and Array#any is not, so people should get
Introducing file-manifest This is not really an introduction, as file-manifest has existed for almost two years. File-manifest is a node module I wrote originally with Justin Searls for the Manta platform when we were in