2022-12-24-TIL
2022-12-24-TIL Today I Learned 함수형 프로그래밍 함수형 프로그래밍을 잘 하려면 재귀함수에 익숙해져야 한다. 반복문 -> 재귀 -> 꼬리함수 최적화의 과정을 반복 숙달해야한다. func concate(Strintg s) { val leftPart = s.subString(0, 10); val r...
2022-12-24-TIL Today I Learned 함수형 프로그래밍 함수형 프로그래밍을 잘 하려면 재귀함수에 익숙해져야 한다. 반복문 -> 재귀 -> 꼬리함수 최적화의 과정을 반복 숙달해야한다. func concate(Strintg s) { val leftPart = s.subString(0, 10); val r...
2022-12-21-TIL Today I Learned Go Memory Stack https://medium.com/eureka-engineering/understanding-allocations-in-go-stack-heap-memory-9a2631b5035d Java String 자바에서 String은 Object를 상속하는 객체...
2022-12-19-TIL Today I Learned Layered Architecture https://www.baeldung.com/spring-boot-clean-architecture https://medium.com/swlh/designing-a-multi-layered-architecture-for-building-restf...
2022-12-17-TIL Today I Learned Inheritance vs Composition https://www.thoughtworks.com/insights/blog/composition-vs-inheritance-how-choose https://betterprogramming.pub/inheritance-vs-compo...
2022-12-15-TIL Todat I Learned 하드코딩이란 https://tecoble.techcourse.co.kr/post/2020-05-07-avoid-hard-coding/ Logback https://lankydan.dev/2019/01/09/configuring-logback-with-spring-boot ...
2022-12-13-TIL Today I Learned Functional vs Object-Oriented Programming https://circleci.com/blog/functional-vs-object-oriented-programming/?utm_source=google&utm_medium=sem&utm_camp...
2022-12-12-TIL Today I Learned Elasticsearch vs OpenSearch https://aws.amazon.com/ko/what-is/opensearch/ https://aws.amazon.com/ko/blogs/aws/amazon-elasticsearch-service-is-now-amazon-opens...
2022-12-10-TIL Today I Learned OOP https://fir-screen-46c.notion.site/2022-12-06-380cfc3c2a1948cbaa11e4d9cd6598e8 https://refactoring.guru/ko/design-patterns/what-is-pattern 다형성(Polymorph...
2022-12-06-TIL Today I Learned HA 구성 HA(High Availability, 고가용성) 구성이란, 가용성을 극대화 시키는 구성을 말하는 것으로 ‘클러스터링, 이중화, RAID’는 HA를 이루기 위한 방식으로 볼 수 있다. HA 구성은 주로 ‘서버 이중화’라는 용어와 동일하게 쓰이기도 한다. 여기서 ‘가용성’이라는 말은...
2022-12-05-TIL Today I Learned WAVE File Format Specification https://www.loc.gov/preservation/digital/formats/fdd/fdd000001.shtml https://www.bitsforbyte.com/2021/04/09/wave-file-format-sp...