All things Tech.
Leverage Amazon CodeGuru Reviewer Command Line Interface (CLI) to easily integrate CodeGuru Reviewer into your Jenkins Continuous Integration & Continuous Delivery (CI/CD) pipeline.
Most software companies leverage open source software (OSS) in their products, as it is a great mechanism for standardizing software and bringing in cost effectiveness via the re-use of high quality, time-tested code. Some organizations may allow its use as-is, while others may utilize a vetting mechanism to ensure that the OSS adheres to the […]
I recently cleared the Cloud Foundry Certified Developer (CFCD) certification and thought that I would share some tips for the benefit of others. CFCD is a professional cloud native developer certification. It’s an excellent way for the developers to demonstrate their Cloud skills in general and Cloud Foundry expertise in specific. CFCD is a remotely […]
Are you teaching someone Java? Do you know anyone who is taking an introductory training in Java? Do you want your 5 year old kid to start on Java? If yes, then you can help them further by introducing to free interactive IDEs made just for this purpose.
PMD comes with a set of handy rules, which more than often are sufficient for any project. However, in real life projects you also need some custom rules to be created. This article talks about writing custom PMD rules using XPath.