reading-notes

Software Development Reading Notes

View on GitHub

Docker

Docker is a linux container which are a type of virtualization. with docker, the entire development environment is isolated: programming language, software packages, databases.

pros and cons

Containers vs Virtual Environments

Docker in a glance

Django REST Framework

Django REST Framework works alongside the Django web framework to create web APIs.

traditional Django vs Django REST Framework

Django REST Framework