2024-03-20-TIL
2024-03-20-TIL Today I Learned RabbitMQ vs SQS vs Kafka RabbitMQ의 EOS가 빈번하게 이루어지면서 다른 큐 서비스로 전환을 할 수 있을지 조사 해보았다. RabbitMQ의 기능과 가장 유사한 큐가 SQS인데, SQS의 성능이 생각보다 많이 떨어져서 쉽지 않을것 같다. https://habr...
2024-03-20-TIL Today I Learned RabbitMQ vs SQS vs Kafka RabbitMQ의 EOS가 빈번하게 이루어지면서 다른 큐 서비스로 전환을 할 수 있을지 조사 해보았다. RabbitMQ의 기능과 가장 유사한 큐가 SQS인데, SQS의 성능이 생각보다 많이 떨어져서 쉽지 않을것 같다. https://habr...
2024-03-12-TIL Today I Learned Repository Pattern https://jcchu.medium.com/repository-pattern%EC%97%90-%EB%8C%80%ED%95%B4-%EC%95%8C%EC%95%84%EB%B3%B4%EA%B8%B0-c86407d487cf https://docs.spri...
2024-02-28-TIL Today I Learned File Upload API https://stackoverflow.com/questions/33279153/rest-api-file-ie-images-processing-best-practices https://www.saurabhmisra.dev/file-uploads-rest-...
2024-02-19-TIL Today I Learned Exception Handling in Spring Boot https://spring.io/blog/2013/11/01/exception-handling-in-spring-mvc https://www.baeldung.com/exception-handling-for-rest-with...
2024-02-14-TIL Today I Learned Best Stock Trading Systems https://profitview.net/blog/open-source-trading-projects Best Ticker Projects https://github.com/topics/ticker https://www.li...
2024-02-02-TIL Today I Learned Circuit Braker https://mangkyu.tistory.com/261
2024-02-01-TIL Today I Learned Connection Timeout vs Socket Timeout https://tomining.tistory.com/164 https://www.baeldung.com/java-socket-connection-read-timeout https://stackoverflow.com...
2024-01-31-TIL Today I Learned 음악 커뮤니티 및 음악정보 공유채널 빌로 문큐 https://www.mixmag.kr/ https://www.youtube.com/@wookipop 카카오톡 오픈채팅 팝송공유 채널 https://nfyg.co/ https://www.instagram.com/high...
2024-01-20-TIL Today I Learned G1GC vs ZGC https://incheol-jung.gitbook.io/docs/q-and-a/java/g1-gc-vs-z-gc https://www.reddit.com/r/java/comments/129kjbq/what_do_you_think_about_zgc_being_t...
2024-01-19-TIL Today I Learned Retry with Backoff Pattern https://backoff-utils.readthedocs.io/en/latest/strategies.html https://docs.aws.amazon.com/prescriptive-guidance/latest/cloud-desig...