주간 뉴스

내가 한 주간 읽고/실행한 외국의 기사를 모아서 소개하는 Weekly 뉴스!
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 26주(06월 30일)

Django with Python News * Django vs Flask [https://www.git-pull.com/code_explorer/django-vs-flask.html] * Python에서 가장 활발하게 사용되는 두 가지 web frameworks(웹 프레임워크)인 Flask와 Django를 비교한 기사 * 두 가지 프레임워크를 비교하는 용도로 사용하는 것도 좋지만, 자신이 애용하는 프레임워크의 특징을 알아보는 용도로 훌륭함 > Django is best suited
2 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 25주(06월 23일)

Django with Python News * Instagram Makes a Smooth Move to Python 3 [https://thenewstack.io/instagram-makes-smooth-move-python-3/] * Instagram 엔지니어인 Hui Ding과 Lisa Guo가 Python 3 마이그레이션 경험을 설명하는 기사 * 마이그레이션 경험을 대화 형식으로 소개하고 있기 때문에 매우 쉽게 읽을 수 있으며, 일을 단순하게 '관리'하는 방법이 인상적인 기사. >
4 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 24주(06월 16일)

Django with Python News * Soft Deletion in Django [https://medium.com/@adriennedomingus/soft-deletion-in-django-e4882581c340] * 소프트 삭제(Soft Deletion)는 실제 데이타베이스에서 삭제되는 게 아니고 삭제를 구분하는 컬럼을 만들고 delete() 호출시 이 컬럼에 삭제와 관련된 플래그를 설정하는 방법을 Django에서 손쉽게 구현하는 방법을 소개한 예제 * 고객의 '다시 살릴 순 없나요?' 같은
2 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 23주(06월 09일)

Django with Python News * Using YAML in python [http://infinidum.com/post/Using-YAML-in-python] * 파이썬에서 YAML을 사용하는 방법을 소개하는 기사 * JSON이 보편적으로 사용하고 있지만, 가끔 YAML을 사용할 때! 참고하면 좋을 듯 * Python Functions Aren't What You Think [https://powerfulpython.com/blog/python-functions-arent-what-you-think/] * 파이썸의 함수가 어떻게 동작하는지 생각해 볼 수
2 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 21주(05월 26일)

Django with Python News * How to Use GraphQL with Django [https://medium.com/@v.sidorenko/how-to-use-graphql-with-django-3774ccc69f55] * Django에서 GraphQL을 사용하는 방법을 소개하고 있으며, 해당 가이드에서 사용된 샘플 예제를 확인할 수 있음 * REST의 시대에서 GraphQL로 가는 걸까요? * How to make your Django context processors lazy [https://rock-it.pl/how-to-make-your-django-context-processors-lazy/] * Django의 템플릿을 호출할
2 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 20주(05월 19일)

Django with Python News * Stable django deployments without downtime [https://kuttler.eu/en/post/django-deployments-without-downtime/] * 다운 타임이 '거의' 없거나 혹은 전혀없는 상태로 장고를 배포하는 방법을 소개하는 기사 * 내가 안 쓰는 Fabric과 Gunicorn을 사용하는걸 제외하곤 알찬 기사! 추천! * How to deploy a Django app on AWS (with Elastic Beanstalk)
3 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 19주(05월 12일)

Django with Python News * Test Driven Development of a Django RESTful API [https://realpython.com/blog/python/test-driven-development-of-a-django-restful-api/] * 이 기사는 Django를 기반으로 RESTful API를 신속하게 구축하는 데 사용되는 Django 및 Django REST Framework를 사용하여 CRUD 기반 RESTful API를 개발하는 과정을 소개하는 튜토리얼 기사 * Postgres Full-Text Search With Django [http://blog.
3 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 18주(05월 05일)

Django with Python News * Centralised logging for Django, Gunicorn and Celery using ELK Stack [https://medium.com/@sanchitsokhey/centralised-logging-for-django-gunicorn-and-celery-using-elk-stack-76b13c54414c] * ELK 스택을 기반으로 Django, Gunicorn, Celery를 사용하여 로그를 수집하고 분석하는 방법을 소개하는 기사 * Step by Step으로 진행되기 때문에 쉽게 접근할 수 있지만, macOS를 기반으로 설명하고 있기 때문에 *NIX 사용자는 apt-get을 적극
3 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 17주(04월 28일)

Django with Python News * Understanding Django signals [http://www.bedjango.com/blog/understanding-django-signals/] * 장고의 특정 이벤트(events)와 연관된 행동(actions)을 지정할 수 있는 시그널에 대해서 가볍게 소개하는 기사 * DB의 저장, 삭제, 초기화를 진행하면서 사용하는 예제를 제외하고 조금 색다른 사용 예가 있으면 더 좋았을 것 같은 기사! * Getting Started
3 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 15주(04월 14일)

Django with Python News * Configuring Django logging with Amazon CloudWatch using Watchtower [http://www.kidstrythisathome.com/2017/03/django-logging-with-aws-cloudwatch-and-watchtower.html] * Watchtower [https://pypi.python.org/pypi/watchtower]를 사용해서 Amazon CloudWatch [https://aws.amazon.com/cloudwatch/]에 loggin하는 방법을 설명하는 기사 * AWS에서 서비스를 운영하고 있다면 고려해 볼만한 기사인 듯 함
2 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 14주(04월 07일)

Python News * Hack The Virtual Memory: Python bytes [https://blog.holbertonschool.com/hack-the-virtual-memory-python-bytes/] * 파이썬 3의 내부를 둘러보기 위해서 파이썬을 사용해서 가상 메모리를 해킹하는 과정을 소개하는 기사 > Everything in Python is an object: integers, strings, bytes, functions, everything. So the line s = b"Holberton" should create an object
2 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 13주(03월 30일)

Python News * Class-Based Views vs. Function-Based Views [https://simpleisbetterthancomplex.com/article/2017/03/21/class-based-views-vs-function-based-views.html] * 장고의 Class-Based Views와 Function-Based Views의 장/단점을 매우 자세히 소개하고 있는 기사 * 기사를 작성한 필자는 코드를 읽기 쉽기 때문에 Function-Based View를 더 많이 사용하고 있다고 하는데, 그렇다면 여러분은? > Before reading, keep that in
2 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 10주(03월 09일)

Python News * Zero downtime deploys: A tale of Django migrations [https://medium.com/teemforwork/zero-downtime-deploys-a-tale-of-django-migrations-7a040f425e4a] * Django로 만든 프로젝트를 배포할 때 가장 신경쓰이는 데이터베이스 마이그레이션에 관한 내용을 소개한 기사 * 기사에서 사용하는 DB는 Postgresql을 사용하고 있으며, 마이그레이션을 위해서 정규식을 사용하고 있기 때문에 기술적으로 차이가 발생하는 분들은 The Way 부분을 먼저 읽어보시고 진행하시면
3 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 09주(03월 02일)

JavaScript News * 10 Best Practices for Writing Node.js REST APIs [https://blog.risingstack.com/10-best-practices-for-writing-node-js-rest-apis/] * Node.js 기반으로 RESTful을 설계 하거나 만들 때 꼭 필요한 '체크리스트'가 필요하다면 이 기사를 꼭 참고 할 것! * 다른 프로그램 언어를 사용하고 있다고 해도 읽어보면 정말 많은 도움이 됨(특히 #1,
2 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 08주(02월 24일)

JavaScript News * Interactive ES6 Feature Examples [https://codetower.github.io/es6-features] * ES6 문법 예제를 확인하면서 학습할 수 있는 사이트 * 답은 손쉽게 알 수 있기 때문에, '이유'를 진지하게 스터디 해 볼 수 있을 듯 * Building a scalable Node.js Express app [https://medium.com/@zurfyx/building-a-scalable-node-js-express-app-1be1a7134cfd] * Node.js를
2 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 07주(02월 17일)

JavaScript News * Filtering and Chaining in Functional JavaScript [https://www.sitepoint.com/filtering-and-chaining-in-functional-javascript/] * 필터링(filtering)을 JavaScript의 배열(Array)에 사용하는 방법을 소개하는 기사 * '함수형' 프로그래밍의 유행을 선도하고 있는 필터링, 맵, 리듀서를 배열에 적용해 볼 수 있는 재미있는 기사, 가볍게 접근해 보실 분들에게 추천! > The code you
3 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 06주(02월 10일)

JavaScript News * How to Use Twitter API With Node.js [https://dzone.com/articles/how-to-use-twitter-api-using-nodejs] * Node.js의 Twit NPM 패키지 사용해서 Twitter의 API를 사용하는 튜토리얼 * Schedule a Tweet Using SetInterval Function을 근간으로 Twitbot을 만들어 볼 수 있지 않을까? * Using Let’s Encrypt with Express [https://medium.com/@yash.kulshrestha/using-lets-encrypt-with-express-e069c7abe625]
1 min read