排序
Archunit: Validate the architecture of our projects
Archunit: Validate the architecture of our projects, Introduction When you create a microservice or a library, you start defining the location of each group of elements (enums, cla...
Effective Java: Write Doc Comments For All Exposed APIs
Effective Java: Write Doc Comments For All Exposed APIs, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tue...
Write Spring MVC Logger for log request and response
Write Spring MVC Logger for log request and response,Hello! In this article, I will explain how to write a logger for logging requests and responses. It would seem that there is no...
How would you design a tiered plan backend?
How would you design a tiered plan backend?,Hello everybody, i want to learn about a plan based access and rate limiting of rest services. How would you design this system with spr...
The Player Setup Endpoint – Let the Frontend run Backend code
The Player Setup Endpoint – Let the Frontend run Backend code, Player setup for testing (2 Part Series) 1 How to make your tests more readable and maintainable 2 The Player Setup ...
Test Data Factory: Why and How to Use
Test Data Factory: Why and How to Use,This post belongs to the How to create Lean Test Automation Architecture for Web using Java series. If you didn’t see the previous posts, ple...
Interview OS (Part 2A) – Important Terms in OS
Interview OS (Part 2A) - Important Terms in OS,Disclaimer - Thanks to Love Babbar for this list of important terms that are required to be known in OS. Compiler Loader Assembler In...
Effective Java! Return Optionals Judiciously
Effective Java! Return Optionals Judiciously, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday! The B...
Effective Java! Return Empty Collections or Arrays, Not Nulls
Effective Java! Return Empty Collections or Arrays, Not Nulls, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Ja...
Spring Boot Custom Components
Spring Boot Custom Components,Spring Boot philosophy is to develop applications by composing independent, modular and highly configurable components. Spring Boot provides smart and...
Effective Java! Use Varargs Judiciously
Effective Java! Use Varargs Judiciously, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday! The Builde...
Software Architecture #3. Final
Software Architecture #3. Final, Software architecture design is one of the software architecture life-cycle activities. As in any software project life cycle, this activity is con...