Emmanuel  Kipchirchir Langat
Kipchirchir Langat

Kipchirchir Langat

Follow
Follow
homeJenkinsDjangoKubernetesPortfoliobadgesnewsletter
Tag

django rest framework

#django-rest-framework

More content

Read more stories on Hashnode


Articles with this tag

Implementing an Audit Trail Middleware in Django for Tracking User Actions in Django

Apr 17, 20234 min read373 views

This is part 2 of the series create and use custom signals in Django. In this article, you will do some updates on the previously written code in the...

Implementing an Audit Trail Middleware in Django for Tracking User Actions in Django

Deploying Django using Kubernetes - a gentle intro.

Dec 18, 202210 min read207 views

Learn how to use Kubernetes to deploy and scale Django applications. This is the first part of the Kubernetes series · 1. What is Kubernetes? Kubernetes...

Deploying Django using Kubernetes - a gentle intro.

Create and use custom Django signals by building a blog application

Oct 19, 20229 min read463 views

In this article, you will learn how to create and use custom Django signals. Then use them to log all actions undertaken by a user on the application ·...

Create and use custom Django signals by building a  blog application