2022-05-17-TIL
2022-05-17-TIL Today I Learned Boolean Field in API https://medium.com/geekculture/why-you-shouldnt-use-booleans-in-rest-apis-2747b187876c MyBatis Paging with PageHelper https://oingdad...
2022-05-17-TIL Today I Learned Boolean Field in API https://medium.com/geekculture/why-you-shouldnt-use-booleans-in-rest-apis-2747b187876c MyBatis Paging with PageHelper https://oingdad...
2022-05-13-TIL Today I Learned CQRS https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs https://always-kimkim.tistory.com/entry/cqrs-pattern DB 샤딩 https://engineering.li...
2022-05-11-TIL Today I Learned CORS https://developer.mozilla.org/ko/docs/Web/HTTP/CORS https://xiubindev.tistory.com/115 https://aws.amazon.com/ko/premiumsupport/knowledge-center/no-acce...
2022-05-10-TIL Today I learned Spring Boot Admin Health Check 처럼 API가 살아있는지를 전체적으로 모니터링 할 수 있는 화면을 제공해주는 웹 페이지이다. 화면에 보여지는 정보는 Spring Boot Actuator를 통해 받은 정보이다. https://joomn11.tistory.com/6...
2022-05-09-TIL Today I Learned 프로젝트 구조 https://www.geeksforgeeks.org/spring-boot-code-structure/#:~:text=There%20is%20no%20specific%20layout,divide%20the%20project%20into%20modules. https:/...
2022-05-03-TIL Today I Learned Elastic Search https://m.blog.naver.com/rickman2/221478983246 https://www.elastic.co/kr/ https://www.elastic.co/guide/en/elasticsearch/reference/current/sta...
2022-04-27-TIL Today I Learned Music App Open Sources https://github.com/ryanhoo/StylishMusicPlayer https://github.com/Mpmart08/MusicPlayer https://github.com/andremion/Music-Player htt...
2022-04-25-TIL Today I Learned ZGC vs G1GC https://huisam.tistory.com/entry/jvmgc https://www.diva-portal.org/smash/get/diva2:1466940/FULLTEXT01.pdf https://www.dynatrace.com/resources/eb...
2022-04-22-TIL Today I Learned B-Tree Index https://12bme.tistory.com/138 B-tree and B+Tree https://en.wikipedia.org/wiki/B%2B_tree https://sdesigner.tistory.com/79 https://zorba91....
2022-04-21-TIL Today I Learned JPA Duplicated JPA 엔티티는 같은 이름으로 여러개 생성할 수 없다. https://programmingnote.tistory.com/88 Model Mapper baeldung.com/java-modelmapper Map Struct https://...