
React.js Short book Review
I have moved to a new company in Belgium where they also use React.js. I am not involved in that project yet but I wanted to learn something new. I am also learning French so I wondered if could catch…
Read more
My experiences as curious developer
I have moved to a new company in Belgium where they also use React.js. I am not involved in that project yet but I wanted to learn something new. I am also learning French so I wondered if could catch…
Read more
Last Sunday, after much effort I finally got the Legendary Badge, this badge is the hardest to get for most of the people. The reason why it is so hard to get it’s because you have to win the Diamond…
Read more
Un po’ di giorni fa mi sono cimentato nell’esame ed ottenuto questa certificazione. Tutto è cominciato con un corso alla Fondazione Fenice a Padova, dove ho fatto il corso di 3 giorni di lezioni preparatorie. All’inizio non ero interessato a…
Read more
In my company NetBeans Platform based application we have hundreds of modules, each module has dependencies on other modules and they are stored in a file called project.xml . As the project grows bigger some dependencies are added and others…
Read more
I am following a JBoss course on Edx, but I had a problem that had never occurred to me before with Maven. Maven could not find the dependencies to build the example test project. The error I got looked like…
Read more
I was listening to the .NET in Pillole podcast when I learned about two new fonts that work very well for programmers. They are Cascadia Code from Microsoft and Fire Code. What is nice about these fonts is that they…
Read more
My company has only recently moving to Git and GitLab. Before we were using Subversion and it took a bit to get accustomed with the new workflow. One problem was that I forgot to push the branch after I finish…
Read more
I have an old computer of mine with Sabayon Linux installed. It used to work perfectly until Nvidia decided to remove the support of my GeForce GT 555M from the latest version of their driver and to move it to…
Read more
My company NetBeans RCA is based on Apache Ant, Ant is a build tool for Java that was very popular when I started programming and many IDE used it to build. The NetBeans platform build system was totally based on…
Read more
These days I had to modify several XML files at once, I took this chance to use Groovy and to learn something new. I put an example project on GitHub. Gradle project creation I decided to create a Gradle project, NetBeans…
Read more