Matt

Results 27 comments of Matt

I think we should throw in callbacks in there as well, and I came up with an awesome name for that exercise: "Don't call me, I'll call you." I wrote...

So, per earlier, I'll take care of the callbacks one, which I think should follow the async exercise. As for the specifics, I think that the async exercise should demonstrate...

# Asyncing When writing applications with Node, an essential operation is querying a database and processing the data once it's received. How would the performance of our application be if...

All things being equal, creating realistic exercises is better, but I agree that this may be pushing it. Once we start writing this out further, we can try to get...

I started thinking about what exercises that we could do to demonstrate async and callbacks, and I realized that callbacks should definitely go before async because you can teach callbacks...

Here's my first stab at a possible exercise. Let me know what you think. # Don't call me, I'll call you Write a function called `modifyArray` that takes two arguments:...

Great. When I have time, I'll start to flesh out the content and get people's feedback from there.