Django Query Optimizations: Speed Up Your App EfficientlyDjango is a powerful and easy-to-use web framework based on Python. Developers can quickly perform database operations using Django’s ORM…Mar 26Mar 26
Mastering Concurrency in Go: Harnessing Goroutines and Channels for Efficient ParallelismHave you ever wondered how applications like Uber, Kubernetes, or Docker handle thousands of concurrent tasks efficiently? The answer lies…Mar 1Mar 1
File uploads with Amazon S3 in a Django ProjectIn a Django project, we’re going to show an example using to allow you to upload files safely and securely to an AWS S3 as external…Feb 27, 2021Feb 27, 2021
Django Models: Working with M2M Intermediary ModelsIn this article, we will learn how to use through for Django many-to-many relationship. A few times in the last month, I’ve run into the…Jan 3, 20201Jan 3, 20201
JWT(JSON Web Tokens) For DRFIn this article we will see a simple example of using JWT(JSON Web Token) to authenticate users.Nov 9, 2019Nov 9, 2019
Modified Preorder Tree Traversal in DjangoIn this article, we will learn how to use django-mptt in a Django site. MPTT is modified preorder tree traversal. It’s an efficient way to…Aug 10, 2019Aug 10, 2019
Faker and Factory BoyDuring my work with the team, i learned a lot from them. The factory_boy library(modeled after Factory Girl in Rails) the generation of…May 13, 2019May 13, 2019
How to create a Django SitemapSitemap, one of the most important SEO criteria, is a file with an xml extension that contains the pages of the content we have publishedMar 18, 2019Mar 18, 2019