Ajay LambaThe Critical Role of Documentation in Public APIs and Open Source CodeMost professionals agree that public APIs and open source code should be well-documented. This principle also extends to internal projects…Jan 23Jan 23
Ajay LambaFrom Chaos to Clarity: Enforcing Git Commit Message Best PracticesWho doesn’t love to read properly added commit messages while debugging the issues or while trying to find out why a particular change was…Dec 29, 2023Dec 29, 2023
Ajay LambaMastering the Art of Effective InterviewsIn today’s tech-driven world, the role of a Technical Lead is pivotal in steering software development projects towards success. As someone…Sep 30, 2023Sep 30, 2023
Ajay LambaConverting MIMEMessage to EmailMessage while sending email using Microsoft EWS Service: A…Introduction: In this article, we will focus on the process of converting a MIMEMessage to an EmailMessage format using Microsoft Exchange…May 27, 2023May 27, 2023
Ajay LambaHow to make OSGi plugins deployable on a p2-repoThere are different ways to convert jars to plugins for use in OSGi/RCP based applications. There is a very good maven plugin to convert…Sep 28, 20221Sep 28, 20221
Ajay LambaAdding JavaFX dependency for OSGi/RCP application with Java 11 / JDK11As you must have known by now that JavaFx is no longer part of JDK11. So how to migrate an OSGi application using JavaFx from JDK1.8 to…Sep 21, 2022Sep 21, 2022
Ajay LambaConvert jars to plugins using eclipse projectWhile developing an OSGi/RCP application, you would need third party jars and plugins for adding the dependencies. But who uses jars in an…Sep 21, 2022Sep 21, 2022