내 맘대로 위클리 뉴스 - 2017년 29주(07월 21일)
Django with Python News
-
How to manage concurrency in Django models
Django
에서 동시성을 관리하기 위한 두 가지 접근 방식을 제시하는 기사
If your method has side effects such as remote API calls or OS calls make sure they are safe. Some things to consider — can the remote call take a long time? Is the remote call idempotent (safe to retry)?
-
Multiple Sites with Routing in uWSGI
uWSGI
를 사용하여 여러 사이트를 라우팅하거나 관리하는 방법을 소개하는 기사
- uWSGI provides the ability to run multiple sites via emperor mode
- This is all novel and clever, but would I actually use it in production? Certainly specialized tools like systemd and Nginx/HAProxy are better at these jobs than what uWSGI provides, right? Like most things, it depends.
-
GraphQL & Python — A Beauty in Simplicity, A Beast in Application
Django
의ORM
에서graphene object type
의 레코드를 생성하고 업데이트하는 것은 물론GraphQL
에서 데이터를 연결하고 가져 오는 방법을 자세히 살펴보는 기사
-
Save API Results to PostgreSQL for Free with AWS Lambda
Amazon Web Services(AWS) Lambda
서비스를 사용하여 API 응답 결과를PostgreSQL
데이터베이스에 저장하는 방법을 설명하는 기사
-
Let’s Build the Tiniest Blockchain
- 가장 작고 간단한 블록체인을 만들어보는 튜토리얼 기사
iOS, Android and Windows Mobile News
-
Changes to location tracking in iOS 11
iOS 11
에서 GPS 사용시 변경된 내용을 소개하는 기사
-
MVVM
을 안드로이드에 적용하는 과정과 방법을 소개하는 기사
-
Converting an App to Use Clean Architecture
Android
앱을 깔끔한 아키텍처로 변경할 떄 필요한 내용을 소개하는 기사
-
How to Make Widgets on Android
Android
에서Widgets
을 만드는 방법을 소개하는 기사
JavaScript
-
The Fullstack Tutorial for GraphQL
GraphQL
을 위한 풀스택 튜토리얼 기사
-
Intro to React Native for an iOS Developer
iOS
개발자를 위해서React Native
를 소개하는 기사
=============