Our Blog

Boost your knowledge with the insights from our expert team.

Latest posts

placeholder background

How to ensure your Celery Beat tasks are working

Celery is a great tool to run asynchronous tasks. It handles situations where you don't want to lock web requests with time consuming operations or when you want things to happen after some time or even in specific date/time in the future.

Celery is a great tool to run asynchronous tasks. It handles situations where you don't want to lock web requests with time consuming operations or when you want things to happen after some time or even in specific date/time in the future.

placeholder background

How to ensure your Celery Beat tasks are working

Celery is a great tool to run asynchronous tasks. It handles situations where you don't want to lock web requests with time consuming operations or when you want things to happen after some time or even in specific date/time in the future.

Celery is a great tool to run asynchronous tasks. It handles situations where you don't want to lock web requests with time consuming operations or when you want things to happen after some time or even in specific date/time in the future.

placeholder background

Vinta Talks: DjangoCon US, PyBay 2017 & DjangoCon AU

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

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

placeholder background

Vinta Talks: DjangoCon US, PyBay 2017 & DjangoCon AU

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

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

placeholder background

Organizing Django Girls Recife: empowering women in tech

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.

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

Organizing Django Girls Recife: empowering women in tech

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.

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 in development

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?

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

The case against over-engineering in development

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?

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

🇧🇷 Organizando o Django Girls Recife

O Django Girls é uma comunidade que promove a tecnologia e inclusão feminina, capacitando mulheres por meio de oficinas de programação gratuitas. Somos uma organização voluntária, independente e sem fins lucrativos. A primeira edição em Recife aconteceu em 2016.

O Django Girls é uma comunidade que promove a tecnologia e inclusão feminina, capacitando mulheres por meio de oficinas de programação gratuitas. Somos uma organização voluntária, independente e sem fins lucrativos. A primeira edição em Recife aconteceu em 2016.

placeholder background

🇧🇷 Organizando o Django Girls Recife

O Django Girls é uma comunidade que promove a tecnologia e inclusão feminina, capacitando mulheres por meio de oficinas de programação gratuitas. Somos uma organização voluntária, independente e sem fins lucrativos. A primeira edição em Recife aconteceu em 2016.

O Django Girls é uma comunidade que promove a tecnologia e inclusão feminina, capacitando mulheres por meio de oficinas de programação gratuitas. Somos uma organização voluntária, independente e sem fins lucrativos. A primeira edição em Recife aconteceu em 2016.

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!

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

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!

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

placeholder background

🇧🇷 PyNE 2017: key talks and insights

Check more about our talk during PyNE 2017!

Check more about our talk during PyNE 2017!

placeholder background

🇧🇷 PyNE 2017: key talks and insights

Check more about our talk during PyNE 2017!

Check more about our talk during PyNE 2017!

placeholder background

[Talk] All Things Python meetup in Sunnyvale: insights and highlights

Check more about All Things Python meetup in Sunnyvale!

Check more about All Things Python meetup in Sunnyvale!

placeholder background

[Talk] All Things Python meetup in Sunnyvale: insights and highlights

Check more about All Things Python meetup in Sunnyvale!

Check more about All Things Python meetup in Sunnyvale!

placeholder background

DjangoCon EU 2017: highlights and takeaways

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

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

placeholder background

DjangoCon EU 2017: highlights and takeaways

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

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

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.

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

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.

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

Responsive layout with Flexbox for dynamic element counts

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.

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

Responsive layout with Flexbox for dynamic element counts

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.

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

Contributing to Django framework: it's 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.

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

Contributing to Django framework: it's 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.

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.