2022-02-03-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 Today I Learned VO vs DTO https://ijbgo.tistory.com/9 https://martinfowler.com/bliki/ValueObject.html 방어로직 백엔드에서 정합성 검증 or 프론트엔드로 부터 방어 CSRF 나 XSS 까지도 방어 추후에 발생할 수 있는 로직 지분...
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-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-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-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-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-21-TIL Today I Learned 오늘은 폭풍 OJT가 있었다. 사실 이전에 있던 작은 기업에서는 들어본 적도 없는 용어였다. 이곳에서는 나름 대기업의 프로세스가 있어서 약 2주간에 걸쳐서 직무교육과 각종 사내교육을 진행하였다. 심지어 코로나로 인해 전면재택까지 하게 되면서 ‘이래도 되나?’하는 마음의 짐도 어느정도 있었지만,...
2022-01-20-TIL Today I Learned Docker https://www.freecodecamp.org/news/learn-kubernetes-in-under-3-hours-a-detailed-guide-to-orchestrating-containers-114ff420e882/ https://github.com/docker...
2022-01-19-TIL Today I Learned Amazon EKS 클라우드 또는 On-premise에서 쿠버네티스 애플리케이션을 실행하고 크기를 조정하는 관리형 컨테이너 서비스 https://aws.amazon.com/ko/eks/ Amazon EFS 파일을 추가하고 제거할 때 자동으로 확장되고 축소되며 관리 또는 프로비저닝이 ...
2022-01-18-TIL Today I Learned Forward Proxy 클라이언트가 직접 접근하는 것이 아니라, 포워드 프록시 서버가 그 앞에서 요청을 받고 본 서버에 연결하여 결과를 클라이언트에 전달해주는 방식이다. 프록시 서버는 자주 사용하는 데이터라면 요청을 일일이 보내지않고 캐싱하여 가져올 수 있기 때문에 성능 향상이 가능하다. ...