Skip to content
  • About me
  • Contact me
Code Quality and Refactoring

Code Quality and Refactoring

Blog by Sylvain Leroy about Software Quality, Refactoring, Legacy Software Migration

  • Software Quality
  • Cloud Computing
  • About me
    • Biography
    • Freelance activities
    • CV (fr)
    • CV (en)
  • Github
  • Contact me
  • Linkedin
ScaleUp 360 Legacy IT Europe : my talk
Legacy Digital Transformation Featured post Migration

My ScaleUp 360 Legacy IT Conference : Big bang or Iterative evolution

2020-11-19 Sylvain Leroy
CodeLobster IDE
Featured post Software State of the art Trends

[Sponsored] Free PHP, HTML, CSS, JavaScript IDE – CodeLobster IDE

2020-10-272020-10-27 Sylvain Leroy
Coder's lifestyle
Featured post Lifestyle Software Engineering

Burnout, pressure on young coders, ageism we must halt

2020-10-102020-11-16 Sylvain Leroy
ponicode snap 1
Software Technologies Cleancode Code Quality Featured post Software Software Quality State of the art Trends

PoniCode : My feedback and a mixed overall feeling about the tool.

2020-07-232020-11-03 Sylvain Leroy
Book : Java by Comparison, Simon Harrer
Cleancode Books Code Quality Code review Featured post Programming Refactoring Software Quality

Book Review : Java by comparison, how to improve your coding skills and produce quality code.

2019-02-092019-02-15 Sylvain Leroy
Choices
Migration Featured post Legacy Software Quality Software Technologies

To rewrite or not to rewrite a software

2018-06-182020-11-16 Sylvain Leroy
Vue.js code example with extends
Software Engineering Opensource

Extending components, composition with Vue.js

2018-11-18 Sylvain Leroy

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.

Read More
jvisualvm2 : monitor your Java applications
Technologies Java Development Software Technologies

Java In Production : some useful tools for profiling and diagnostic.

2018-09-27 Sylvain Leroy

This article has been written as “basic knowledge” for Junior Java developers to help them tracking their bugs in Java software. Tags: Java Development, Software

Read More
Cobol Custom Rule
Code Quality Java Development Software Quality SQA

Writing custom Cobol Rules with SonarQube

2018-08-272018-09-27 Sylvain Leroy

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

Read More
Internet Explorer access to certificates
Software Quality Technologies

SonarQube Scanner and Invalid SSL Certificates

2018-07-302018-07-30 Sylvain Leroy

Struggling with SonarQube scanner and your invalid SSL certificate ? Here is a way to handle it. Tags: Software Quality, Technologies

Read More
Liquibase configuration
Opensource Software Engineering

Spring Boot and Liquidbase : how to change the default path and filename

2018-07-222018-07-22 Sylvain Leroy

This article is a hint how to change the default path and name for the liquibase changeset when you are using Spring Boot. Tags: Opensource,

Read More
Software Quality

Results of Cloud/Web-base installation

2018-06-212018-06-21 Sylvain Leroy

Following my previous article, I have performed several tests to deploy the cloud IDE solutions. Tags: Software Quality

Read More
Choices
Migration Featured post Legacy Software Quality Software Technologies

To rewrite or not to rewrite a software

2018-06-182020-11-16 Sylvain Leroy

To rewrite or not rewrite a software ? Writing a software is a incredible difficult task. When the time has come for the software to

Read More
javapoet syntax example
Software Technologies Framework Opensource Refactoring State of the art

Which framework to generate source code ?

2018-06-012018-06-21 Sylvain Leroy

I have been recently writings tools to convert Beanshell code in Java. This is a technical post to compare some frameworks to generate java source

Read More
Cleancode principle
Software Quality

Cleancode principle : the boy scout rule

2018-05-132018-06-21 Sylvain Leroy

A new cleancode principle : the boyscout rule One of the best cleancode principle. The boyscout rule. If you are interested by a cleancode course,

Read More
Security Infosec Software Quality

Security : Several vulnerabilities for Pivotal may 2018

2018-05-112018-06-21 Sylvain Leroy

A short article to announce that Pivotal has announced a bunch of security fixes on its products. Tags: Infosec, Security, Software Quality

Read More
p2
Software Quality Cloud Computing DevOps Featured post Opensource Software Software Factory State of the art Technologies Trends

Using a self-hosted Cloud IDE in 2018, my TOP 3.

2018-05-072018-06-21 Sylvain Leroy

I have been recently thinking about the opportunity to use an Cloud IDE for my personal coding projects. Tags: Cloud Computing, DevOps, Featured post, Opensource,

Read More
Cleancode principle
Cleancode Featured post Refactoring

Cleancode infography

2018-05-012018-06-21 Sylvain Leroy

Today I have produce a small infography with some cleancode principles that are important for me in my daily job of a coder. Tags: Cleancode,

Read More
cleancode
Cleancode Code Quality Code review Featured post Refactoring

Cleancode session – feedback

2018-04-302018-06-21 Sylvain Leroy

I was the guest of an amazing French IT company Slickteam last week.  The subject was to share experience and tricks about Cleancode. Tags: Cleancode,

Read More
code1
Cleancode Code Quality

Loop using lambdas and streams in Java 8 for lazy dude

2018-04-202018-06-21 Sylvain Leroy

A short article to complete the page of MkYoung about the streams (link here). How to write loops using lambdas and streams without using for

Read More
AppManager screenshot
Technologies Opensource Software Software Engineering Trends

REST Http Client : Feign vs Retrofit 2

2018-04-132020-06-04 Sylvain Leroy

I have been recently writing a new REST/Http client for the amazing APM product ManageEngine AppManager. In this context, I had to choose an efficient framework

Read More
SonarQube ESLint
Code Quality Opensource Programming Software Software Quality Software Technologies

New SonarQube ESLint Release 0.3.0

2018-04-012018-06-21 Sylvain Leroy

This article is about a new release of my SonarQube plugin for EsLint. Tags: Code Quality, Opensource, Programming, Software, Software Quality, Software Technologies

Read More
Legacy Software migration
Refactoring Architecture Cleancode Featured post Legacy Migration Software Engineering Software Technologies

How to do a legacy software migration : a successful checklist

2018-03-162018-06-21 Sylvain Leroy

Here is a small checklist about how to migrate a legacy migration and to ensure its success. This article is part of my work to

Read More
dzone
Software Quality Code Quality

Software Quality Weekly Review March 2018

2018-03-132018-06-21 Sylvain Leroy

This article is a collection of links to interesting articles about Software Quality. Tags: Code Quality, Software Quality

Read More
Leave your comfort zone
Cleancode Featured post Lifestyle Trends

How to make a software developer happy ?

2018-03-042018-06-21 Sylvain Leroy

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

Read More
Minio WebUI
DevOps Cloud Computing Framework Java Development Libraries Opensource Programming Software Engineering Software Technologies State of the art Technologies

Using S3 libraries with Minio mock server

2018-02-172018-06-21 Sylvain Leroy

In the continuation of my previous S3 article, I present you, how to write a S3 Java Sample program that is using a mock S3

Read More

Posts navigation

Previous 1 2 3 4 Next

Menu

  • Software Quality
  • Cloud Computing
  • About me
    • Biography
    • Freelance activities
    • CV (fr)
    • CV (en)
  • Github
  • Contact me
  • Linkedin

Recent posts

  • ScaleUp360 Legacy IT 2020: What is a legacy application ?
  • My ScaleUp 360 Legacy IT Conference : Big bang or Iterative evolution
  • [Sponsored] Free PHP, HTML, CSS, JavaScript IDE – CodeLobster IDE
  • Burnout, pressure on young coders, ageism we must halt
  • Answer to the article CQRS Is an Anti-Pattern for DDD

Categories

  • Application Lifecycle Management
    • Software Factory
  • Books
  • Business Intelligence
  • Cleancode
    • Refactoring
  • CMS
  • Code Quality
    • Code analytics
    • Code review
    • Infosec
    • Security
  • DevOps
    • Cloud Computing
  • Digital Transformation
  • Featured post
  • French
  • Java Development
  • Legacy
  • Libraries
  • Lifestyle
  • Metrics
  • Opensource
  • Software Engineering
    • Architecture
    • Machine Learning
    • Programming
  • Software Quality
  • Software Technologies
    • Framework
    • Migration
    • Testing
  • SQA
  • State of the art
    • Digest
    • DZone
    • Software
    • Trends
  • Technologies
  • Uncategorised
  • Web

Tags

8 ALM Application Architecture Blog business Cleancode Cloud code Code Quality coding Control data DevOps Docker framework Github Google HTTPS integration Java javascript Legacy libraries node.js Opensource plugin programming project Quality Refactoring review server Software SonarQube Source Technologies template test testing Tool Tools TOP unit web
Byoskill Company
Byoskill Company

Linkedin

Byoskill Company

Byoskill Company

Site plan

  • Software Quality
  • Cloud Computing
  • About me
    • Biography
    • Freelance activities
    • CV (fr)
    • CV (en)
  • Github
  • Contact me
  • Linkedin
All Rights Reserved 2021.
Proudly powered by WordPress | Theme: Fairy by Candid Themes.