Scott Nonnenberg
scottnonnenberg
I've got a relatively wide perspective, due to a variety of roles/employers/clients. He/him. Happy to mentor. Work account: @scottnonnenberg-signal
Languages
Repos
12
Stars
189
Forks
17
Top Language
JavaScript
Loading contributions...
Top Repositories
The code to generate https://blog.scottnonnenberg.com, a Gatsby-based blog.
A set of shell scripts, node.js scripts and templates to make journaling and daily/week/monthly goal tracking easy.
A little tool to help you compare your various eslint configurations. Or yours vs. your friend's. :0)
A talk about some common but surprisingly impactful or difficult to deal with errors in Node.js
The way I write javascript.
A talk about how to get a bit more rigorous with your javascript dev
Repositories
12A talk about some common but surprisingly impactful or difficult to deal with errors in Node.js
A set of shell scripts, node.js scripts and templates to make journaling and daily/week/monthly goal tracking easy.
The code to generate https://blog.scottnonnenberg.com, a Gatsby-based blog.
A little tool to help you compare your various eslint configurations. Or yours vs. your friend's. :0)
Code from my SeattleJS learn node presentation on 2013/09/18. Enjoy!
A talk about how to get a bit more rigorous with your javascript dev
A talk on some techniques tech folks can use to work better with the people around them.
The way I write javascript.
Random rules I think are useful. :0)
Generates sunrise and sunset calendar items in CSV form for import to your favorite calendar program.
More substantial code examples needed for my blog. :0)
Extra err.stack entries for debuggability. Better than your plain 'if (err) { return cb(err) }'