2020 a été une année riche sur le plan de l'évolution de technos web et de leurs usages. À l'appui de l'étude annuelle Stack Overflow Developer, dressons un panorama des technologies, frameworks et langages préférés des développeurs. Depuis maintenant 10 ans, Stack...
Architecture & technos
Vue.js form validation
Validation is a very common task in web applications. Indeed, data needs to be validated before submitting a form and before it is written into a database or passed to a web service.
Docker container management
At theTribe we use docker to easily create development environments. It’s nice: you clone the project, launch docker-compose and you can start coding.
Managing spreadsheets with Symfony
Despite digital development, spreadsheets are still very popular to store and display data as text and numerals or in graphical form. Modern spreadsheets also provide built-in functions for common financial and statistical operations. Thus managing spreadsheets in a...