Description
In this course, you will learn:
- The foundations that the Spray framework is built upon—you'll shape out your own RESTful web services by providing simple route definitions.
- How to develop the Spray client API to call external web services.
- This training is the starting point for mastering the nonblocking and asynchronous programming models that lie in the heart of the Spray framework.
- Introduction to the REST architecture. Then switch gears to the Akka toolkit and framework, building a sample book catalog application along the way.
Syllabus:
- Introduction
- What you should know
- Using the exercise files
1. What is webpack?
- What is webpack?
- Installing webpack
- Running webpack from the command line
- Creating a webpack config
- Using npm build scripts
- Using a watch command
2. webpack Loaders
- What is a loader?
- Setting up babel-loader
- Using babel presets
- Using babel-loader for React
3. Webpack and CSS
- Loading CSS with webpack
- Compiling SCSS
- Loading images
- Setting up the webpack-dev-server
4. Webpack Plugins
- What is code splitting?
- Adding multiple entry points
- Using the commons chunk bundle
- Bundling vendor files
- Incorporating the HTML webpack plugin
- Preparing code for production