내 맘대로 위클리 뉴스 - 2017년 04주(01월 27일)
JavaScript News
-
How I built a super fast Uber clone for mobile web
React
를 사용해서 모바일 웹 기반 Uber clone을 만들면서 속도를 유지하기 위한 경험(optimize)을 공유하는 기사- 바퀴를 새로운 기술을 이용해서 만드는 것을 보면서, 나도 바큇살이라도 만들어봐야 겠다고 다짐!
First I needed an app on which I can implement the perf techniques, and Uber had just recently launched their app with new design and it looked promising so I decided to clone the app using React.
-
Thinking in Redux (when all you’ve known is MVC)
MVC
패턴에 익숙한 사용자가Redux
를 사용하기 위해서 알아야 것들을 자세히 소개하는 기사React
사용자의 경우 1) 기존에MVC
패턴을 알지 못하거나 2) 사용하지 않는다면 더 큰 난관이 기다리고 있을 것 같지만, 글이 생각보다 쉽고 아주 잘 쓴 기사이기 때문에 부담없이 꼭 읽어보길 권함!
- The purpose of the next few paragraphs is to help anybody reading this transition from “thinking in MVC” to “thinking in Redux”
- With Redux things work a little differently. Let’s say you have a component and you want to do something when a button gets pressed. Where do you start? Here is how I go about it. Define your Action, Define your Reducer, Define the Actions as a Prop in your Component, Wire it up in your View
Python News
-
Playing with 80 Million Amazon Product Review Ratings Using Apache Spark
Amazon product reviews dataset
를Apache Spark
와Python
을 활용해서 데이터를 분석한 것을 소개하는 기사- 데이터셋이 주어지기 때문에
Github
저장소를 참고해서 스터디를 해보자!
-
Text Classification using Algorithms
- 텍스트 분류 및 자연 언어 처리(NLP)를 위한 고전적인 알고리즘인
Multinomial Naive Bayes
를 사용해서 문장을 분석하는 방법을 소개하는 튜토리얼 기사 한국어
도 가능한걸까?
- 텍스트 분류 및 자연 언어 처리(NLP)를 위한 고전적인 알고리즘인
-
Website screenshot generator with Python
Django
와Selenium WebDriver
를 사용하여 웹 사이트 스크린 샷 생성기를 만드는 과정을 소개하는 튜토리얼 기사Selenium
에 대한 열망은 커져만 가는데...