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

Multitenancy: juggling customer data in Django

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

placeholder background

Going to Technical Events is Awesome: A DjangoCon Experience

We do incentivize collaborators to attend them since we believe it's very important to keep in touch with the community. We also always learn a lot in conferences.

placeholder background

Vinta's Talks Around the Globe: DjangoConUS, PyBay2017 and DjangoConAU

Slides from talks given during the DjangoConUS, PyBay2017 and DjangoConAU events are posted here.

placeholder background

Organizing Django Girls Recife

Django Girls is a community that aims to bring more amazing women into the world of technology. The first edition in Recife took place in 2016.

placeholder background

The case against over-engineering

Like any professional, we developers want to do things the right way. We want to do things the best way we possibly can. But can we?

placeholder background

PyCon US 2017: the biggest Python Event in the World

Pycon is the biggest Python event in the world — check more about our talk in 2017!

placeholder background

[Talk] All Things Python meetup in Sunnyvale

Check more about All Things Python meetup in Sunnyvale!

placeholder background

DjangoCon EU 2017 was awesome!

Discover our thoughts on DjangoCon EU 2017 and check more about our talk there.

placeholder background

Responsive layout with an unknown number of elements solved by Flexbox

The CSS3 Flexible Box, or Flexbox, is a layout mode providing for the arrangement of elements on a page such that the elements behave predictably when the page layout must accommodate different screen sizes and different display devices.

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.