2022-02-11-TIL TIL 2022-02-11-TIL Today I Learned Java Logging 어느 부분에 로그를 남기는 것이 좋을까? 주로 예외나 에러가 발생할만한 곳, 크리티컬한 곳, 입출력을 받는 곳 등이 있을 것이다. https://sematext.com/blog/java-logging-best-practices/ https://coralogi... 2022/02/11 TIL, 2022-TIL
2022-02-10-TIL TIL 2022-02-10-TIL Today I Learned 시퀀스 다이어그램 https://engineer-mole.tistory.com/131 Story Point https://engineering.linecorp.com/ko/blog/user-story-point-in-line-pay-team/ Unit Test Naming... 2022/02/10 TIL, 2022-TIL
2022-02-08-TIL TIL 2022-02-08-TIL Today I Learned 모든 for와 if는 스트림으로 변환이 가능한가? 데이터를 주고받는 방법 message broker REST API 소켓 통신 RabbitMQ RabbitMQ 메시지 전송이 제대로 가는지 디버깅하는 방법? https://spring.io/guides/gs/messaging-rabbitmq/... 2022/02/08 TIL, 2022-TIL
2022-02-04-TIL TIL 2022-02-04-TIL Today I Learned 테스트 코드 실행 범위 테스트 코드를 실행할 때 시간이 많이 걸린다면, 이미 검증이 완료된 부분을 다시 테스트 하지말고 변경한 부분과 그 영향을 받는 부분만 테스트하면 되지않을까? 1코어 1스레드에서 레이스 컨디션이 일어나는가? 여러개의 스레드면 일어나는가? 작업자가 여러명일때 떨어진 메모... 2022/02/04 TIL, 2022-TIL
2022-02-03-TIL TIL 2022-02-03-TIL Today I Learned VO vs DTO https://ijbgo.tistory.com/9 https://martinfowler.com/bliki/ValueObject.html 방어로직 백엔드에서 정합성 검증 or 프론트엔드로 부터 방어 CSRF 나 XSS 까지도 방어 추후에 발생할 수 있는 로직 지분... 2022/02/03 TIL, 2022-TIL
2022-02-02-TIL TIL 2022-02-02-TIL Today I Learned Vue Admin Dashboard https://pixinvent.com/demo/vuexy-vuejs-admin-dashboard-template/landing/ https://vuejsexamples.com/22-best-vuejs-admin-dashboard-templates... 2022/02/02 TIL, 2022-TIL
2022-01-30-TIL TIL 2022-01-30-TIL Today I Learned GitHub Pages https://ahnslab.com/21-how-to-start-github-blog/ https://velog.io/@zawook/Github-%EB%B8%94%EB%A1%9C%EA%B7%B8-%EB%A7%8C%EB%93%A4%EA%B8%B0-1 https... 2022/01/30 TIL, 2022-TIL
2022-01-26-TIL TIL 2022-01-26-TIL Today I Learned VDI https://brunch.co.kr/@clay1987/89 docker-compose dev and prod separation https://www.reddit.com/r/docker/comments/8c1o0l/noob_managing_multiple_docker... 2022/01/26 TIL, 2022-TIL
2022-01-25-TIL TIL 2022-01-24-TIL Today I Learned CF https://oper0815.github.io/recommendation/CF/ DTW https://hamait.tistory.com/862 Gather CPU Usage https://gathertown.canny.io/feature-requests/p/... 2022/01/25 TIL, 2022-TIL
2022-01-24-TIL TIL 2022-01-24-TIL Today I Learned Spring Caching https://mangkyu.tistory.com/179 Spring Properties 분리 https://royleej9.tistory.com/entry/Spring-properties-%EC%84%A4%EC%A0%95-%EB%B6%84%EB%A... 2022/01/24 TIL, 2022-TIL