#django
Read more stories on Hashnode
Articles with this tag
In this post, we will see how to very quickly set up our Django development server with a Docker + Nginx setup. Disclaimer, this article is aimed at...
A lot of the time, our typical server response is in the form of JSON or XML. This serves our use cases a good number of times, however, there are...
In this article, we will learn about Elastic Beanstalk and its capabilities. We will understand the problem that Elastic Beanstalk solves and the...
Hellođź‘‹, This is part 2 of my two-part series on Understanding Amazon SQS with Python and Django. This article assumes you have read the first article...
Objectives Introduce Amazon SQS and Queues. Look into the different types of queues and their differences. Understand how Amazon SQS would be used in...