2024-07-30-TIL
2024-07-30-TIL Today I Learned Spring Boot Timeout Handling https://docs.spring.io/spring-integration/reference/http/timeout.html https://www.baeldung.com/java-httpclient-timeout https://...
2024-07-30-TIL Today I Learned Spring Boot Timeout Handling https://docs.spring.io/spring-integration/reference/http/timeout.html https://www.baeldung.com/java-httpclient-timeout https://...
2024-07-25-TIL Today I Learned JavaScript Closure https://stackoverflow.com/questions/501023/closures-and-objects https://softwareengineering.stackexchange.com/questions/307083/javascript-c...
2024-07-24-TIL Today I Learned Optimistic Lock vs Pessimistic Lock https://medium.com/@abhirup.acharya009/managing-concurrent-access-optimistic-locking-vs-pessimistic-locking-0f6a64294db7 h...
2024-07-17-TIL Today I Learned Data Hydration https://www.snaplogic.com/glossary/data-hydration#:~:text=Data%20hydration%2C%20or%20data%20lake,lake%20or%20other%20data%20source.
2024-07-16-TIL Today I Learned Auto Complete API Best Practices https://developers.google.com/maps/documentation/places/web-service/autocomplete?hl=ko https://www.smarty.com/blog/address-au...
2024-07-15-TIL Today I Learned Spring Web MVC https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc https://docs.spring.io/spring-framework/docs/3.2.x/spring-framework...
2024-07-11-TIL Today I Learned Branch Strategy for Multiple Releases https://softwareengineering.stackexchange.com/questions/388681/git-branches-merging-issues-while-having-multiple-release-b...
2024-07-10-TIL Today I Learned Solution Architect and Application Architect When an application becomes so vast and complex that dealing with the overall technical vision and planning, and trans...
2024-07-09-TIL Today I Learned Forward vs Redirect https://velog.io/@fe1/%EB%A6%AC%EB%8B%A4%EC%9D%B4%EB%A0%89%ED%8A%B8Redirect-vs-%ED%8F%AC%EC%9B%8C%EB%93%9CForward#:~:text=%EC%98%88%EB%A5%BC...
2024-07-08-TIL Today I Learned AA(Aplication Architect) Application Architector란 시스템 특징에 적합한 (하나 혹은 그 이상의)프로그램의 아키텍처를 설계하고, 이것을 개발팀 전원이 파악할 수 있도록 약속된 표기방법(UML 등등)으로 문서를 작성하여 개발팀에 공유할 수 있도록하는 사람이...