When developing applications, there is a need to utilize external packages to ensure the app functions properly. In software development, these...
Introduction The code quality is as essential as writing the code itself and every developer needs to follow coding conventions and guidelines to...
Introduction In my last article, I wrote about using Redis as a message broker to store messages delivered by a task queue. Asides from Redis being...
Objectives Build an Order service with Django Introduce Redis and its benefits Successfully Set up a Redis instance in the Redis lab Connect celery...
Introduction I recently worked with Cloudinary, and I used it to store images for my app. I am writing this article to introduce you to Cloudinary,...
Introduction Understanding the architecture and terms you will encounter using docker is essential to flow well with docker technology. The docker...