Published at Jul 7, 2025 Adding Full-Text Search to Django with pgroonga djangopostgresfull-text search Integrate pgroonga, a fast full-text search engine, into your Django project. Enable efficient searching in your models.
Published at Jul 7, 2025 Django-Q2: Asynchronous Task Management Made Easy djangodjango-qasync-tasks A guide to setting up and using Django-Q2 for asynchronous task management in Django projects.
Published at Jul 7, 2025 Getting Started with UV: A Modern Package Manager for Python pythonuvpackage-manager A quick guide to getting started with UV, a modern Python package manager. Covers installation, adding dependencies, generating requirements.txt, and a Dockerfile example.
Published at Jul 7, 2025 JWT Authentication in GraphQL with Python graphqlpythonjwt Implement JWT authentication in GraphQL API with Python, covering user registration, login, and securing mutations.