Book recommendations, Node edition

I’d like some recommendations for books / very thorough articles for learning Node best practices.

I’m particularly interested in file structure and modularisation practices, but stuff that touches on communicating with databases (Mongo preferred) or testing would also be welcome.

There’s lot’s off stuff online, but sifting through all of the out-dated, contradictory, and just plain wrong information is hard work.

So if something you’ve read about Node passes the “this actually helped it click for me” test, please recommend it :slight_smile:

I found one that helped modularisation click for me. I know I’m answering my own question, which is a little like sniffing your own toots, but here it is anyway:

http://blog.ragingflame.co.za/2015/4/1/how-i-build-nodejs-applications

If anyone knows more about Node than me would like to critique this article, I’m happy to learn more :slight_smile:

2 Likes