article
Pair Programming
Marcos Araujo • Dec 15, 2020
Pairing is a powerful approach to improve and reach greater results on a team/p…
article
A/Bout Testing
Rebeca Sarai • Mar 4, 2020
In this post we will go through all the steps to adopt A/B testing as a common …
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
🇧🇷 Full-Stack Developers com Experiência Web
Felipe Farias • Dec 13, 2017
Para quem ainda não conhece a Vinta: somos empresa de software sediada em Recif…
article
Celery: an overview of the architecture and how it works
Filipe Ximenes • Oct 17, 2017
Asynchronous task queues are tools to allow pieces of a software program to run…
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
How to make sure your Celery Beat Tasks are working
Hugo Bessa • Aug 28, 2017
Celery is a great tool to run asynchronous tasks. It handles situations where y…
article
🇧🇷 PyNE 2017 Talks
Felipe Farias • Jun 9, 2017
Slides from talks given during the Python Nordeste 2017 event will be posted he…
article
We have new positions available for Full Stack Developers!
Felipe Farias • May 11, 2017
Due to our continued growth, we are hiring developers for a Full Stack position…
article
Responsive layout with an unknown number of elements solved by Flexbox
Lais Varejão • Apr 19, 2017
Elements distributed through columns and equal height rows are a common UI patt…
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…
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
Vinta's Review of PythonBrasil[12]
Rob Novelino • Nov 4, 2016
PythonBrasil[12] happened in Florianópolis - SC and lasted for 6 days. We saw …
article
Python API clients with Tapioca
Filipe Ximenes • Oct 25, 2016
In this post I'll present to you Tapioca, a Python library to create powerful A…
article
🇧🇷 PyBR[12] Talks
Felipe Farias • Oct 15, 2016
Slides from talks given during the PythonBrasil[12] event will be posted here. …
article
Database concurrency in Django the right way
Guilherme Caminha • Sep 29, 2016
When developing applications that have specific needs for running asynchronous …
article
5 tools to help developing and testing APIs
Filipe Ximenes • May 18, 2016
Here are some very useful tools that can assist you while developing, debugging…
article
Fast enough? 9 tips for web page optimization
Felipe Farias • Sep 22, 2015
The world is large, and the internet isn't fast everywhere. Web optimization ne…
article
Seriously, we can build better web API clients
Filipe Ximenes • Aug 11, 2015
We are in the era of Software as a Service and microservices. From the techinic…
article
URL, URI, URN what's the difference?
Filipe Ximenes • May 13, 2015
URL, URI and URN are widely used terms when we talk about the web, although the…
article
Pair Programming
Marcos Araujo • Dec 15, 2020
Pairing is a powerful approach to improve and reach greater results on a team/p…
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
🇧🇷 Full-Stack Developers com Experiência Web
Felipe Farias • Dec 13, 2017
Para quem ainda não conhece a Vinta: somos empresa de software sediada em Recif…
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
🇧🇷 PyNE 2017 Talks
Felipe Farias • Jun 9, 2017
Slides from talks given during the Python Nordeste 2017 event will be posted he…
article
Responsive layout with an unknown number of elements solved by Flexbox
Lais Varejão • Apr 19, 2017
Elements distributed through columns and equal height rows are a common UI patt…
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
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
Python API clients with Tapioca
Filipe Ximenes • Oct 25, 2016
In this post I'll present to you Tapioca, a Python library to create powerful A…
article
Database concurrency in Django the right way
Guilherme Caminha • Sep 29, 2016
When developing applications that have specific needs for running asynchronous …
article
Fast enough? 9 tips for web page optimization
Felipe Farias • Sep 22, 2015
The world is large, and the internet isn't fast everywhere. Web optimization ne…
article
URL, URI, URN what's the difference?
Filipe Ximenes • May 13, 2015
URL, URI and URN are widely used terms when we talk about the web, although the…
article
A/Bout Testing
Rebeca Sarai • Mar 4, 2020
In this post we will go through all the steps to adopt A/B testing as a common …
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
Celery: an overview of the architecture and how it works
Filipe Ximenes • Oct 17, 2017
Asynchronous task queues are tools to allow pieces of a software program to run…
article
How to make sure your Celery Beat Tasks are working
Hugo Bessa • Aug 28, 2017
Celery is a great tool to run asynchronous tasks. It handles situations where y…
article
We have new positions available for Full Stack Developers!
Felipe Farias • May 11, 2017
Due to our continued growth, we are hiring developers for a Full Stack position…
article
Advanced Django querying: sorting events by date
Filipe Ximenes • Apr 19, 2017
Imagine the situation where our application has events (scheduled tasks, appoin…
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
Vinta's Review of PythonBrasil[12]
Rob Novelino • Nov 4, 2016
PythonBrasil[12] happened in Florianópolis - SC and lasted for 6 days. We saw …
article
🇧🇷 PyBR[12] Talks
Felipe Farias • Oct 15, 2016
Slides from talks given during the PythonBrasil[12] event will be posted here. …
article
5 tools to help developing and testing APIs
Filipe Ximenes • May 18, 2016
Here are some very useful tools that can assist you while developing, debugging…
article
Seriously, we can build better web API clients
Filipe Ximenes • Aug 11, 2015
We are in the era of Software as a Service and microservices. From the techinic…
← Back to Blog