내 맘대로 위클리 뉴스 - 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를 사용하여 여러 사이트를 라우팅하거나 관리하는 방법을 소개하는 기사
    1. uWSGI provides the ability to run multiple sites via emperor mode
    2. 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

    • DjangoORM에서 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

JavaScript

=============