reading-notes

Django REST Framework & Docker

Docker Introduction

Linux Containers

Containers vs Virtual Environments

Images and Containers

Takeaways

The important takeaways are:

Source: https://wsvincent.com/beginners-guide-to-docker/

Django for APIs - Library Website

Traditional Django

First App

Models

Admin

Views

URLs

Templates

Source: https://djangoforapis.com/library-website-and-api/

REST, Hypermedia & HATEOAS

Building Hypermedia APIs with REST framework

What REST framework provides

What REST framework doesn’t provide

Source: https://www.django-rest-framework.org/topics/rest-hypermedia-hateoas/

What I Want To Learn More About