Salaire en suisse : how to write a static website using Google Cloud and fancy technologies
I launched a new website to help workers in Switzerland to have a better understanding of their payslips. I discovered in four years working in …
I launched a new website to help workers in Switzerland to have a better understanding of their payslips. I discovered in four years working in …
In this new article, we will expose 10 of the most frequent errors among Java developers. We will take this opportunity to discuss a way to detect …
In this article, we suggest you to get acquainted with the free editor of web languages - CodeLobster IDE. It is presented on the software market for …
We all have been junior and we are supposed to do mistakes and to learn from them. Let’s do a quick panorama of our most frequent mistakes with …
Whether you are a programming professional or a beginner, identifying and fixing a slow code is something highly satisfying. Today, the existence of …
This article is an answer to the benefits and drawbacks of CQRS under the light of the DDD practices.
The original article written by Hristiyan …
What is a code generator and data generator? This study provides you examples and research articles about several program automation research fields. …
This blog post is about the two machine-learning frameworks Smile and DeepLearning4j. I am presenting my feedback and some hints useful for any Java …
This is a book review of Java by comparison (you may check and buy it there https://java.by-comparison.com), an …
I have been recently using several JS frameworks to produce slideshows and ultimately programmatic videos. Here is my feedback about two frameworks …
This article will illustrate how to extends some parts or a whole Vue.js component. We’ll look at two different practices : mixins and extends.
In this article, I present how to write custom Cobol rules with SonarQube and some caveats I encountered. The targeted audience should have some basic …
A short article to announce that Pivotal has announced a bunch of security fixes on its products.
To be or not to be (happy), that’s the question. In this article, I expose some thoughts about what could make a software developer happy in his …
Some time ago, I organized a talk on “Code Quality and why developers should care about” for my company. In that presentation, I …
Thanks to its popularity, Docker has disrupted many companies and blurred the silos between Developers and Operations. This article, based partially …
I have tried Vue.js and just love it.
Some weeks ago, I started a new project for which, I have to build an internet website.
After spending …
This is my first post that offers a digest from a selection of DZone’s articles. I will pick DZone’s article based on my interests.
This …
This article is showing you how to use SonarQube with ReactJS and its JSX files. I will use both the SonarQube JavaScript plugin and the additional …
Today I have felt on an interesting article about Javascript promises and the new functionality of async/await.