null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Getting MEAN with Mongo, Express, Angular, and Node

List Price: $49.99
SKU:
9781617294754
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Simon Holmes, Clive Herber
    Format:
    Paperback
    Pages:
    504
    Publisher:
    Manning (May 10, 2019)
    Language:
    English
    ISBN-13:
    9781617294754
    ISBN-10:
    1617294756
    Weight:
    30.4oz
    Dimensions:
    7.38" x 9.25" x 1.1"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Case Pack:
    14
    As low as:
    $44.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Summary

    Getting MEAN, Second Edition teaches you how to develop full-stack web applications using the MEAN stack. This edition was completely revised and updated to cover MongoDB 4, Express 4, Angular 7, Node 11, and the latest mainstream release of JavaScript ES2015.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the Technology

    Juggling languages mid-application can radically slow down a full-stack web project. The MEAN stack—MongoDB, Express, Angular, and Node—uses JavaScript end to end, maximizing developer productivity and minimizing context switching. And you'll love the results! MEAN apps are fast, powerful, and beautiful.

    About the Book

    Getting MEAN, Second Edition teaches you how to develop full-stack web applications using the MEAN stack. Practical from the very beginning, the book helps you create a static site in Express and Node. Expanding on that solid foundation, you'll integrate a MongoDB database, build an API, and add an authentication system. Along the way, you'll get countless pro tips for building dynamic and responsive data-driven web applications!

    What's inside

    • MongoDB 4, Express 4, Angular 7, and Node.js 11
    • MEAN stack architecture
    • Mobile-ready web apps
    • Best practices for efficiency and reusability

    About the Reader

    Readers should be comfortable with standard web application designs and ES2015-style JavaScript.

    About the Author

    Simon Holmes and Clive Harber are full-stack developers with decades of experience in JavaScript and other leading-edge web technologies.

    Table of Contents

      PART 1 - SETTING THE BASELINE

    1. Introducing full-stack development
    2. Designing a MEAN stack architecture
    3. PART 2 - BUILDING A NODE WEB APPLICATION

    4. Creating and setting up a MEAN project
    5. Building a static site with Node and Express
    6. Building a data model with MongoDB and Mongoose
    7. Writing a REST API: Exposing the MongoDB database to the application
    8. Consuming a REST API: Using an API from inside Express
    9. PART 3 - ADDING A DYNAMIC FRONT END WITH ANGULAR

    10. Creating an Angular application with TypeScript
    11. Building a single-page application with Angular: Foundations
    12. Building a single-page application with Angular: The next level
    13. PART 4 - MANAGING AUTHENTICATION AND USER SESSIONS

    14. Authenticating users, managing sessions, and securing APIs
    15. Using an authentication API in Angular applications