Getting MEAN with Mongo, Express, Angular, and Node

US $25.13
Condition:
Brand New
Breathe easy. Returns accepted.
Shipping:
Free USPS Media MailTM.
Located in: Phoenix, Arizona, United States
Delivery:
Estimated between Thu, Nov 6 and Mon, Nov 10 to 94104
Delivery time is estimated using our proprietary method which is based on the buyer's proximity to the item location, the shipping service selected, the seller's shipping history, and other factors. Delivery times may vary, especially during peak periods.
Returns:
30 days returns. Buyer pays for return shipping. If you use an eBay shipping label, it will be deducted from your refund amount.
Payments:
       Diners Club
Earn up to 5x points when you use your eBay Mastercard®. Learn moreabout earning points with eBay Mastercard

Shop with confidence

eBay Money Back Guarantee
Get the item you ordered or your money back. Learn moreeBay Money Back Guarantee - opens new window or tab
Seller assumes all responsibility for this listing.
eBay item number:365145837116
Last updated on Oct 31, 2024 01:03:18 PDTView all revisionsView all revisions

Item specifics

Condition
Brand New: A new, unread, unused book in perfect condition with no missing or damaged pages. See the ...
ISBN
9781617292033
Subject Area
Computers
Publication Name
Getting Mean with Mongo, Express, Angular, and Node
Publisher
Manning Publications Co. LLC
Item Length
9.2 in
Subject
Programming / General, Web / Web Services & APIs, Web / Design, Programming Languages / Javascript
Publication Year
2015
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
1 in
Author
Simon Holmes
Item Weight
25.3 Oz
Item Width
7.4 in
Number of Pages
440 Pages
Category

About this product

Product Identifiers

Publisher
Manning Publications Co. LLC
ISBN-10
1617292036
ISBN-13
9781617292033
eBay Product ID (ePID)
201632387

Product Key Features

Number of Pages
440 Pages
Language
English
Publication Name
Getting Mean with Mongo, Express, Angular, and Node
Subject
Programming / General, Web / Web Services & APIs, Web / Design, Programming Languages / Javascript
Publication Year
2015
Type
Textbook
Subject Area
Computers
Author
Simon Holmes
Format
Trade Paperback

Dimensions

Item Height
1 in
Item Weight
25.3 Oz
Item Length
9.2 in
Item Width
7.4 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
2016-285070
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
006.7/8
Synopsis
Traditional web dev stacks can require different programming languages for every layer, creating a complex mashup of code and frameworks. Together, the MongoDB database, the Express and AngularJS web application frameworks, and Node.js on the server-side constitute the MEAN stack--a powerful web development platform that uses JavaScript top to bottom. Getting MEAN with Mongo, Express, Angular, and Node shows readers how to develop web applications end-to-end using the MEAN stack. It systematically discusses each technology in the MEAN stack helping to build up an application one layer at a time, just as in a real project. First, it tackles creating a skeleton of a static site in Express and Node, and pushing it up to a live web server. Next, it looks at the MongoDB database and how to build an API for an application. Finally, it rolls out Angular to handle data manipulation and application logic in the browser, demonstrating the payoff for organizing the back-end code properly. By the end of the book, readers will have all the skills--and code--needed to build a dynamic data-driven web application on the MEAN stack. RETAIL SELLING POINTS Create dynamics websites using the MEAN technology stack Covers best practices of application development Loads of code samples throughout AUDIENCE This book includes a quick JavaScript recap, but some web development experience is helpful. It's especially useful for front-end developers who want to learn more about the server-side of a web application. Market Information. ABOUT THE TECHNOLOGY The MEAN stack is a powerful web development platform that uses JavaScript top to bottom. Developers love it because they need only one programming language for the whole stack. Business owners love it because the open source technologies in the MEAN stack are scalable and cost effective. Most importantly, end users love it because web apps are fast and responsive. It's a win-win-win!, Summary Getting MEAN with Mongo, Express, Angular, and Node teaches readers how to develop web applications end-to-end using the MEAN stack. You'll systematically discover each technology in the MEAN stack as you build up an application one layer at a time, just as you'd do in a real project.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Traditional web dev stacks use a different programming language in every layer, resulting in a complex mashup of code and frameworks. Together, the MongoDB database, the Express and AngularJS frameworks, and Node.js constitute the MEAN stack--a powerful platform that uses only one language, top to bottom: JavaScript. Developers and businesses love it because it's scalable and cost-effective. End users love it because the apps created with it are fast and responsive. It's a win-win-win About the Book Getting MEAN with Mongo, Express, Angular, and Node teaches you how to develop web applications using the MEAN stack. First, you'll create the skeleton of a static site in Express and Node, and then push it up to a live web server. Next, you'll add a MongoDB database and build an API before using Angular to handle data manipulation and application logic in the browser. Finally you'll add an authentication system to the application, using the whole stack. When you finish, you'll have all the skills you need to build a dynamic data-driven web application. What's Inside Full-stack development using JavaScript Responsive web techniques Everything you need to get started with MEAN Best practices for efficiency and reusability About the Reader Readers should have some web development experience. This book is based on MongoDB 2, Express 4, Angular 1, and Node.js 4. About the Author Simon Holmes has been a full-stack developer since the late 1990s and runs Full Stack Training Ltd. Table of Contents PART 1 SETTING THE BASELINE Introducing full-stack development Designing a MEAN stack architecture PART 2 BUILDING A NODE WEB APPLICATION Creating and setting up a MEAN project Building a static site with Node and Express Building a data model with MongoDB and Mongoose Writing a REST API: Exposing the MongoDB database to the application Consuming a REST API: Using an API from inside Express PART 3 ADDING A DYNAMIC FRONT END WITH ANGULAR Adding Angular components to an Express application Building a single-page application with Angular: Foundations Building an SPA with Angular: The next level PART 4 MANAGING AUTHENTICATION AND USER SESSIONS Authenticating users, managing sessions, and securing APIs APPENDIXES Installing the stack Installing and preparing the supporting cast Dealing with all of the views Reintroducing JavaScript - available online only, Summary Getting MEAN with Mongo, Express, Angular, and Node teaches readers how to develop web applications end-to-end using the MEAN stack. You'll systematically discover each technology in the MEAN stack as you build up an application one layer at a time, just as you'd do in a real project.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Traditional web dev stacks use a different programming language in every layer, resulting in a complex mashup of code and frameworks. Together, the MongoDB database, the Express and AngularJS frameworks, and Node.js constitute the MEAN stack--a powerful platform that uses only one language, top to bottom: JavaScript. Developers and businesses love it because it's scalable and cost-effective. End users love it because the apps created with it are fast and responsive. It's a win-win-win! About the Book Getting MEAN with Mongo, Express, Angular, and Node teaches you how to develop web applications using the MEAN stack. First, you'll create the skeleton of a static site in Express and Node, and then push it up to a live web server. Next, you'll add a MongoDB database and build an API before using Angular to handle data manipulation and application logic in the browser. Finally you'll add an authentication system to the application, using the whole stack. When you finish, you'll have all the skills you need to build a dynamic data-driven web application. What's Inside Full-stack development using JavaScript Responsive web techniques Everything you need to get started with MEAN Best practices for efficiency and reusability About the Reader Readers should have some web development experience. This book is based on MongoDB 2, Express 4, Angular 1, and Node.js 4. About the Author Simon Holmes has been a full-stack developer since the late 1990s and runs Full Stack Training Ltd. Table of Contents PART 1 SETTING THE BASELINE Introducing full-stack development Designing a MEAN stack architecture PART 2 BUILDING A NODE WEB APPLICATION Creating and setting up a MEAN project Building a static site with Node and Express Building a data model with MongoDB and Mongoose Writing a REST API: Exposing the MongoDB database to the application Consuming a REST API: Using an API from inside Express PART 3 ADDING A DYNAMIC FRONT END WITH ANGULAR Adding Angular components to an Express application Building a single-page application with Angular: Foundations Building an SPA with Angular: The next level PART 4 MANAGING AUTHENTICATION AND USER SESSIONS Authenticating users, managing sessions, and securing APIs APPENDIXES Installing the stack Installing and preparing the supporting cast Dealing with all of the views Reintroducing JavaScript - available online only
LC Classification Number
QA76.6

Item description from the seller

About this seller

Kulelibooks

98.8% positive feedback42K items sold

Joined Jun 2021

Detailed seller ratings

Average for the last 12 months
Accurate description
4.9
Reasonable shipping cost
5.0
Shipping speed
5.0
Communication
5.0

Seller feedback (10,677)

All ratingsselected
Positive
Neutral
Negative
  • s***s (252)- Feedback left by buyer.
    Past 6 months
    Verified purchase
    Shipping was prompt. Item was well packed and as described. Great value, great communication, and great service! Would be a pleasure to do business again!
  • 9***1 (1924)- Feedback left by buyer.
    Past 6 months
    Verified purchase
    I purchased book and seller contacted me and stated book wasn’t acceptable to sell and issued me a refund. I appreciate this seller for not sending me a book that wasn’t new as it stated. I definitely will purchase from this seller he’s honest and that’s important
  • r***8 (154)- Feedback left by buyer.
    Past 6 months
    Verified purchase
    Fantastic experience! Item arrived exactly as described, very well packaged, and earlier than expected. Great communication from the seller throughout the process. Would definitely buy from this seller again. Highly recommended!