Begin with a brief overview of Joda-Time and its importance in Java development. Explain why it’s important to have a good understanding of dates…
MadukaJ
Latest posts - Page 2
How to effectively use JUnitParams to write robust and maintainable unit tests in Java
JUnitParams is a library for JUnit that allows developers to write parameterized unit tests in Java. Parameterized tests allow you to write a single…
How to use JPAstreamer: To optimize database queries and improve performance in your Java application.
JPAstreamer is a powerful Java library that can help you to optimize database queries and improve the performance of your Java application. With JPAstreamer,…
Getting Started with Lombok: Simplifying Java Code with Automated Boilerplate Generation
If you’re a Java developer looking to simplify your code and reduce boilerplate, Lombok can be a powerful tool to help you achieve that.…
Maximizing Java Code Efficiency and Clarity with MapStruct: A Comprehensive Guide
Java developers often spend a significant amount of time writing code to map between different Java bean types. This process can be tedious and…
Software Architecture – Boundary Anatomy
This is the 18th article on the System Design and Software Architecture series. In this article, we are discussing the Boundary Anatomy in software engineering. Previous articles…
Azure Percept DK AKA Project Santa Cruz – Unbox and Assemble
In this article, we are going to unbox the Azure Percept DK. What is Azure Percept? Azure Percept is a comprehensive, easy-to-use platform with…
Software Architecture – System Boundaries
This is the 17th article on the System Design and Software Architecture series. In this article, we are discussing the System Boundaries in software engineering. Previous articles…
Software Architecture – Independence
This is the 16th article on the System Design and Software Architecture series. In this article, we are discussing the Functional independence in software engineering. Previous articles…
What is Software Architecture
This is the 15th article on the System Design and Software Architecture series. In this article, we are discussing the What is Software Architecture. Previous articles Introduction…