My Technical Writings

Sharing insights, tutorials, and experiences from my journey as a backend developer. Explore articles on software architecture, performance optimization, and best practices.

Filter by Tag

What is Celery? Why are we use it and how?
Sep 25, 2025

What is Celery? Why are we use it and how?

Celery is a distributed task queue system written in Python. It is used to run time-consuming tasks asynchronously in the background. In this article, you will learn what Celery is, why we should use it, and how we can use it.

#python #celery #backend #asyncronous-programming #queue #task-queue
Read Article