Node Js


Node.js in Action + EBook
Node.js Design Patterns: Master a series of patterns and techniques to create modular, scalable, and efficient applications
Practical Node.js: Building Real-World Scalable Web Apps
Beginning Node.js
Node.js the Right Way: Practical, Server-Side JavaScript That Scales
Mastering Node.js: Expert techniques for building fast servers and scalable, real-time network applications with minimal effort (Community Experience Distilled)
Node: Up and Running: Scalable Server-Side Code with JavaScript
Professional Node.js: Building Javascript Based Scalable Software
Node Cookbook: Discover Solutions, Techniques, and Best Practices for Server-Side Web Development with Node.js 14
Web Development with Node and Express: Leveraging the JavaScript Stack
Building Node Applications with MongoDB and Backbone: Rapid Prototyping and Scalable Deployment
Express in Action: Writing, building, and testing Node.js applications
Pro Express.js: Master Express.js: The Node.js Framework For Your Web Development
Learning Node.js: A Hands-On Guide to Building Web Applications in JavaScript
Node for Front-End Developers: Writing Server-Side JavaScript Applications
Eloquent JavaScript by Marijn HaverbekeNode.js in Action + EBook by Mike CantelonGet Programming with JavaScript by John LarsenJavaScript by Douglas CrockfordJavaScript and jQuery by Jon Duckett
Programming: Javascript
11 books — 2 voters

Robert Duchnik
In my experience, requirements change quite often, or new situations will arise that weren’t anticipated at the start of the project. If the situation can be addressed with a plugin, I just whip open the standalone plugin page, make the updates and pop the new plugin back in. Because the plugin is self-contained, it’s easy to recreate the problem, fix it, and get it back into the codebase.
Robert Duchnik, jQuery Plugin Development In 30 Minutes

Robert Duchnik
Ultimately, I try to think of my application’s main codebase as just stringing together various components and code from many sources. It just controls logic and flow. The real nitty-gritty is handled behind the scenes. This is why frameworks like Backbone are so important — they hide a lot of the details in the background and allow you to just focus on the flow and control of your application.
Robert Duchnik, jQuery Plugin Development In 30 Minutes

More quotes...
Books to read to develop the craft of software creation
1 member, last active 10 years ago