2023-06-27-TIL
2023-06-27-TIL Today I Learned ###
2023-06-27-TIL Today I Learned ###
2023-06-26-TIL Today I Learned JPA findAll Anti-Pattern https://vladmihalcea.com/spring-data-findall-anti-pattern/ ManyToOne JPA and Hibernate association best practices https://vladmih...
2023-06-23-TIL Today I Learned Redis Sentinel https://redis.io/docs/management/sentinel/ Update Entity with MapStruct https://ryumodrn.tistory.com/22 Design Database for Multi-Categor...
2023-06-22-TIL Todady I Studied API Rate Limit vs Throttling 요청이 너무 많은 경우 429를 응답하면서 트래픽 유입량을 조절할 수 있다. https://12bme.tistory.com/504 https://www.redhat.com/architect/pros-and-cons-throttl...
2023-06-21-TIL Today I Learned UCI https://www.uci.or.kr/?menuno=1 http://uci.k-pop.or.kr/search/music https://www.copyright.or.kr/business/uci/index.do Saving Entity in JPA https:/...
2023-06-17-TIL Today I Learned Study 중재자 패턴 MVC의 컨트롤러와 유사하다. 직접 통신하는 객체가 많을수록 복잡해진다. 이때 중재자 패턴은 서로 독립적으로 동작해야하는 컴포넌트 간의 통신을 중재한다. 의존관계를 줄여서 중앙집중식으로 객체를 하나 두면 관리가 용이하다. 하지만 중재자 역할을 하는 객체의 복잡도가 증...
2023-06-16-TIL Today I Learned Transaction Isolation Level https://hudi.blog/transaction-isolation-level/ https://github.com/woowacourse-study/2022-cs-plant https://velog.io/@jurlring/MyS...
2023-06-23-TIL Today I Studied 로드 밸런싱 알고리즘 https://www.cloudflare.com/ko-kr/learning/performance/types-of-load-balancing-algorithms/ https://kemptechnologies.com/load-balancer/load-balancin...
2023-06-13-TIL Today I Learned Instagram Hashtag Architecture https://www.linkedin.com/pulse/twitter-system-design-narendra-l/ https://www.thetechplatform.com/post/system-design-instagram ...
2023-06-12-TIL Today I Learned GraphQL server간 통신에서도 under fetching over fetching을 완화할 수 있다. Map Associations with JPA and Hibernate Http Message Converters with Spring Framework https://w...