Boost your knowledge with the insights from our expert team.
Learn how to manage React forms seamlessly with Formik and Redux integration. Simplify validation, submission, and state management.
In this post we will go through all the steps to adopt A/B testing as a common practice on your project. TL;DR Follow up our checklist with all the insights gathered from doing A/B tests on our projects: A/B Testing Checklist & A/B Testing Checklist Repository
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!
Check more about our talk during PyNE 2017!
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.
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.
When developing a web app how often do you check the emails you send are all working properly? Not as often as your web pages, right?
Here at Vinta we believe that programmers, not processes, nor code, are the most important assets on software engineering. Due to that, we believe in using every tool available in order to facilitate our programmers' lives.
Integrating with external services is painful. At Vinta, we build and deal with both public and private APIs on the daily basis. Having worked in many of those projects I can safely tell that we are currently in hell when it comes to integrations.
Here are some very useful tools that can assist you while developing, debugging and testing web APIs.
There are many ways to handle permissions in a project. For instance we may have model level permissions, object level permissions, fine grained user permission or role based. Either way we don't need to write any of those from scratch, Django ecosystem has a vast amount of permission handling apps