Vikas Taank·Mar 22, 2024Understanding git Reset and git revertGit revert and git reset are two Git commands that allow you to undo changes in a repository, but they operate in fundamentally different…
Biagio Tozzi·Jan 29, 2024Advanced and dynamic searching with Spring Data JPAI have often been asked to develop advanced search services. By advanced search I mean searches in which it’s possible to apply multiple…A response icon9A response icon9
Berat Yesbek·Jan 29, 2024Hibernate, JPA, Spring DATA JPA, Hibernate Proxy and ArchitecturesWhy should we use ORM Tools?A response icon3A response icon3
InJavarevisitedbyOliver Foster·Feb 2, 2024JAVA: The 11 Utility Classes Provided by Spring for Writing More Elegant CodeMy article is open to everyone; non-member readers can click this link to read the full text.
InTech TonicbyMayank C·Dec 26, 2023Spring Boot 3.2 — Logging correlationFind out how Spring Boot 3.2 adds a correlation ID to all the logs by defaultA response icon4A response icon4
Vikas Taank·Jan 26, 2024Senior Java Lead Interview Questions.(Advanced)-04How can you disable auto configuration in Spring Boot?
InJavarevisitedbyDaily Debug·Dec 14, 2023Java 8 Interface changes & Functional Interface — Interview questionsInterface | java 8| functional interface | Lambda Expressions A response icon1A response icon1
Vinod Kumar·Jan 18, 2024Mastering Effective Transaction Management in Spring: A Practical Guide with Java Code ExamplesIntroduction:
InStackademicbyOliver Foster·Jan 16, 2024In Java, “100==100” is true, while “1000==1000” is false?My article is open to everyone; non-member readers can click this link to read the full text.A response icon7A response icon7
InJavaToDevbyZeeshan Adil·Oct 31, 2023JWT Refresh Token : Spring SecurityIn the previous post, we learned how to create Token-based Authentication and Authorization using Spring Security and JWT. In this…A response icon5A response icon5
Berat Yesbek·Dec 25, 2023Pessimistic and Optimistic Locking in JPA, Spring BootWe are going to cover pessimistic and optimistic locking mechanisms in JPA.A response icon3A response icon3