Building Enterprise JavaScript Applications
- Authors
- Li, Daniel
- Publisher
- Packt Publishing
- Tags
- com051260 - computers , programming languages , javascript , com060180 - computers , web , web services and apis , com060160 - computers , web , web programming , programming
- Date
- 2018-09-29T00:00:00+00:00
- Size
- 19.49 MB
- Lang
- en
Become a senior developer by building enterprise applications that use modern techniques such as TDD, containerization, continuous integration, and deploymentKey FeaturesCreate production-grade JavaScript applications from scratchBuild microservices and deploy them to a Docker container for scaling applicationsTest and deploy your code with confidence using Travis CIBook DescriptionWith 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...