- ホーム
- > 洋書
- > 英文書
- > Computer / General
Full Description
This book is an easy, hands-on introduction to the creation of web applications from the ground up. Each chapter covers a particular part of an application, introducing you to modern techniques and architectural patterns for achieving it - with a practical focus on the most popular tools, libraries, and frameworks used by today's full-stack developers. You'll learn to build an entire application from start to finish, from creating a Node.js server, to developing a front-end interface with React.js components and Next.js pages. You'll then expand your web application by writing REST and GraphQL APIs, implementing middleware, and connecting your application to a MongoDB database on the back end. Finally, you'll learn how to add OAuth authorization to your application, write automated tests with Jest, and deploy your project as microservices using Docker. You'll learn: Contemporary best practices, like the use of a microservice architecture and test-driven development techniques, essential concepts of the tools, frameworks, and full-stack technologies, and how to use them, steps for creating a full-stack web application - from React.js components on the front end, to GraphQL APIs in the middleware and the MongoDB database on the back end, how to add OAuth authorization to integrate login with GitHub and write automated tests with Jest.
Contents
Introduction
Part I: The Technology Stack
Chapter 1: Node.js
Chapter 2: Modern JavaScript
Chapter 3: TypeScript
Chapter 4: React.js
Chapter 5: Next.js
Chapter 6: APIs
Chapter 7: MongoDB and Mongoose
Chapter 8: Testing
Chapter 9: Authorization with OAuth
Chapter 10: Docker
Part II: The Full-Stack Application
Chapter 11: Setting Up the Docker Environment
Chapter 12: Building the Middleware
Chapter 13: Building the GraphQL API
Chapter 14: Building the Frontend
Chapter 15: Authentication with GitHub
Chapter 16: Running Automated Tests in Docker
Appendix A: TypeScript Compiler Options
Appendix B: The Next.js App Directory
Appendix C: Jest Matcher Function