article
Building your Django and React project using Django Webpack Loader and Webpack Bundle Tracker
Renato Vieira • Feb 9, 2022
When we start a monorepo project using Django and React, we face a dilemma on h…
article
DjangoCon US is back!
Flávio Juvenal • Oct 21, 2021
DjangoCon US is back this year! After 12 consecutive years of gathering Django …
article
Pair Programming
Marcos Araujo • Dec 15, 2020
Pairing is a powerful approach to improve and reach greater results on a team/p…
talk
🇧🇷 PythonXP 2020
Rob Novelino • Jun 25, 2020
A pandemia de COVID-19 mudou os planos de toda a sociedade, principalmente em r…
article
Counting Queries: Basic Performance Testing in Django
Filipe Ximenes • Jan 6, 2020
It's very common to read about testing techniques such as TDD and how to test a…
talk
DjangoCon US 2019: Python & Django in San Diego!
Felipe Farias • Sep 23, 2019
We are back to San Diego!! Our team will be joining DjangoCon US's conference, …
article
Taming Irreversibility with Feature Flags (in Python)
Hugo Bessa • May 21, 2018
Feature Flags are a very simple technique to make features of your application …
article
Django REST Framework Read & Write Serializers
Hugo Bessa • Mar 6, 2018
Django REST Framework (DRF) is a terrific tool for creating very flexible REST …
article
Multitenancy: juggling customer data in Django
Filipe Ximenes • Sep 13, 2017
Suppose you want to build a new SaaS (Software as a Service) application. Suppo…
talk
Going to Technical Events is Awesome: A DjangoCon Experience
Flávio Juvenal • Aug 30, 2017
We just got back from DjangoCon US! It was quite a marathon for us because Fili…
article
Organizing Django Girls Recife
Lais Varejão • Aug 4, 2017
In Brazil, women are the majority in schools and universities and represent 60%…
article
🇧🇷 Organizando o Django Girls Recife
Lais Varejão • Jul 24, 2017
No Brasil, as mulheres são maioria nas escolas e universidades e representam 60…
article
DjangoCon EU 2017 was awesome!
Rob Novelino • Apr 28, 2017
DjangoCon Europe happened in one of the most historical cities in Italy! Floren…
article
Advanced Django querying: sorting events by date
Filipe Ximenes • Apr 19, 2017
Imagine the situation where our application has events (scheduled tasks, appoin…
article
Contributing to Django Framework is easier than you think
Anderson Resende • Feb 15, 2017
For those who are starting to code and wish to make open source, sometimes it i…
article
Don't forget the stamps: testing email content in Django
Filipe Ximenes • Feb 6, 2017
When developing a web app how often do you check the emails you send are all wo…
article
How I test my DRF serializers
Filipe Ximenes • Jan 11, 2017
In this blog post, I will show the whats and whys on testing Django REST Framew…
open-source
django-react-boilerplate
Rob Novelino • Jan 9, 2017
Here at Vinta we believe that programmers, not processes, nor code, are the mos…
article
Metaprogramming and Django - Using Decorators
Victor Carriço • Nov 17, 2016
While programming is about, in some way, doing code to transform data, metaprog…
article
Database concurrency in Django the right way
Guilherme Caminha • Sep 29, 2016
When developing applications that have specific needs for running asynchronous …
article
Controlling access: a Django permission apps comparison
Filipe Ximenes • Jan 14, 2016
There are many ways to handle permissions in a project. For instance we may hav…
article
3 Django apps for sending great e-mails
Flávio Juvenal • Jul 3, 2015
Sending e-mails from a Django project? Those Django apps might help you:django-…
article
Uploading files from the frontend to Amazon S3
André Ericson • Jun 24, 2015
A common problem appears when uploading large files to Heroku. Every request ma…
article
10 Django apps you're not using but should be
Flávio Juvenal • Jun 4, 2015
There are some open-source Django apps that make our lives as Django developers…
article
Classy Django REST Framework
André Ericson • May 22, 2015
We are proud to announce the release of Classy Django REST Framework, a web-bas…
article
A Basic SEO for Django
Victor Carriço • May 5, 2015
First of all, you might be asking, what is SEO? Well, "Search Engine Optimizati…
article
How to configure Sass and Bower with django-compressor - part 2 (deployment to Heroku and S3)
Flávio Juvenal • Apr 15, 2015
This is the part 2 of the guide on how to configure a Django 1.8 project with S…
article
How to configure Sass and Bower with django-compressor - part 1 (local config)
Flávio Juvenal • Apr 13, 2015
This is a quick guide on how to configure a Django 1.8 project with Sass (djang…
article
Django CORS
Filipe Ximenes • Mar 17, 2015
It’s common among web developers, and mainly the ones who are developing web AP…
article
Building your Django and React project using Django Webpack Loader and Webpack Bundle Tracker
Renato Vieira • Feb 9, 2022
When we start a monorepo project using Django and React, we face a dilemma on h…
article
Pair Programming
Marcos Araujo • Dec 15, 2020
Pairing is a powerful approach to improve and reach greater results on a team/p…
article
Counting Queries: Basic Performance Testing in Django
Filipe Ximenes • Jan 6, 2020
It's very common to read about testing techniques such as TDD and how to test a…
article
Taming Irreversibility with Feature Flags (in Python)
Hugo Bessa • May 21, 2018
Feature Flags are a very simple technique to make features of your application …
article
Multitenancy: juggling customer data in Django
Filipe Ximenes • Sep 13, 2017
Suppose you want to build a new SaaS (Software as a Service) application. Suppo…
article
Organizing Django Girls Recife
Lais Varejão • Aug 4, 2017
In Brazil, women are the majority in schools and universities and represent 60%…
article
DjangoCon EU 2017 was awesome!
Rob Novelino • Apr 28, 2017
DjangoCon Europe happened in one of the most historical cities in Italy! Floren…
article
Contributing to Django Framework is easier than you think
Anderson Resende • Feb 15, 2017
For those who are starting to code and wish to make open source, sometimes it i…
article
How I test my DRF serializers
Filipe Ximenes • Jan 11, 2017
In this blog post, I will show the whats and whys on testing Django REST Framew…
article
Metaprogramming and Django - Using Decorators
Victor Carriço • Nov 17, 2016
While programming is about, in some way, doing code to transform data, metaprog…
article
Controlling access: a Django permission apps comparison
Filipe Ximenes • Jan 14, 2016
There are many ways to handle permissions in a project. For instance we may hav…
article
Uploading files from the frontend to Amazon S3
André Ericson • Jun 24, 2015
A common problem appears when uploading large files to Heroku. Every request ma…
article
Classy Django REST Framework
André Ericson • May 22, 2015
We are proud to announce the release of Classy Django REST Framework, a web-bas…
article
How to configure Sass and Bower with django-compressor - part 2 (deployment to Heroku and S3)
Flávio Juvenal • Apr 15, 2015
This is the part 2 of the guide on how to configure a Django 1.8 project with S…
article
Django CORS
Filipe Ximenes • Mar 17, 2015
It’s common among web developers, and mainly the ones who are developing web AP…
article
DjangoCon US is back!
Flávio Juvenal • Oct 21, 2021
DjangoCon US is back this year! After 12 consecutive years of gathering Django …
talk
🇧🇷 PythonXP 2020
Rob Novelino • Jun 25, 2020
A pandemia de COVID-19 mudou os planos de toda a sociedade, principalmente em r…
talk
DjangoCon US 2019: Python & Django in San Diego!
Felipe Farias • Sep 23, 2019
We are back to San Diego!! Our team will be joining DjangoCon US's conference, …
article
Django REST Framework Read & Write Serializers
Hugo Bessa • Mar 6, 2018
Django REST Framework (DRF) is a terrific tool for creating very flexible REST …
talk
Going to Technical Events is Awesome: A DjangoCon Experience
Flávio Juvenal • Aug 30, 2017
We just got back from DjangoCon US! It was quite a marathon for us because Fili…
article
🇧🇷 Organizando o Django Girls Recife
Lais Varejão • Jul 24, 2017
No Brasil, as mulheres são maioria nas escolas e universidades e representam 60…
article
Advanced Django querying: sorting events by date
Filipe Ximenes • Apr 19, 2017
Imagine the situation where our application has events (scheduled tasks, appoin…
article
Don't forget the stamps: testing email content in Django
Filipe Ximenes • Feb 6, 2017
When developing a web app how often do you check the emails you send are all wo…
open-source
django-react-boilerplate
Rob Novelino • Jan 9, 2017
Here at Vinta we believe that programmers, not processes, nor code, are the mos…
article
Database concurrency in Django the right way
Guilherme Caminha • Sep 29, 2016
When developing applications that have specific needs for running asynchronous …
article
3 Django apps for sending great e-mails
Flávio Juvenal • Jul 3, 2015
Sending e-mails from a Django project? Those Django apps might help you:django-…
article
10 Django apps you're not using but should be
Flávio Juvenal • Jun 4, 2015
There are some open-source Django apps that make our lives as Django developers…
article
A Basic SEO for Django
Victor Carriço • May 5, 2015
First of all, you might be asking, what is SEO? Well, "Search Engine Optimizati…
article
How to configure Sass and Bower with django-compressor - part 1 (local config)
Flávio Juvenal • Apr 13, 2015
This is a quick guide on how to configure a Django 1.8 project with Sass (djang…
← Back to Blog