TDD(Test-driven Development)란.

정리를 하게 된 이유. 테스트 주도 개발에 대해 어떤 프로세스인지, 이클립스,인텔리제이에 추가해서 간단하게 사용만 해봤지,...

1 minute read

Kubernetes Study를 하며...

정리를 하게 된 이유. 올해 상반기 버킷 중 하나를 로드자전거, 쿠버네티스 자격증 취득으로 잡은 만큼...

4 minute read

DataStructure ArrayList vs LinkedList

알아보게 된 이유. 팀에 있는 분과 알고리즘에 대해 이야기 해보다가 시간 복잡도에 대해 이야기를 해보았다....

2 minute read

Ant,Maven,Gradle의 차이점을 알아보자.

알아보게 된 이유. 최근 팀에 있는 소스를 빌드, 배포를 bitbucket,bamboo로 ToolChain을 하게 되면서, 궁금증이 생겨서...

3 minute read

LeetCode Maximum_Subarray

문제 Given an integer array nums, find the contiguous subarray (containing at least one number)...

2 minute read