Taylor Gautier
Member since Dec 9, 2015
- Profile: /members/12965-taylor-gautier.htm
- Comments: 1
Recent Blog Comments By Taylor Gautier
-
Thinking About Inversion Of Control (IoC) In Node.js
Posted on Dec 9, 2015 at 6:13 PM
You're on the right path. When I first started writing Node.js code, my immediate reaction was "cool, require is just a lightweight DI container". Then I found Angular, and realized that a DI container in Javascript could be so much more. And then I found promises. Which provide asyn... read more »