InJavarevisitedbySrikanth DannarapuJava CompletableFutureCompletableFuture is a class introduced in Java 8 that allows us to write asynchronous, non-blocking code. It is a powerful tool that can…Mar 14, 202310Mar 14, 202310
InJavarevisitedbyDineshchandgr - A Top writer in TechnologyCaching things every Programmer must knowHello everyone. Caching is one of the simplest yet complex topics and one of the basic things every programmer must understand. In this…Jun 25, 20223Jun 25, 20223
InJavarevisitedbySomaWhat is CQRS (Command and Query Responsibility Segregation) Pattern?Why use CQRS Pattern? What changes in your Microservices architecture by using CQRS PatternApr 9, 20231Apr 9, 20231
Bubu TripathyDesign Patterns used in Spring FrameworkSpring Framework is a popular Java framework for building enterprise-level applications. It provides a wide range of features and…Mar 6, 20237Mar 6, 20237
Mohammed SafirWhat is difference between @Component and @Bean annotation in Spring?In the Spring framework, both @Component and @Bean annotations are used to declare beans. However, there is a difference in how they are…Apr 7, 2023Apr 7, 2023
InLevel Up CodingbyArslan AhmadSystem Design Interview: Difference Between API Gateway and Load BalancerOften, we come across software architectural components that are part of every system design and feel as though we don’t have much…Dec 9, 20229Dec 9, 20229
Anthony TradStop using Data Transfer Objects (DTOs) in your codeBending the Clean Architecture PrinciplesFeb 26, 202357Feb 26, 202357
InAIA Singapore Technology BlogbySandesh GaonkarRefactor if/elseif/elseif using Strategy Design PatternStrategy Design pattern enables an algorithm’s behavior to be selected at runtime. The patternNov 8, 202231Nov 8, 202231
Mohammed SafirImplementing JWT with Spring Boot and Spring SecuritySpring Boot JWTFeb 11, 2023Feb 11, 2023
Neeru K SinghImp. Interview Questions for Experienced Backend(Java) DevelopersSOLID Design Principle and its Explanations?Feb 16, 2023Feb 16, 2023