Our Blog

Boost your knowledge with the insights from our expert team.

API
API
Close
Business
Business
Close
Web
Web
Close
Talk
Talk
Close
Python
Python
Close
Design
Design
Close
People
People
Close
Open Source
Open Source
Close
Javascript
Javascript
Close
placeholder background

Vinta Talks: making the most of Django with Celery

In partnership with Django Boston, Vinta promoted a workshop on how to boost Django projects with Celery. Learn more and scale your web applications using Celery.

placeholder background

Bring AI features to your Django project: Django AI Assistant

We are happy to announce Django AI Assistant, an open-source library that integrates powerful AI capabilities into your Django projects. It simplifies adding AI functionalities like Function/Tool Calling and Retrieval-Augmented Generation, making your development process more efficient.

placeholder background

Two Django Talks: secrets to reliable Celery integration + strategies for API development

In collaboration with Boston Python, we hosted two Django Talks. Topics included API Client Generation with DRF-Spectacular and Reliable Async Tasks with Celery. Connect and learn from our experiences.

placeholder background

Basic SEO for Django: Boost Your Visibility with Django SEO

Explore the essential guide to Django SEO: from meta tags to sitemaps, discover actionable strategies to boost visibility and user experience. Elevate your Django project's search engine performance with expert tips and best practices.

placeholder background

How to Use Django REST Framework Serializers Effectively

Explore the power of Django REST Framework (DRF) serializers in crafting robust APIs. Unlock insights and discover the game-changing drf-rw-serializers tool.

placeholder background

Mastering DRF Serializers: Best Practices and Testing Strategies

Discover the significance of testing Django REST Framework (DRF) serializers for robust and reliable API development.

placeholder background

Trade-Offs of DRY: Balancing Reusability and Performance in Large Django Projects

Discover the challenges of DRY in large Django projects and master performance optimization. Navigate with confidence.

placeholder background

Why Do We Use Django Framework & What Is Django Used For?

In this post, we've gathered all you need to know about Django to show you why this is the perfect framework for your project.

placeholder background

Counting Queries: Basic Performance Testing in Django

It's very common to read about testing techniques such as TDD and how to test application business logic. But testing the performance of an application is a whole different issue.

placeholder background

Multitenancy: juggling customer data in Django

Read more about multi tenancy and data manipulation using Django and AWS.