chapter 10: Web Development Done Right

What is the Web? 311 How does the Web work? 312 The Django web framework 313 A regex website 316 The future of web development 338 Summary

10.1 What is the Web?

10.1.1 Linux

Automatic Install Script

$ sudo wget -qO- https://get.docker.com/ | sh

remove hell-world

$ sudo docker rm `sudo docker ps -aq`
$ sudo docker rmi hello-world

.

10.2 How does the Web work?

10.3 The Django web framework

10.4 A regex website

10.5 The future of web development

10.6 Summary