Skip to main content

Posts Tagged ‘code quality’

Two Business Boys Maximize Ideas With Mind Helmet

Static Code Analysis With Open Source Tools For AEM Projects

Implementing static code analysis might seem like a daunting task. In some cases, this may be true depending on logistics, timing, and other factors. There is however a quick and easy way to implement it for AEM projects. Using open-source tools such as CheckStyle, SpotBugs, PMD, and JaCoCo you will pay nothing and reap all the […]

Healthcare

CICD Toolset – A Quick Comparison

CICD tools – Comparison The term CICD is vast and implementation is challenging because of the options available as open source as well as licensed products. Here we try to explore the features of CI tools and some of the features to consider while implementing so that tools can “integrate” smoothly. There are “n” number […]

Computerlong

What Does Software Quality Look Like?

One of my favorite discussion points to ask job candidates applying for any position related to software development is: Tell me what product, any product, you think of as a high quality product and why. More to come in a future blog on this and my other favorite question, but this I think is a […]

Useful build-in tools to detect performance issues of iOS Apps

When developing Apps, it is not usual but sometimes developers may face some weird issues like lagging, stuck or even App crash. Normally, those issues are caused by some bad code style or leak programming and a traditionally developer can use some third-part tools like SonarQube to ensure the code quality. Unfortunately, iOS developing uses […]