- Seattle, WA
- https://scottnonnenberg.com
Highlights
- Pro
-
eslint-config-thehelp Public
The way I write javascript.
-
blog Public
The code to generate https://blog.scottnonnenberg.com, a Gatsby-based blog.
-
thoughts-system Public
A set of shell scripts, node.js scripts and templates to make journaling and daily/week/monthly goal tracking easy.
-
eslint-compare-config Public
A little tool to help you compare your various eslint configurations. Or yours vs. your friend's. :0)
-
suncsv Public
Generates sunrise and sunset calendar items in CSV form for import to your favorite calendar program.
-
eslint-plugin-thehelp Public
Random rules I think are useful. :0)
-
notate Public
Extra err.stack entries for debuggability. Better than your plain 'if (err) { return cb(err) }'
-
learn-node Public archive
Code from my SeattleJS learn node presentation on 2013/09/18. Enjoy!
-
blog-code Public
More substantial code examples needed for my blog. :0)
-
dangerous-cliffs-of-nodejs Public archive
A talk about some common but surprisingly impactful or difficult to deal with errors in Node.js
-
social-engineering-for-good Public archive
A talk on some techniques tech folks can use to work better with the people around them.
-
taking-javascript-seriously Public archive
A talk about how to get a bit more rigorous with your javascript dev