Ahmad Salah
Ahmad Salah

Ahmad Salah

Follow
Follow
homeHire Me!newsletter
Tag

Django

#django

More content

Read more stories on Hashnode


Articles with this tag

Getting to know Django Signals

Apr 22, 20233 min read142 views

If you've been working with Django for a while, you've probably heard of Django Signals. But what are they, and why should you care? Well, my friend,...

Getting to know Django Signals

Solving Common Performance Issues in Django REST Framework

Mar 31, 20235 min read265 views

Is your DRF application suffering from slow load times and inefficient database queries? Don't let these performance issues hold back your app's...

Solving Common Performance Issues in Django REST Framework

Optimizing Django Rest Framework - fix the n+1 problem!

Mar 28, 20234 min read770 views

The N+1 problem is a common issue that can occur when using the Django REST framework serializer. It happens when the code makes multiple database...

Optimizing Django Rest Framework - fix the n+1 problem!

Treating Primitive Obsession with Value Objects

Sep 6, 20215 min read77 views

Primitive Obsession Primitives are like old friends. They’re the first ones we turn to when writing code. And why not? They’re convenient and...

Treating Primitive Obsession with Value Objects