Kim Trott

Results 15 comments of Kim Trott

> What is your primary role in your workplace? At Netflix, everyone is full cycle engineers that are responsible for development and devops. If your intent is to understand responsibilities,...

> Which do you use the most often in order to write async code Should you have a other writein option? What about Generators or Observables? Is it useful to...

> Which of the following tools do you use in order to debug Node.js code at least once a week: Why does it have to be "at least once a...

> What should the policy Node.js takes when an unhandled rejection occurs? For example - when an exception is thrown in an async function (or a then handler) but no...

> Not really sure, it's basically "whether or not you have for await in your code or not. Maybe just ask that then because the current question is hard to...

Establish patterns for dealing with errors: especially from get vs. call

@jhusain rough notes from meeting with site team: - Early warning of errors: Logging to consolidated logging - Use error selector: When we log errors, log request ids along with...

@sdesai This is complete? Or we should break out into separate issues to detail the remaining work.

Not sure Satyen's github handle but I'd be surprised used if webpack or browserify didn't allow you to compile code in/out based on build configuration. Not opposed to sweet if...

This is great, but doesn't feel like something we need to do before Open Source milestone. According to @trxcllnt and @michaelbpaulson: If we do #94 proposal a lot of the...