In Spring Data JPA OneToMany What are These Fields (mappedBy, fetch, cascade and orphanRemoval)
In Spring Data JPA OneToMany What are These Fields (mappedBy, fetch, cascade and orphanRemoval)
Before diving into associated fields for a one-to-many relation, first let’s have a look at the “bidirectional” and “unidirectional”…
medium.com
Large-scale User Sequences at Pinterest
https://medium.com/pinterest-engineering/large-scale-user-sequences-at-pinterest-78a5075a3fe9
Large-scale User Sequences at Pinterest
User Understanding team: Zefan Fu, Minzhe Zhou, Neng Gu, Leo Zhang, Kimmie Hua, Sufyan Suliman | Software Engineer, Yitong Zhou | Software…
medium.com
SSE (Server-sent events) in Spring Boot
https://medium.com/@savra.sv/sse-server-sent-events-in-spring-boot-c913f14d6d49
SSE (Server-sent events) in Spring Boot
SSE — is a technology that allows you to transfer data from the server to the client within a single HTTP connection in one direction. Let’s create a Spring Boot application using the Spring…
medium.com
Best Practices for good REST API Design
https://medium.com/@shubhadeepchat/best-practices-for-good-rest-api-design-b5fae9a62c86
Best Practices for good REST API Design
We have discussed a lot about the different aspects of APIs in my previous articles. If you are first time reading my articles then you can…
medium.com
How to Implement Caching with Spring Boot
https://medium.com/@kouomeukevin/how-to-implement-caching-with-spring-boot-a85beff2838
How to Implement Caching with Spring Boot
In this post, you will find everything you need to know to set up and use the cache mechanism in a spring boot project
medium.com
Distributed Locks in Spring-boot Microservice Environment
Distributed Locks in Spring-boot Microservice Environment
Suppose we are in an environment where only one instance is running in production. We want to do an account update and we want to…
medium.com
Spring WebFlux — Under the hood
https://medium.com/@diego.lucasilva/spring-webflux-under-the-hood-c6446c87ea84
Spring WebFlux — Under the hood
An overview of how Spring WebFlux works with Netty
medium.com
The Perfect IntelliJ Setup
https://medium.com/@samjingwen/the-perfect-intellij-setup-89cb657aac5d
The Perfect IntelliJ Setup
If you are developing on the JVM, your best choice is to use IntelliJ as your IDE. Here are some settings and plugins you can configure to…
medium.com
Exception Handling Best Practices in Spring Boot
https://medium.com/@wolke7/exception-handling-best-practices-in-spring-boot-6e0a1c0f424f
Exception Handling Best Practices in Spring Boot
Exception handling is an important aspect of any application, and it is especially crucial in a Spring Boot application. Proper exception…
medium.com
Export Excel in Spring Boot (Using Rest API)
https://meteaydin.medium.com/export-excel-in-spring-boot-using-rest-api-3ecb847cd740
Export Excel in Spring Boot (Using Rest API)
Today, We will export data in the database to an excel file using Apache Poi.
meteaydin.medium.com
Asynchronous Saving with JdbcTemplate in Spring Boot using CompletableFuture and Custom Event Handler
Asynchronous Saving with JdbcTemplate in Spring Boot using CompletableFuture and Custom Event…
Introduction:
medium.com
Hibernate Best Practices
https://medium.com/@bubu.tripathy/hibernate-best-practices-89d44010573f
Hibernate Best Practices
Introduction
medium.com
@Transactional annotation in Spring Boot
https://nikhilsukhani.medium.com/transactional-annotation-in-spring-boot-ae76307fcd26
@Transactional annotation in Spring Boot
The @Transactional annotation is used to mark a method or a class as transactional, meaning that any database operations performed within…
nikhilsukhani.medium.com
Mastering Java Exception Handling: Tips and Tricks
Manage feature flags in Spring Boot application using Unleash
Feature flags, also known as feature toggles, are a powerful technique that enables developers to switch certain features on and off at…
medium.com
How To Setup Automated Tests for APIs Seamlessly with Docker Containers
How To Setup Automated Tests for APIs Seamlessly with Docker Containers
A secret formula to run tests independently using Cucumber + Java Spring + Testcontainers
medium.com
5 Unique ID Selection You Should Know
https://medium.com/javarevisited/5-unique-id-selection-you-should-know-989f4d8187bc
5 Unique ID Selection You Should Know
When we store some data in a distributed environment, one of the choices we have to face is the ID generator.
medium.com
Use UUID instead of IDs in your Java Project
https://medium.com/@kouomeukevin/use-uuid-instead-of-ids-in-your-java-project-24fe9cfdd184
Use UUID instead of IDs in your Java Project
Learn why you should Use UUID instead of Id as Primary Key
medium.com
15 Tips To Make Your Java Application Run Faster
https://medium.com/@abhisheksinghjava/15-tips-to-make-your-java-application-run-faster-a0a7c569d10d
15 Tips To Make Your Java Application Run Faster
1-Avoid Use Of Multiple If-else Statements-
medium.com
Dependency Injection in Spring: Constructor, Property, or Setter? Discover the Best Option for Your Project!
💉Dependency Injection in Spring: Constructor, Property, or Setter? Which one should I choose?
Dependency injection is a programming technique in which objects are created with all the dependencies they need to function properly…
medium.com
Insert without Select using JPA
https://medium.com/predictly-on-tech/insert-without-select-using-jpa-a88e5db46e85
Insert without Select using JPA
How to work efficiently when ingesting large batches of JPA managed entities
medium.com
'emotional developer' 카테고리의 다른 글
5 ways to review code without wasting everyone’s time (0) | 2023.06.09 |
---|---|
redis lock sample (0) | 2019.05.16 |
python list 함수 append vs extend (0) | 2014.08.11 |