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

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.

placeholder background

Advanced Django querying: sorting events by date

Imagine the situation where our application has events (scheduled tasks, appointments, python conferences across the world) happening in different moments of time. Almost anything with a date attached to it.

placeholder background

Contributing to Django Framework is easier than you think

For those who are starting to code and wish to make open source, sometimes it is hard to start. The idea of contributing with that fancy and wonderful lib that you love can sound a little bit scary. Lucky for us many of those libs have room for whoever is willing to start.

placeholder background

Don't forget the stamps: testing email content in Django

When developing a web app how often do you check the emails you send are all working properly? Not as often as your web pages, right?