Blog 307

David Hebert
1 min readJan 10, 2021

Tell me about a project that you’re particularly proud of. What did you do that worked out so well?

As silly as it might sound, the barber shop project from way back in the beginning of the class might be what I’m most proud of. It looks great, it was challenging, and required a lot of changing, saving, hair pulling, rechanging. It took me a while, and in the end it turned out looking very nice.

How do you do testing, and what do you think about it? How would you improve QA?

I mostly just fiddle around with applications myself, trying to figure out how someone might use it properly, but also how someone might try to misuse it. I’m honestly not sure of how to improve this with just me.

What tools do you use to find a performance bug?

I mostly use the inspect tool in Chrome to figure out where problems are in my code. The tool helps me to figure out where problems might be, then I can hop over to VSCode and work on them there.

What is the preferred method of resolving unhandled exceptions in Node.js?

Process listens for events which include exits, catching the unhandled exceptions as they occur.

--

--