Extending components, composition with Vue.js
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.
Cloud and Application Modernization
Technical articles and architecture insights on cloud migration, modernization strategy, legacy transformation and enterprise IT.
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 compiler knowledge (AST, Lexical analysis, Syntaxic analysis).
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 work. I wrote this article with several targeted audience in mind : Junior developers, …
Some time ago, I organized a talk on “Code Quality and why developers should care about” for my company. In that presentation, I demonstrate some tools, unfamiliar to the audience: young developers and battle-hardened IT …
Thanks to its popularity, Docker has disrupted many companies and blurred the silos between Developers and Operations. This article, based partially on my own experiences.
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. Context After spending really long hours on the internet, browsing, collecting every possible testimonials and …
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 week the subjects are: BDD Testing, Bad code, Database Connection Pooling, Kotlin, …
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 plugin Sonar EsLint plugin.
Today I have felt on an interesting article about Javascript promises and the new functionality of async/await.