Avoid (status) flag
Hi folks, DonCallisto here. In this article we’ll see why I personally don’t like status flags and how to handle them in a more elegant way. We’ll find out code…
Hi folks, DonCallisto here. In this article we’ll see why I personally don’t like status flags and how to handle them in a more elegant way. We’ll find out code…
In Madisoft si fa largo uso di funzioni Lambda ed a volte si incappa in errori, alcuni dei quali però non così importanti da essere trattati con un’eccezione software. Per…
Il sfday 2021 si è aperto con la mia presentazione “Protezione del dominio e Validazione: Come, dove e perché” durante la quale ho mostrato alcuni approcci da seguire quando si…
Quest’anno sarò tra gli speaker della quinta edizione degli Accessibility Days, la più grande conferenza italiana sui temi di Accessibilità e Inclusività delle tecnologie digitali! L’evento è organizzato in occasione…
As frontend developers, we build software that lives in the browser. The DOM is the abstraction we rely on for creating user interfaces. Thus, testing a web application means making…
We recently faced the need to let partner companies insert data into our customers’ databases, so we had to design and implement an API that lets these authorized users do…
Automated software testing has become a critical organization process within software development to ensure that expected business systems and product features behave correctly as expected. When developing a React.js front-end…
Hey folks, DonCallisto here. Just a little update. Since today is available the new version (5.2) of Symfony 5 official book named “Symfony 5: the fast track”. We have proudly…
Un altro anno è appena cominciato, la tecnologia avanza, così come la specifica ECMAscript che ci permette di utilizzare costrutti sempre più avanzati per scrivere il nostro codice. Spesso però…
Hey folks, DonCallisto here. I’m glad to announce I’ll be speaking at next Codemotion online tech conf – Italian edition that will take place online in March (my workshop is…
When we release new code, one of the main objectives is to define its the applicability within our codebase. In the context of Ansible we would certainly like to obtain…
Nell’oramai lontano 2013, AWS aggiunse al proprio servizio DynamoDB un tool che offre la possibilità di eseguire lo stesso servizio database localmente sulla propria macchina. Questo permette di scrivere e…