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

Indexing Ethereum data with The Graph

Being able to consume relevant and concise data is essential to virtually any web application, the same applies to decentralized applications (or dApps), which are built on top of the blockchain, using it as the primary source of information. However, as opposed to typical...

placeholder background

Building your Django and React project using Django Webpack Loader and Webpack Bundle Tracker

When we start a monorepo project using Django and React, we face a dilemma on how to integrate both parts, specifically on how we allow Django templates to renderJavaScript assets generated by the frontend build...

placeholder background

DjangoCon US is back!

DjangoCon US is back this year! After 12 consecutive years of gathering Django enthusiasts from all over the globe, last year’s gap was deeply felt.

placeholder background

Vinta at PythonBrasil 2021

Python Brasil is back! As avid participants, we are excited about this year's remote edition of PyBR. Even though we give talks and interact with Python and Django communities worldwide, the feeling of interacting with the largest Python event in our home country is unique.

placeholder background

Testing the diff

Good unit tests laser focus on the smallest possible scope and are crafted to isolate the functionality from as much external interference as possible. The way to do this is to write tests that self ensure they are testing what we expect them to be testing. Let's see...

placeholder background

Don’t rely on memory: knowledge management for engineering teams

Good teams are always improving their processes and the way they code. In this constant pursuit of betterment, we often forget how and why we’ve got to where we are. This text talks about some of the most usual expressions of this forgetfulness and gives you some ideas as to how to solve...

placeholder background

Vinta at DjangoConEU 2021

We are back at DjangoCon EU! It's been a while since we've been to this side of the Atlantic, but we are excited to reconnect with the European Django community. Our last trip here was in 2017 when we gave two talks back in Florence.

placeholder background

Building an ETL flow with asyncio, multiprocessing and asyncpg

This post will explain how to implement a concurrent ETL (Extract, Transform, Load) flow combining Python asyncio with multiprocessing to get the best of both worlds. ETL itself is a procedure that starts with data extraction from sources such as a database (or many databases).

placeholder background

Autonomy: keeping engagement during crisis

Autonomy is a crucial factor for teams to succeed. Studies have shown that autonomy is a considerable part of what makes individuals involved and satisfied with their work and essential to maintain engagement.

placeholder background

Zero to hero: User-facing documentation

How we wrote a process to improve our user documentation’s quality assurance from scratch, and how you can do it too.