- Web Development with MongoDB and Node.js
- Jason Krol
- 188字
- 2021-08-05 17:51:05
Additional resources
For additional learning with JavaScript, I suggest you check out some of the following resources:
- Mozilla Developer Network at https://developer.mozilla.org/en-US/docs/Web/JavaScript
- Secrets of the JavaScript Ninja, John Resig, Bear Bibeault, Manning
- Learning JavaScript Design Patterns, Addy Osmani, O'Reilly
- JavaScript: The Good Parts, Douglas Crockford, O'Reilly
The Node API online documentation is going to be your best bet to fully understanding everything that's available within the Node core set of modules. The Node API docs can be found at http://nodejs.org/api.
Additionally, there is a great website that teaches Node using actual programming problems that you must solve. The emphasis with these exercises is to understand the nuts and bolts of how Node works and get down into the fundamentals of working with streams, asynchronous I/O, promises, and more. Node School can be found at http://nodeschool.io.
Finally, the creators of MongoDB offer an amazing 7-8 week online training and certification programs completely free of charge, where you will learn everything you need to be a true MongoDB master. This can be found at MongoDB University at https://university.mongodb.com.
Now it's time to dive in and start writing some real code!
- 嵌入式Linux系統開發:基于Yocto Project
- 精解Windows8
- 數據中心系統工程及應用
- Linux運維最佳實踐
- Android物聯網開發細致入門與最佳實踐
- jQuery UI Cookbook
- INSTANT Galleria Howto
- Linux系統最佳實踐工具:命令行技術
- 鴻蒙操作系統設計原理與架構
- 從實踐中學習Windows滲透測試
- 大學計算機應用基礎實踐教程(Windows 7+MS Office 2010)
- OpenHarmony開發與實踐:基于紅莓RK2206開發板
- Less Web Development Essentials
- 電腦辦公(Windows 7 + Office 2013)入門與提高
- Mastering Eclipse Plug-in Development