Jwt Vs Opaque Tokens
JWT vs Opaque Tokens References https://zitadel.com/blog/jwt-vs-opaque-tokens https://medium.com/identity-beyond-borders/jwt-vs-opaque-tokens-all-you-need-to-know-307bf19bade8 https://mart...
JWT vs Opaque Tokens References https://zitadel.com/blog/jwt-vs-opaque-tokens https://medium.com/identity-beyond-borders/jwt-vs-opaque-tokens-all-you-need-to-know-307bf19bade8 https://mart...
GraphQL 1. Introduction GraphQL은 API용 쿼리 언어(A query language for API)이자 기존 데이터로 이러한 쿼리를 수행하기 위한 런타임이다. GraphQL은 작성한 API의 데이터에 대한 완전하고 이해하기 쉬운 설명을 제공하고, 클라이언트가 필요한 것을 군더더기 없이 정확하게 요청할 수 있도록 해준다. ...
GraphQL 1. Introduction GraphQL 은 웹 API용 REST의 대안으로 청구되는 Facebook의 비교적 새로운 개념입니다. 이 튜토리얼에서는 Spring Boot를 사용하여 GraphQL 서버를 설정하여 기존 애플리케이션에 추가하거나 새 애플리케이션에서 사용할 수 있도록 하는 방법을 배웁니다. 2. What is Grap...
Connection Pool References https://shuu.tistory.com/130#google_vignette
Micro Service Architecture https://marceloh-web.medium.com/spring-boot-microservices-architecture-using-shared-database-69312a968530
QueryDSL
Pagination https://docs.gitlab.com/ee/development/database/pagination_performance_guidelines.html https://itnext.io/the-best-database-pagination-technique-is-530abf2aab51 https://stackoverf...
IoC 와 DI DI Dependency 의존이란, 한 클래스가 다른 클래스의 메서드를 실행하는 것이다. 의존 대상 클래스가 변경되면 의존하는 클래스의 ‘코드가 변경’되는 것을 의존이라고 한다. Dependency Injection 직접적인 의존관계는 DIP 원칙을 위반하며, OCP 원칙도 지킬 수 없다. 따라서 이를 완전하게 가능케 해주는 ...
Race Condition in JPA References https://stackoverflow.com/questions/29574630/how-to-avoid-race-conditions-on-product-sales-with-jpa-and-hibernate https://softwareengineering.stackexchange.co...
Filter, Interceptor, and AOP References Filter, Interceptor, and AOP https://baek-kim-dev.site/61 https://mangkyu.tistory.com/173 https://imnotabear.tistory.com/576 https://yzlosmik.tist...