What is ‘Higher order function’
from Wikipedia
```
In mathematics and computer science, a higher-order function is a function that does at least one of the following:
[Read More]
django filter 사용하기
filter, exclude
특정 오브젝트를 필터를 사용하여 추출하기(Retrieving specific objects with filters)
[Read More]
ijson을 활용한 JSON 파일
사용법 확인
ijson?
Ijson is an iterative JSON parser with a standard Python iterator interface.
[Read More]
Python Django 개발시 기능테스트
기능테스트가 뭐지?
유용한 TDD 개념
User Story : 사용자 관점에서 어떻게 어플리케이션이 동작해야 하는지 기술한 것
Expected failure: 의도적으로 구현한 테스트 실패
[Read More]
Jasmine 사용한 TDD 개발
Nodejs TDD
다른 개발자는 다 아는데 혼자만 모르는 Jasmine 사용한 TDD 정리해보기
[Read More]