내 맘대로 위클리 뉴스 - 2017년 31주(08월 04일)
Django with Python News
-
Creating websites using React and Django REST Framework
DRF
와React
를 사용하는 방법을 설명하는 기사- 이번주 강추 기사!, 응용하면
React
뿐만 아니라Vue.js
도 가능!
-
Django, and the story of a CRSF cookie
CSRF
와Django
설정에 관한 이야기
- Eureka! This made me realize that, since the front-end was all done in React, and I wasn’t using any forms in a django template, my one and only ‘home’ template wasn’t using the “csrf_token” tag, hence it was never set on the response and not available for the Javascript to find either… [...]
- This was actually a very simple problem, and I got it very wrong for quite some time.
-
Django or Rails: A Visual Comparison — Infographic
Django
와Rails
사이에서 고민인가요? 그렇다면 이 기사를 추천해드려요!
-
Making Django Upgrades Easy(er)
Django
를 사용하면서 쉬운 업그레드를 원한다면 이 기사를 읽어보자!
For those of you considering upgrading, with some work and careful planning, I can say that we made it very successfully to the other side.
-
Refactoring with tests in Python: a practical example
- 테스트를 통해 리팩토링을 진행하는 예제가 단계별로 설명된 기사
- 강추!
iOS, Android and Windows Mobile News
-
A story about Swift source compatibility
Swift
호환성을 유지하기 위한 프로젝트인Swift Source Compatibility Suite
에 관한 기사
This is paying off already. So far for the Swift 4 beta releases, complaints and frustrations in the community have been few and far between, especially compared to the Swift 2 to 3 transition period.
-
The Essential RxJava Guide for Android Developers
RxJava
를 안드로이드에서 사용하는 방법을 소개하는 기사
-
An Introduction to Functional Reactive Programming
RxJava
와 같은 함수기반 반응형 프로그래밍(FRP
)에 대해서 소개하는 기사
JavaScript
-
Uploading Images to a Node.js Backend Using Multer and Express
Multer
를 사용해서 이미지 업로드를 지원하는 방법을 소개하는 튜토리얼 기사
-
The MVC Design Pattern in Vanilla JavaScript
Vanilla JavaScript
를 사용해서MVC
패턴을 구현하는 방법을 소개하는 기사