읽을거리
2015-03-19
미니옵빠
2015. 3. 19. 01:53
- Browserifty / Webpack
- http://browserify.org/
- http://webpack.github.io/docs/webpack-for-browserify-users.html
- Why I stopped using AMD
- http://codeofrob.com/entries/why-i-stopped-using-amd.html
- 자바스크립트의 모듈화 스펙 중 CommonJS 를 브라우저에서도 사용하자는 목적으로 만들어지는 Module Bundler 들입니다.
AMD 스펙의 경우 모듈이 많아질 경우 관리가 힘든 단점이 있는데, 이때문에 탈 AMD의 움직임이 조금씩 보이네요. - Introduction to fetch()
- http://updates.html5rocks.com/2015/03/introduction-to-fetch
- 복잡한 XMLHttpRequest 를 대신할 Fecth API 에 대한 소개입니다.
- 아직 정식 지원을 안하니, https://github.com/github/fetch 에서 polyfill 을 찾아 적용해볼 수 있습니다.
- MongoDB 3.0 Now Available
- http://www.mongodb.com/
- Mongo DB 가 3.0 으로 메이저 업그레이드 되었습니다.
- Google Code shut down
- http://channy.creation.net/blog/1049#.VQmsSdKsWxo
- 구글 코드가 문 닫는다네요 ㅜㅜ
- 컴퓨터 프로그래밍에 대한 명언 101가지
- https://subokim.wordpress.com/2015/03/12/101-great-computer-programming-quotes/
- Top programmer’s blogs
- http://www.improgrammer.net/top-programmer-blogs/
- 유명한 해외 개발자들의 블로그 모음입니다.