bookmark 4

품새

품새 연습은 단축키와 코드 관용구 탐색을 익히는 좋은 방법이다.TDD 나 지속적 통합(CI)을 익히는 데도 좋다.하지만 문제/해결 모음을 무의식 상태에 주입해 실제 프로그래밍에서 문제를 만났을 때 자연스레 해법을 알아내도록 만드는 좋은 방법이다- 로버트 마틴(2016), 클린코더, 에이콘 가볍게 검색해서 발견한 '품새 연습'용 서비스https://codingdojo.org/ Coding DojoWelcome to the Coding Dojo website The purpose of this website is to gather resources, sessions and stories from users around the world that the Coding Dojo website should prov..

bookmark 2025.02.16

watch 의 가려운 곳을 긁어주는 'viddy'

GitHub - sachaos/viddy: 👀 A modern watch command. Time machine and pager etc. GitHub - sachaos/viddy: 👀 A modern watch command. Time machine and pager etc.👀 A modern watch command. Time machine and pager etc. - sachaos/viddygithub.com  주기적으로 명령어를 실행해서 업데이트된 결과를 보여주는 watch 명령어를 즐겨 사용한다.  kubernetes kustomize 관련 작업을 하면서 최종 결과물을 확인하기 위해 watch 로 작업을 하고 있었는데,결과가 한 화면을 넘어가니 아래 부분을 볼 수 있는 방법을 찾아봐야 했..

bookmark 2024.11.26