2022‘s Articles
✦ January
How to build a GraphQL API using Python and Django
As API developers it's easy for us to fall into the trap of routine. I'm not
2021‘s Articles
✦ December
Django caching using Redis
Cacheing is one of those things that are simple at first but can get really
messy quick.
There's
2021‘s Articles
✦ December
CI/CD Pipelines with Github Actions and Django
Deployment is hard.
You have to make sure that you are in the correct environment, with the correct
variables, and
2021‘s Articles
✦ November
Integrating Auth0 with DRF
A couple of months I started my first project with Auth0.
We had a RESTful application, and my team lead
2021‘s Articles
✦ November
How to Integrate Elasticsearch with DRF
In this article, you will learn how to create a simple search API using
Elasticsearch and Django-Rest-Framework (DRF)
Elasticsearch is