Search Articles — Sudonull

Search Results

In this project

Django Courses 2026 for middle developers

https://sudonull.com/django-courses-2026-for-middle-developers

Comparison of 7 Django courses: from Netology and Stepik to Yandex Practicum. Self-paced, AI mentors, projects for portfolio. Choose a program by level and budget for backend development.

Django Modern REST: fast REST framework

https://sudonull.com/django-modern-rest-fast-rest-framework

Learn Django Modern REST — the fastest typed framework for API on Django. Comparison with DRF, code examples, OpenAPI 3.1. Suitable for middle/senior developers.

Django Optimization: from 30s to 142ms

https://sudonull.com/django-optimization-from-30s-to-142ms

Monolith Refactoring Breakdown: eliminating N+1, indexes, DDD. Metrics: CPU -60%, queries from 2800 to 3. Instructions for middle/senior dev.

From the web

Apr 9, 2026 ·

https://www.geeksforgeeks.org/python/django-orm-inserting-updating-deleting-data/

Apr 9, 2026 · Django ' s ORM (Object Relational Mapper) makes database work easier by letting developers use Python classes instead of writing SQL. Defines the database structure using Python models.

Apr 15, 2026 ·

https://www.learndjango.com/tutorials/django-querysets-tutorial

Apr 15, 2026 · Django QuerySets are a deep topic, and there are many techniques around performance and optimization worth exploring. For example, QuerySet logic can be moved from a views file to a models file and even into a model manager depending upon the circumstances.

Sep 23, 2024 ·

https://medium.com/django-unleashed/what-is-django-orm-and-how-does-it-work-b91531761713

Sep 23, 2024 · In this article, we’ll dive deep into what Django ORM is, how it works, and why it’s so valuable for developers.

Feb 22, 2025 ·

https://medium.com/django-unleashed/understanding-django-orm-object-relational-mapping-16f3c29db7d7

Feb 22, 2025 · Django ORM is a powerful abstraction layer that allows you to interact with the database using Python instead of writing raw SQL queries. It provides a high-level, intuitive way to work with…

Mar 30, 2026 ·

https://dev.to/alansomathew/understanding-django-models-and-orm-a-complete-production-guide-34o6

Mar 30, 2026 · When misunderstood, it generates dozens or hundreds of redundant queries per request, loads entire tables into memory, and creates performance characteristics that deteriorate non-linearly as data grows. This guide covers the Django ORM from the ground up.

May 20, 2023 ·

https://inspector.dev/setting-up-django-orm/

May 20, 2023 · In this tutorial, we will explore the ins and outs of Django ORM , from setting up the database and models to performing CRUD (Create, Read, Update, Delete) operations and complex queries.

Trending Now