• You are here:
  • Home »
  • Archive: December, 2018

Archive Monthly Archives: December 2018

Adding Object Level Permissions in Django REST Framework (Part 8)

In this article, you’ll learn how to add object level permissions in Django REST Framework (DRF). This post is part of the Dockerized Django Back-end API with Angular Front-end Tutorial. Check out all

Continue reading

Securing an Angular App Using Auth0 and JWT Authentication (Part 7)

This blog post will teach you how to secure an Angular application using Auth0, an authentication provider. This post is part of the Dockerized Django Back-end API with Angular Front-end Tutorial. Check

Continue reading

Securing a Django REST Framework API Using Auth0 (Part 6)

This blog post will teach you how to secure a Django REST Framework (DRF) API using Auth0, an authentication provider. This post is part of the Dockerized Django Back-end API with Angular Front-end Tutorial.

Continue reading

Improving an Angular Todo App to Manage Tasks via a REST API (Part 5)

In this article we’ll enhance the Angular Todo app to manage creating and updating tasks via our Django REST API. This post is part of the Dockerized Django Back-end API with Angular Front-end Tutorial.

Continue reading

Connecting an Angular App to a REST API (Part 4)

In this article you’ll learn how to connect an Angular app to a REST API. This post is part of the Dockerized Django Back-end API with Angular Front-end Tutorial. Check out all the parts of the tutorial

Continue reading

Building an Angular App in a Secure and Compact Docker Image (Part 3)

This article will teach you how you can use Docker to build and run an Angular application. We will create a lightweight and efficient Docker image using Docker’s multi-stage builds feature to serve

Continue reading

Adding Detail Views to a Django DRF API in Docker (Part 2)

In this part of the tutorial, we will extend the basic Django DRF API built in the last part to handle creating, updating, and deleting items. This post is part of the Dockerized Django Back-end API with

Continue reading

Dockerized Django Back-end API with Angular Front-end Tutorial (Part 1)

In this multipart tutorial, you will learn how to build a production-ready REST API using Python and the Django REST Framework (DRF). You will interact with the API using an Angular app as the front-end

Continue reading