https://sudonull.com/event-tracker-for-mvp-on-django-and-sqlite-fast-analytics
Create a minimalist event tracker for MVP on Django and SQLite. Collect key metrics without heavy systems. Learn how to quickly test hypotheses.
https://sudonull.com/event-tracker-for-mvp-on-django-and-sqlite-fast-analytics
Create a minimalist event tracker for MVP on Django and SQLite. Collect key metrics without heavy systems. Learn how to quickly test hypotheses.
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.
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.
https://sudonull.com/django-saas-boilerplate-shipyard-production-template-without-routine
How to speed up the start of a Django SaaS project with Shipyard. Production-ready template with multi-tenancy, Stripe and RBAC. Download and start writing business logic today.
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.
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.
Kubernetes architecture explained with examples: understand control plane, worker nodes, Pods, and deployment flow. Learn how clusters work with practical use cases.
Learn how to deploy LLM in production with this step-by-step guide. Covers model selection, Kubernetes deployment, vLLM, testing, and monitoring for reliable AI systems.
Learn what is Kubernetes and how it works. Understand its architecture, self-healing, scaling benefits, and real-world impact. Start mastering container orchestration today.
Read our data-driven GPT-4 vs Claude comparison covering accuracy, coding, hallucinations, and cost. Discover which AI model fits your needs in 2026.
Learn what is infrastructure as code and why use it. Discover key benefits, essential tools, and best practices to automate and secure your cloud infrastructure.
Learn how to implement JWT authentication securely in your web API. This complete guide covers token issuance, validation, best practices, and production security.
Learn how to design RESTful APIs for web applications with best practices on URIs, HTTP methods, versioning, and documentation. Build scalable, intuitive APIs that developers love.
Master prompt engineering best practices with 15 proven techniques. Learn to craft effective prompts, reduce errors, and get better AI results. Start optimizing now.
Compare REST API vs GraphQL side-by-side. Learn which architecture fits your project with data on performance, caching, cost, and scalability. Make the right choice.
Learn how to monitor Kubernetes with Grafana and Prometheus using the kube-prometheus-stack. Step-by-step guide to deploy, connect, and visualize cluster metrics.