주간 뉴스

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

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

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

내 맘대로 월간(月刊) 뉴스 - 2016년 12월

* プログラミング勉強を加速させる7つの習慣 - Qiita [http://qiita.com/YudaiTsukamoto/items/42a8df22ca4c6b327dfd] * 내 이야기를 어떻게 알고? > 1. 유한한 시간에 모든 것을 공부한다는 것은 불가능 합니다(時間は有限で、全ての技術を学習することなど土台不可能です。). 의시적으로 자신에게 필요한 분야의 기술을 선택하는 것은 프로그래밍 공부를 하는데 중요한 습관 입니다(意識的に自分にとって必要な技術分野を絞る 事は、プログラミング勉強を加速させる上で大切な習慣なのです。). [...] 기술 분야의 전체적인 모습을 잘 보여주는 자료를 찾아 넓은
13 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2016년 52주(12월 29일)

JavaScript News * ( https://www.smashingmagazine.com/2016/12/front-end-performance-checklist-2017-pdf-pages/ ) * Front-End 성능 개선을 위한 체크리스트를 제공 * 일단 7번부터 막히기 시작하는데...(두둥...아..., 내년엔... 아...) Python News * Using Docker and Docker Compose for Local Development and Small Deployments [https://www.codementor.io/jquacinella/tutorials/docker-and-docker-compose-for-local-development-and-small-deployments-ph4p434gb] * Docker를 사용해서 Flask 애플리케이션을 배포하는 과정을 소개하는
1 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2016년 51주(12월 22일)

JavaScript News * Beginner’s Guide to Installing Node.js on a Raspberry Pi [http://thisdavej.com/beginners-guide-to-installing-node-js-on-a-raspberry-pi/] * Raspberry Pi에 Node.js를 설치하는 방법을 소개하는 튜토리얼 * 글의 4/5에 해당하는 부분은 라즈베피 파이 설정 부분이고, 나머지 1/5가 Node.js에 관련되어 있기 때문에 평소에 라즈베리 파이를 가지고 놀던 분들에겐 5분이면 완료
2 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2016년 50주(12월 16일)

JavaScript News * Advanced Node.js Project Structure Tutorial - Node.js at Scale [https://blog.risingstack.com/node-js-project-structure-tutorial-node-js-at-scale/] * Node.JS 프로젝트 구성을 1) 확장과 유지 2) 비즈니스 로직과 분리 3) 프로세스의 분리 라는 세가지 목표를 기준으로 설명하고 있음 * 'Config validation'을 어찌해야 되나 싶어서 고민했던 적이 있는데, 해당
2 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2016년 49주(12월 9일)

JavaScript News * How to Build a Realtime Activity Feed with React and Pusher [https://blog.pusher.com/how-to-build-a-realtime-activity-feed-with-react-and-pusher/] * Pusher와 React를 사용해서 이벤트를 화면에 출력하는 방법을 소개하는 튜토리얼 기사 * Webpack 등을 사용하지 않고 실행할 수 있기 때문에 나같은 초보자에게 매우 유익하며, React이외의 기술을 사용하지 않기 떄문에 React초보자에게 추천 * Getting Started with
2 min read