Sangkon Han

Sangkon Han

주간 뉴스

내 맘대로 위클리 뉴스 - 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
주간 뉴스

내 맘대로 월간(月刊) 뉴스 - 2017년 01월

* 프로토타입 첫걸음 [https://brunch.co.kr/@ebprux/418] * 프로토타입의 다양한 형태를 설명하고, 어떻게 만드는지를 다루는 기사 * 나는 종이 프로토타입 [http://cfile9.uf.tistory.com/image/233DAE40543BCAEE2BECB6]에 대한 추억이 가슴에 강하게 자리잡은 것 같음 * The Startup Idea Matrix [https://medium.com/the-mission/the-startup-idea-matrix-182bf2e6a53a#.ny7u8cjvu] * 다양한 소비자 및 회사가 시장에 제품을
20 min read
주간 뉴스

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

JavaScript News * How I built a super fast Uber clone for mobile web [https://hackernoon.com/how-i-built-a-super-fast-uber-clone-for-mobile-web-863680d2100f] * React를 사용해서 모바일 웹 기반 Uber clone을 만들면서 속도를 유지하기 위한 경험(optimize)을 공유하는 기사 * 바퀴를 새로운 기술을 이용해서 만드는 것을 보면서, 나도 바큇살이라도 만들어봐야 겠다고 다짐! > First I needed an
2 min read
주간 뉴스

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

JavaScript News * Yarn vs npm - The State of Node.js Package Managers [https://blog.risingstack.com/yarn-vs-npm-node-js-package-managers] * Yarn과 npm에 대한 짧은 설명을 다루는 기사 * Yarn의 Offline cache 기능과 npm 4의 npm outdated는 눈여겨 볼만한 기사임 * OpenCV tutorial: Computer vision with Node.js [https://community.risingstack.com/opencv-tutorial-computer-vision-with-node-js/] * OpenCV를 Node.
3 min read
주간 뉴스

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

JavaScript News * Node.js Interview Questions and Answers (2017 Edition) [https://blog.risingstack.com/node-js-interview-questions-and-answers-2017] * Node.js와 관련된 이벤트, 비동기, Node.js 에코시스템, 테스팅과 관련된 인터뷰 내용을 다루고 있음. * 흠...Promises부터 막히는걸? Python News * The Iterator Protocol: How for Loops Work in Python [http://treyhunner.com/2016/12/python-iterator-protocol-how-for-loops-work/] * 파이썬에서
1 min read
2016년, 개인적 도서 리뷰를 돌아보며...
Articles

2016년, 개인적 도서 리뷰를 돌아보며...

2016년, 독서 Reivew [http://sigmadream.github.io/archive/]를 Review하다. * 213권의 책을 읽었고, 98권의 독서 노트를 작성했습니다. 약 50% 확률로 독서 노트를 작성했다는 점에서 약간의 아쉬움이 남습니다. 머리속 어딘가에서 사라져버린 115권의 도서에게 아련한 미안함을 뒤로하고 살아남은 98권을 잘 추스려야 겠습니다. 2016년 독서의 경향성 * 올해의 가장 큰 특징은 리디북스 덕분에 독서량이
6 min read
주간 뉴스

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

JavaScript News * Build a React.js Application with User Login and Authentication [https://www.sitepoint.com/tutorial-build-a-react-js-application-with-user-login-and-authentication/] * React를 처음 시작하는 분, 망할 환경설정에 고민이 많으신 분들이 읽어보시면 좋은 튜토리얼 기사 * The 5 Things You Need To Know To Understand React [https://medium.com/@sachagreif/the-5-things-you-need-to-know-to-understand-react-a1dbd5d114a3] * React에서 중요한 5가지 객체를 소개하고
1 min read