Building Enterprise JavaScript Applications - Helion
Tytuł oryginału: Building Enterprise JavaScript Applications
ISBN: 9781788472913
stron: 752, Format: ebook
Data wydania: 2018-09-29
Księgarnia: Helion
Cena książki: 125,10 zł (poprzednio: 139,00 zł)
Oszczędzasz: 10% (-13,90 zł)
Become a senior developer by building enterprise applications that use modern techniques such as TDD, containerization, continuous integration, and deployment
Key Features
- Create production-grade JavaScript applications from scratch
- Build microservices and deploy them to a Docker container for scaling applications
- Test and deploy your code with confidence using Travis CI
Book Description
With the over-abundance of tools in the JavaScript ecosystem, it's easy to feel lost. Build tools, package managers, loaders, bundlers, linters, compilers, transpilers, typecheckers - how do you make sense of it all?
In this book, we will build a simple API and React application from scratch. We begin by setting up our development environment using Git, yarn, Babel, and ESLint. Then, we will use Express, Elasticsearch and JSON Web Tokens (JWTs) to build a stateless API service. For the front-end, we will use React, Redux, and Webpack.
A central theme in the book is maintaining code quality. As such, we will enforce a Test-Driven Development (TDD) process using Selenium, Cucumber, Mocha, Sinon, and Istanbul. As we progress through the book, the focus will shift towards automation and infrastructure. You will learn to work with Continuous Integration (CI) servers like Jenkins, deploying services inside Docker containers, and run them on Kubernetes.
By following this book, you would gain the skills needed to build robust, production-ready applications.
What you will learn
- Practice Test-Driven Development (TDD) throughout the entire book
- Use Cucumber, Mocha and Selenium to write E2E, integration, unit and UI tests
- Build stateless APIs using Express and Elasticsearch
- Document your API using OpenAPI and Swagger
- Build and bundle front-end applications using React, Redux and Webpack
- Containerize services using Docker
- Deploying scalable microservices using Kubernetes
Who this book is for
If you're a JavaScript developer looking to expand your skillset and become a senior JavaScript developer by building production-ready web applications, then this book is for you.
Osoby które kupowały "Building Enterprise JavaScript Applications", wybierały także:
- D3.js w akcji 67,42 zł, (20,90 zł -69%)
- Tablice informatyczne. Node.js 16,86 zł, (5,90 zł -65%)
- React i GatsbyJS. Kurs video. Nowoczesne strony internetowe w oparciu o headless CMS i GraphQL 148,98 zł, (59,59 zł -60%)
- TypeScript i React. Kurs video. Tworzenie nowoczesnych komponent 129,00 zł, (51,60 zł -60%)
- Vue.js w praktyce. Kurs video. Poznaj narz 148,98 zł, (59,59 zł -60%)
Spis treści
Building Enterprise JavaScript Applications. Learn to build and deploy robust JavaScript applications using Cucumber, Mocha, Jenkins, Docker, and Kubernetes eBook -- spis treści
- 1. The Importance of Good Code
- 2. Important Concepts in JavaScript
- 3. Writing in ECMAScript 2015+
- 4. The State of JavaScript
- 5. Managing Version History with Git
- 6. Setting Up Development Tools
- 7. Writing End-to-End Tests
- 8. Storing Data in Elasticsearch
- 9. Modularizing Our Code
- 10. Writing Unit/Integration Tests
- 11. Designing Our API
- 12. Deploying Our Application on a VPS
- 13. Continuous Integration
- 14. Security Authentication and Authorization
- 15. Documenting Our API
- 16. Creating UI with React
- 17. E2E Testing in React
- 18. Managing States with Redux
- 19. Migrating to Docker
- 20. Robust Infrastructure with Kubernetes