Post

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://www.baeldung.com/httpclient-timeout
  • https://pompitzz.github.io/blog/Spring/RestTemplate_Timeout.html
  • https://medium.com/@reachansari/java-httpclient-timeout-properties-16e1e3482d52

Nginx Keepalive_Timeout

  • https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_timeout
  • https://nginxstore.com/blog/nginx/keepalive-%EC%84%A4%EC%A0%95%EC%9C%BC%EB%A1%9C-nginx-http-%EC%84%B1%EB%8A%A5-%ED%96%A5%EC%83%81/
  • https://kkang-joo.tistory.com/90

Spring Boot TLS Setup

  • https://www.baeldung.com/spring-tls-setup
  • https://medium.com/@nagarjun_nagesh/ssl-tls-configuration-in-spring-boot-98ecb2dacd9d
  • https://docs.spring.io/spring-integration/reference/ip/ssl-tls.html
  • https://github.com/indrabasak/spring-tls-example

Design Pattern in Spring Framework

디자인 패턴이 실제로 어떻게 사용되는지 케이스 스터디로 배우고 싶다면 가장 좋은 교재는 스프링 프레임워크이다.

  • https://www.baeldung.com/spring-framework-design-patterns
  • https://stackademic.com/blog/top-7-spring-boot-design-patterns-unveiled-4a2569f8d324
  • https://github.com/JonathanM2ndoza/Design-Pattern
  • https://www.geeksforgeeks.org/design-patterns-used-in-spring-framework/
  • https://medium.com/javarevisited/mastering-design-patterns-in-java-spring-boot-de1cc67ac28e
  • https://jackynote.medium.com/top-5-design-patterns-in-java-spring-boot-best-practices-and-examples-002c45d3d331

회계 관련 용어

  • 분개(Journalizing): 거래의 내용을 분석하여 어느 계정에 얼마의 금액을 기업할 것인가를 결정하는 과정.
  • 전기(Posting): 분개를 해당 원장에 옮겨 적는 것.총계정원장사의 해당 계정에 거래자료를 이전.
  • 원장(Ledger): 회계상 거래발생의 내용을 계정과목별로 정리해 놓은 장부. 분개장에 거래발생순서에 따라 기입된 내용은 원장에 계정과목별로 전기(posting)되어 정리됨. 일반적으로 총계정원장을 말함.
    • 총계정원장(General ledger): 모든 계정을 기록한 장부.
    • 보조원장(Subsidiary ledger): 총계정원장의 내용보다 구체적으로 기재한 장부. e.g. 매출처원장, 매입처원장, 재료원장.
      • 매출처원장(customers ledger): 외상매출금계정을 상세히 기록한 보조장부.
  • 분개장(Journal): 거래 발생순서에 따라 기입한 장부.
  • 전표(voucher): 회계거래의 발생사실을 타인에게 전달하고 후일의 장부상의 증거자료로서 보존하는 일정한 양식의 지표. 전표에서 분개를 행하고 이것을 장부에 전기함. e.g. 입금전표, 출금전표, 대체전표

  • https://blog.naver.com/elviz1/221911693942
  • https://m.blog.naver.com/biz_data/221546602253

Cost of Goods Sold (COGS)

  • https://www.bdc.ca/en/articles-tools/entrepreneur-toolkit/templates-business-guides/glossary/cost-of-goods-sold#:~:text=The%20cost%20of%20goods%20sold%20(COGS)%20is%20the%20sum%20of,on%20raw%20materials%20and%20labour.

General Ledger vs General Journal

  • https://www.investopedia.com/ask/answers/030915/whats-difference-between-general-ledger-and-general-journal.asp

Today I Read

  • https://netflixtechblog.com/java-21-virtual-threads-dude-wheres-my-lock-3052540e231d
  • https://techblog.woowahan.com/18719/
  • https://www.pixelstech.net/article/1722045726-All-I-Know-About-Certificates—-Certificate-Authority
  • https://d2.naver.com/helloworld/0403593
This post is licensed under CC BY 4.0 by the author.