GREY GOOSE

Node.Js, Mongodb and Angular Web Development: The Definitive Guide to Using the

Description: Node.Js, Mongodb and Angular Web Development: The Definitive Guide to Using the Mean Stack to Build Web Applications by Brad Dayley, Brendan Dayley Node.js, MongoDB and Angular Web Development The definitive guide to building JavaScript-based Web applications from server to browser Node.js, MongoDB, and Angular are three web development technologies that together provide an easy to implement, fully integrated web development stack. Node.js is a leading server-side programming environment, MongoDB is the most popular NoSQL database, and Angular is quickly becoming the leading framework for MVC-based front-end development. Together they allow web programmers to create high-performance sites and applications built completely in JavaScript, from server to client. Node.js, MongoDB and Angular Web Development is a complete guide for web programmers who want to integrate these three technologies into full working solutions. It begins with concise, crystal-clear tutorials on each of the three technologies and then quickly moves on to building several common web applications. Readers will learn how to use Node.js and MongoDB to build more scalable, high-performance sites, how to leverage Angulars innovative MVC approach to structure more effective pages and applications, and how to use all three together to deliver outstanding next-generation Web solutions. Implement a highly scalable and dynamic web server using Node.js and Express Build server-side web services in JavaScript Implement a MongoDB data store for your web applications Access and interact with MongoDB from Node.js JavaScript code Define static and dynamic web routes and implement server-side scripts to support them Implement Express in Node.js Create Jade templates Define your own custom Angular directives that extend the HTML language Implement client-side services that can interact with the Node.js web server Build dynamic browser views that provide rich user interaction Add authenticated user accounts to your web applications Add nested comment components to your web pages Build an end-to-end shopping cart FORMAT Paperback LANGUAGE English CONDITION Brand New Author Biography Brad Dayley is a senior software engineer in Novells Product Development Group. He has 16 years of experience in designing, developing, and implementing software from the kernel level through web development. He is the author of several books on server and network management as well as programming languages. When he is not developing software or writing books, he can be found biking, hiking, and/or Jeeping somewhere in the remote regions of the western United States with his wife, DaNae, and four sons. Table of Contents Introduction Part I: Learning Node.js1 Getting Started with Node.js * Installing Node.js * Creating a Node.js Application * Installing npms2 Understanding I/O and Events in Node.js * Types of I/O * Handling System I/O * Handling Network I/O * Understanding Events * Creating Event Listeners3 Implementing Callbacks in Node.js * Understanding Callbacks * How Node.js Implements Callbacks * Synchronous Callbacks * Asynchronous Callbacks * Handling Event Loops4 Implementing HTTP Services in Node.js * Understanding HTTP Services * Implementing HTTP Servers in Node.js * Implementing HTTP Clients in Node.js5 Implementing Socket Services in Node.js * Understanding Socket.IO * Creating a Socket Server * Creating a Socket Client * Broadcasting Data to Socket Clients * Sending Data to Socket Servers * Bi-Directional Data6 Accessing the Local System from Node.js * Writing Data to Files * Reading Data from Files * Accessing Environment Variables * Creating Child Processes * Using the Cluster Module7 Handling JSON Data in Node.js * Converting JSON to JavaScript Objects * Converting JavaScript Objects to JSON * Sending JSON Data * Creating a JSON API in Node.js8 Using the Buffer Module * Understanding Buffered Data * Writing to Buffers * Appending to Buffers * Modifying Data in Buffers * Copying Buffers9 Using the Stream Module * Understanding Node.js Streams * Creating Readable Streams * Creating Writable Streams * Implementing Piped Streams10 Creating Your Own Node.js Modules Part II: Learning MongoDB11 Getting Started with MongoDB * Understanding MongoDB * MongoDB Data Types * Understanding Documents * Installing MongoDB * Accessing MongoDB from the Shell Client * Starting and Stopping MongoDB * Monitoring MongoDB * Configuring Security and Authentication12 Getting Started with Mongoose * Understanding Mongoose * Installing Mongoose * Adding Mongoose to Node.js * Connecting to MongoDB13 Defining Your Object Model from Node.js Mongoose * Planning your Object Model * Defining the Schema * Compiling an Object Model * Defining Validation * Creating Objects * Updating Objects * Saving Objects14 Accessing MongoDB Data from Node.js Using Mongoose * Introducing find * Adding Query Criteria * Using Type-Specific Queries * Limiting Results * Sorting Results * Aggregating Results * Getting Data as QueryStream15 Advanced Mongoose Concepts * Snapshot Queries * Converting Query Objects to JSON * Converting Query Objects to JavaScript Objects * Adding dynamic methods to the Model * Adding MiddleWare * Population * Promise16 Advanced MongoDB Concepts * Indexing * Replication * Sharding * Backup and Repair Part III: Using Express and Jade to Make Life Easier17 Getting Started with Express and Jade * Understanding Express * Installing Express * Configuring Express * Adding Middleware * Understanding Jade * Installing Jade * Setting Jade as the Template Engine18 Implementing Express in Node.js * Understanding Routes * Adding Routes * Adding a GET Route * Adding a POST Route * Applying Parameters in Routes * Accessing Requests * Manipulating Responses19 Creating Jade Templates * Adding Tags * Setting Attributes * Adding Plain Text * Applying Unbuffered Code vs. Buffered Code * Using Conditionals * Iteration * Using Mixins * Using Additional Script Languages Part IV: Learning AngularJS20 Getting Started with AngularJS * Understanding AngularJS * Installing AngularJS * Configuring AngularJS * Understanding AngularJS MVC * Model * Template * Controller21 Defining Browser Interaction in Templates * Applying Browser Events * Modifying DOM Elements * Data Binding to DOM Elements * Adding Filters to22 Understanding Directives * Built-in Directives * Creating Your Own Directives to Extend HTML * Creating Reusable Components23 Interacting with the Server Via AJAX * Using the $http.get Service * Using the $http.post Service * Using the $http.jsonp Service * Using the $resource Service24 Additional AngularJS Concepts * Adding Expressions to Templates * Using Routes * Implementing Services * Dependency Injection25 Integrating AngularJS with Existing Code * JavaScript * jQuery Part V: Practical Examples26 Adding User Accounts to your Web Site27 Connecting to External Services28 Creating Your Own Shopping Cart29 Adding Comments Area to Pages30 Generating Dynamic PDF Documents31 Building a Rich Web Application Long Description Node.js, MongoDB and Angular Web Development The definitive guide to building JavaScript-based Web applications from server to browser Node.js, MongoDB, and Angular are three web development technologies that together provide an easy to implement, fully integrated web development stack. Node.js is a leading server-side programming environment, MongoDB is the most popular NoSQL database, and Angular is quickly becoming the leading framework for MVC-based front-end development. Together they allow web programmers to create high-performance sites and applications built completely in JavaScript, from server to client. Node.js, MongoDB and Angular Web Development is a complete guide for web programmers who want to integrate these three technologies into full working solutions. It begins with concise, crystal-clear tutorials on each of the three technologies and then quickly moves on to building several common web applications. Readers will learn how to use Node.js and MongoDB to build more scalable, high-performance sites, how to leverage Angulars innovative MVC approach to structure more effective pages and applications, and how to use all three together to deliver outstanding next-generation Web solutions. Implement a highly scalable and dynamic web server using Node.js and Express Build server-side web services in JavaScript Implement a MongoDB data store for your web applications Access and interact with MongoDB from Node.js JavaScript code Define static and dynamic web routes and implement server-side scripts to support them Implement Express in Node.js Create Jade templates Define your own custom Angular directives that extend the HTML language Implement client-side services that can interact with the Node.js web server Build dynamic browser views that provide rich user interaction Add authenticated user accounts to your web applications Add nested comment components to your web pages Build an end-to-end shopping cart Feature A detailed, hands-on guide to developing modern Web-based applications with the MEAN stack - Node.js on the server, MongoDB for the database, and Angular for frontend client development. Updated for Angular2, Node.js 6, and MongoDB 3 Covers the complete rewrite of the Angular technology Provides a practical, hands-on approach helps developers apply these new technologies to their work Patterned on Welling and Thomsons groundbreaking best-seller PHP and MySQL Web Development New Feature Updated for significant new versions of the the books three core technologies - Angular 2, Node.js 6, and MongoDB 3 Details ISBN0134655532 Author Brendan Dayley Short Title NODEJS MONGODB & ANGULAR WEB D Pages 700 Publisher Addison-Wesley Professional Series Developers Library Language English Edition 2nd ISBN-10 0134655532 ISBN-13 9780134655536 Media Book Format Paperback Affiliation ? Country of Publication United States Year 2017 DEWEY 006.76 Imprint Addison-Wesley Educational Publishers Inc Place of Publication New Jersey Replaces 9780321995780 Subtitle The definitive guide to using the MEAN stack to build web applications Publication Date 2017-10-23 UK Release Date 2018-02-02 AU Release Date 2018-02-02 NZ Release Date 2018-02-02 US Release Date 2018-02-02 We've got this At The Nile, if you're looking for it, we've got it. With fast shipping, low prices, friendly service and well over a million items - you're bound to find what you want, at a price you'll love! TheNile_Item_ID:117163791;

Price: 63.2 AUD

Location: Melbourne

End Time: 2024-11-10T03:55:39.000Z

Shipping Cost: 0 AUD

Product Images

Node.Js, Mongodb and Angular Web Development: The Definitive Guide to Using the

Item Specifics

Restocking fee: No

Return shipping will be paid by: Buyer

Returns Accepted: Returns Accepted

Item must be returned within: 30 Days

ISBN-13: 9780134655536

Book Title: Node.Js, Mongodb and Angular Web Development: The Definitive Guid

Item Height: 229 mm

Item Width: 178 mm

Author: Caleb Dayley, Brendan Dayley, Brad Dayley

Publication Name: Node.js, MongoDB and Angular Web Development: The definitive guide to using the MEAN stack to build web applications

Format: Paperback

Language: English

Publisher: Pearson Education (Us)

Subject: Computer Science

Publication Year: 2018

Type: Textbook

Item Weight: 1005 g

Number of Pages: 640 Pages

Recommended

Learn Meteor - Node.js and MongoDB JavaScript platform by Weil, Arnaud
Learn Meteor - Node.js and MongoDB JavaScript platform by Weil, Arnaud

$19.36

View Details
Beginning Node.js, Express & MongoDB Development - Greg Lim, PB
Beginning Node.js, Express & MongoDB Development - Greg Lim, PB

$14.99

View Details
Developer's Library: Node. Js, MongoDB and AngularJS Web Development by Brad...
Developer's Library: Node. Js, MongoDB and AngularJS Web Development by Brad...

$25.00

View Details
Full Stack JavaScript: Learn Backbone.Js, Node.Js, and Mongodb by Mardan, Azat
Full Stack JavaScript: Learn Backbone.Js, Node.Js, and Mongodb by Mardan, Azat

$78.71

View Details
Beginning Node.js, Express & MongoDB Development by Lim, Greg
Beginning Node.js, Express & MongoDB Development by Lim, Greg

$19.56

View Details
Beginning Node.js, Express & MongoDB Development by Lim, Greg
Beginning Node.js, Express & MongoDB Development by Lim, Greg

$12.65

View Details
Beginning Node. js, Express and MongoDB Development Paperback Gre
Beginning Node. js, Express and MongoDB Development Paperback Gre

$6.28

View Details
Node.js, MongoDB, and AngularJS Web Development (Developer's Library) - GOOD
Node.js, MongoDB, and AngularJS Web Development (Developer's Library) - GOOD

$6.38

View Details
Learn Meteor - Node.js and MongoDB JavaScript platform by Weil, Arnaud
Learn Meteor - Node.js and MongoDB JavaScript platform by Weil, Arnaud

$25.18

View Details
Node.js, MongoDB and Angular Web Development: The definitive guide to using the
Node.js, MongoDB and Angular Web Development: The definitive guide to using the

$57.59

View Details