Category Archives for Development

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