Boost your knowledge with the insights from our expert team.
Brief introduction to React Hooks and description of the implementation process in a project at Vinta.
It's not about what technology you use. It's about what business opportunities these technologies can unlock. It's about to offer better customer service. About really listening to your customer, talking, reduce costs and so much more.
Learn how to test the number of database queries in Django using assertNumQueries. Avoid hidden performance issues by writing realistic and scalable unit tests.
An overview on React testing, focusing on the concepts of mocks and how Jest makes it pretty easy to work with them.
Discover valuable insights for designers collaborating with developers. Learn to bridge communication gaps, share knowledge, and work as a cohesive team.
Testing your project is an important way to assure your (and your team's) trust towards the code you wrote. At Vinta, we are very familiar with backend testing and doing so in our Django projects is a mandatory part of our development process.
Here you'll find all of our talks at PyGotham 2018.
Although known by most, Pull Requests are often not dealt with in the most effective way. Believe it or not, there are teams that don’t review code at all!
Discover how to master time series forecasting with Python using real-world techniques and tools.
Feature Flags are a simple technique to make features of your application quickly toggleable. The way it works is, every time we change some behavior in our software, a logical branch is created. This new behavior is only accessible if some specific configuration variable is set or, in certain cases, if the application context respects some rules.