Post

2024-08-08-TIL

2024-08-08-TIL

Today I Learned

Spring Boot Caching with Redis

  • https://medium.com/simform-engineering/spring-boot-caching-with-redis-1a36f719309f
  • https://www.baeldung.com/spring-boot-redis-cache
  • https://positivethinking.tech/insights/redis-cache-in-spring-boot-applications/
  • https://docs.spring.io/spring-data/redis/reference/redis/redis-cache.html
  • https://dev.to/jackynote/a-guide-to-using-redis-in-spring-boot-custom-cachemanager-4e5k
  • https://medium.com/@aedemirsen/cache-structure-in-spring-boot-projects-with-redis-2c5751bca9eb
  • https://redis.io/learn/develop/java/redis-and-spring-course/lesson_9
  • https://javatechonline.com/how-to-implement-redis-cache-in-spring-boot-application/
  • https://javatechonline.com/spring-boot-redis-crud-example/
  • https://www.machinet.net/tutorial-eng/efficient-caching-in-spring-boot-using-redis

Web Caching

  • https://toss.tech/article/smart-web-service-cache
  • https://aws.amazon.com/ko/caching/
  • https://www.cloudflare.com/ko-kr/learning/cdn/what-is-caching/
  • https://readinggeneral.tistory.com/entry/%EC%BA%90%EC%8B%9CCache%EC%99%80-%EC%BA%90%EC%8B%B1Caching-%EC%A0%95%EB%A6%AC-from-10%EB%B6%84-%ED%85%8C%ED%81%AC%ED%86%A1
  • https://velog.io/@tngus0325/%EC%9B%B9%EC%82%AC%EC%9D%B4%ED%8A%B8-%EC%BA%90%EC%8B%B1-%EC%86%8D%EB%8F%84%EC%99%80-%ED%9A%A8%EC%9C%A8%EC%84%B1-%ED%96%A5%EC%83%81
  • https://aws.amazon.com/ko/caching/best-practices/

@ControllerAdvice Internal

  • https://medium.com/@jovannypcg/understanding-springs-controlleradvice-cd96a364033f
  • https://www.scaler.com/topics/spring-boot/controller-advice/

SSL/TLS Version Check

  • https://www.hahwul.com/2023/07/08/various-ways-to-check-ssl-version-of-a-server/
  • https://support.networkoptix.com/hc/en-us/articles/17314112665111-How-to-check-and-or-change-the-TLS-version
This post is licensed under CC BY 4.0 by the author.