내 맘대로 위클리 뉴스 - 2017년 02주(01월 13일)
JavaScript News
- Node.js Interview Questions and Answers (2017 Edition)
Node.js
와 관련된 이벤트, 비동기, Node.js 에코시스템, 테스팅과 관련된 인터뷰 내용을 다루고 있음.- 흠...
Promises
부터 막히는걸?
Python News
-
The Iterator Protocol: How for Loops Work in Python
- 파이썬에서
Loop
가 작동하는 방법을 알차게 소개하는 기사 - 제너레이터를 향한 여정의 출발은 이 기사에서 시작하면 좋을 듯!
The iterator protocol is used by for loops, tuple unpacking, and all built-in functions that work on generic iterables. Using the iterator protocol (either manually or automatically) is the only universal way to loop over any iterable in Python.
- 파이썬에서
-
Automating Django Deployments With Fabric and Ansible
Fabric
과Ansible
을 사용한Django
자동 배포 시스템을 구축하는 기사- 내용이 생각보다 길고 몇가지 자잘한 시스템 설정을 스스로해야 되는 아픔이 있지만 슬기롭게 넘어가자!
Mobile Dev News
-
Preparing your Android Environment for development — Android Tutorials pt. 1
- 안드로이드 개발을 위한 윈도우, *NIX 기반 설치 가이드
- 리눅스 사용자에게 추천!
-
A beginner’s guide to Raspberry Pi 3 B and Android Things
- 라즈베리 파이 3에 Android Things를 사용하기 위한 가이드
- 안드로이드 개발자분들은 도전해 보면 조금 색다른 경험을 하지 않을까요?
-
Introducing Auto-Layout for Sketch
Sketch
를 사용해서 iOS의Auto-Layout
디자인을 하는 방법을 소개하는 기사Sketch
사용자 분들은 좋은 연습이 될 것 같지만 생각만큼 어렵운 것 같음