PinnedJava: Event Driven architectureSome aspects of event driven architecture with examplesApr 25, 2024A response icon6Apr 25, 2024A response icon6
PinnedMicroservices Architecture Patterns, Exploring the EssentialMicroservices architecture has become increasingly popular in modern software development due to its scalability, flexibility, and…Apr 29, 2024A response icon1Apr 29, 2024A response icon1
PinnedConcurrency in Java: Best Practices and Performance OptimizationWelcome to an exploration of best practices and essential patterns in concurrent programming, where we delve into optimizing performance…May 12, 2024May 12, 2024
PinnedJava: Mastering SOLID PrinciplesBuilding Robust and Maintainable SoftwareMay 1, 2024A response icon3May 1, 2024A response icon3
How to Make a Truly Immutable Class in JavaImmutability is an important concept in Java programming. An immutable class is a class whose objects cannot be changed after they are…3d ago3d ago
HashMap/HashSet: What Can and Cannot Be Used as a KeyWhen working with Java’s HashMap or HashSet, choosing the right key is very important. But not all objects are good keys. This article…3d ago3d ago
What Does the static Keyword Do in Java? Need to know for interviewWhen learning Java, you’ll often see the static keyword. It may appear in variables, methods, or even code blocks. But what does it really…3d ago3d ago
Which Collection Type to Choose in Java? Need to know for interviewArrayList vs LinkedList and HashMap vs TreeMap5d ago5d ago
How to Handle Exceptions in Java. Need to know for interviewIn the stately realm of Java, where type safety and object orientation reign supreme, exceptions are not mere afterthoughts. They are royal…5d ago5d ago