Angular for Enterprise-Ready Web Applications - Second Edition
暫譯: 企業級網頁應用程式的 Angular - 第二版

Doguhan Uluca

  • 出版商: Packt Publishing
  • 出版日期: 2020-05-29
  • 售價: $3,150
  • 貴賓價: 9.5$2,993
  • 語言: 英文
  • 頁數: 824
  • ISBN: 1838648801
  • ISBN-13: 9781838648800
  • 相關分類: Angular
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

 
Learn
  • Adopt a minimalist, value-first approach to delivering web apps
  • Master Angular development fundamentals, RxJS, CLI tools, GitHub, and Docker
  • Discover the flux pattern and NgRx
  • Implement a RESTful APIs using Node.js, Express.js, and MongoDB
  • Create secure and efficient web apps for any cloud provider or your own servers
  • Deploy your app on highly available cloud infrastructure using DevOps, CircleCI, and AWS
About

This second edition of Angular for Enterprise-Ready Web Applications is updated with in-depth coverage of the evergreen Angular platform.

 

You’ll start by mastering Angular programming fundamentals. Using the Kanban method and GitHub tools, you’ll build great-looking apps with Angular Material and also leverage reactive programming patterns with RxJS, discover the flux pattern with NgRx, become familiar with automated testing, utilize continuous integration using CircleCI, and deploy your app to the cloud using Vercel Now and GCloud.

 

You will then learn how to design and develop line-of-business apps using router-first architecture with observable data anchors, demonstrated through oft-used recipes like master/detail views, and data tables with pagination and forms. Next, you’ll discover robust authentication and authorization design demonstrated via integration with Firebase, API documentation using Swagger, and API implementation using the MEAN stack.

 

Finally, you will learn about DevOps using Docker, build a highly available cloud infrastructure on AWS, capture user behavior with Google Analytics, and perform load testing. By the end of the book, you’ll be familiar with the entire gamut of modern web development and full-stack architecture, learning patterns and practices to be successful as an individual developer on the web or as a team in the enterprise.

Features
  • Updated examples, projects, and a new overview of tools – including NgRX and Ivy, automated testing, and Firebase authentication
  • New chapter summarizing history of web frameworks and Angular version updates
  • All-new RESTful API implementation leveraging the MEAN stack with MongoDB, Express.js, Angular and Node.js

商品描述(中文翻譯)

 


學習內容


  • 採用極簡主義和價值優先的方法來交付網頁應用程式

  • 掌握 Angular 開發基礎、RxJS、CLI 工具、GitHub 和 Docker

  • 探索 flux 模式和 NgRx

  • 使用 Node.js、Express.js 和 MongoDB 實作 RESTful API

  • 為任何雲端服務提供商或您自己的伺服器創建安全且高效的網頁應用程式

  • 使用 DevOps、CircleCI 和 AWS 在高可用的雲端基礎設施上部署您的應用程式





關於本書

《適合企業的 Angular 網頁應用程式(第二版)》更新了對常青的 Angular 平台的深入介紹。

 

您將從掌握 Angular 程式設計基礎開始。使用看板方法和 GitHub 工具,您將使用 Angular Material 建立外觀優美的應用程式,並利用 RxJS 的反應式程式設計模式,探索 NgRx 的 flux 模式,熟悉自動化測試,利用 CircleCI 進行持續整合,並使用 Vercel Now 和 GCloud 將您的應用程式部署到雲端。

 

接著,您將學習如何使用路由優先架構和可觀察數據錨點設計和開發業務應用程式,通過常用的範例如主/詳細視圖和帶有分頁和表單的數據表來演示。然後,您將探索強健的身份驗證和授權設計,通過與 Firebase 的整合、使用 Swagger 的 API 文檔以及使用 MEAN 堆疊的 API 實作來演示。

 

最後,您將學習使用 Docker 的 DevOps,建立在 AWS 上的高可用雲端基礎設施,使用 Google Analytics 捕捉用戶行為,並進行負載測試。在書籍結束時,您將熟悉現代網頁開發和全棧架構的整個範疇,學習成功作為個人開發者或企業團隊的模式和實踐。





特色


  • 更新的範例、專案,以及對工具的新概述,包括 NgRX 和 Ivy、自動化測試和 Firebase 身份驗證

  • 新章節總結網頁框架的歷史和 Angular 版本更新

  • 全新的 RESTful API 實作,利用 MEAN 堆疊中的 MongoDB、Express.js、Angular 和 Node.js




作者簡介

Doguhan Uluca

Doguhan Uluca is a Technical Fellow for Excella in Washington, DC, and a Google Developers Expert in Angular and Web Technologies. He is a software development, agile, and cloud engineering expert. Doguhan is passionate about teaching technology and open-source software. He is a speaker, an author, including the best-selling Angular for Enterprise-Ready Web Applications, and an active contributor in the OSS community. Doguhan enjoys recording music, playing Go, building Lego, and mixology.

作者簡介(中文翻譯)

Doguhan Uluca

Doguhan Uluca 是位於華盛頓特區的 Excella 的技術研究員,也是 Google Developers 在 Angular 和網頁技術方面的專家。他是一位軟體開發、敏捷和雲端工程的專家。Doguhan 熱衷於教授技術和開源軟體。他是一位演講者和作者,著作包括暢銷書《Angular for Enterprise-Ready Web Applications》,並且是開源軟體社群的活躍貢獻者。Doguhan 喜歡錄音、下圍棋、搭建樂高和調酒。

目錄大綱

  1. Introduction to Angular and Its Concepts
  2. Setting Up Your Development Environment
  3. Creating a Basic Angular App
  4. Automated Testing, CI, and Release to Production
  5. Delivering High-Quality UX with Material
  6. Forms, Observables, and Subjects
  7. Creating A Router-First Line-Of-Business App
  8. Designing Authentication and Authorization
  9. DevOps Using Docker
  10. RESTful APIs and Full Stack Implementation
  11. Recipes – Reusability, Routing, and Caching
  12. Recipes – Master/Detail, Data Tables, and NgRx
  13. Highly Available Cloud Infrastructure on AWS
  14. Google Analytics and Advanced Cloud Ops
  15. Appendix A - Debugging Angular
  16. Appendix B - Angular Cheat Sheet
  17. Bonus Chapter: Appendix C - Keeping Angular and Tools Evergreen

目錄大綱(中文翻譯)


  1. Introduction to Angular and Its Concepts

  2. Setting Up Your Development Environment

  3. Creating a Basic Angular App

  4. Automated Testing, CI, and Release to Production

  5. Delivering High-Quality UX with Material

  6. Forms, Observables, and Subjects

  7. Creating A Router-First Line-Of-Business App

  8. Designing Authentication and Authorization

  9. DevOps Using Docker

  10. RESTful APIs and Full Stack Implementation

  11. Recipes – Reusability, Routing, and Caching

  12. Recipes – Master/Detail, Data Tables, and NgRx

  13. Highly Available Cloud Infrastructure on AWS

  14. Google Analytics and Advanced Cloud Ops

  15. Appendix A - Debugging Angular

  16. Appendix B - Angular Cheat Sheet

  17. Bonus Chapter: Appendix C - Keeping Angular and Tools Evergreen