내 맘대로 위클리 뉴스 - 2016년 44주(11월 04일)

JavaScript News

  • Async functions - making promises friendly

    • Chomre 55에서 기본적을 활성화 되는 비동기 기능을 좀 더 잘 사용하기 위한 '비동기 함수'를 자세히 소개하는 기사
  • Redux without React — State Management in Vanilla JavaScript

    • Vanilla JS를 사용해서 Redux 없이 React의 상태를 관리를 하려고도전했던 경험을 공유하는 기사

    Redux is a great tool, which helps structure your application in a more thought-out way. When used alone, without any view libraries, it can be quite tricky at first, but once you get past that initial confusion nothing can stop you.

  • How to be* a compiler — make a compiler with JavaScript

    • 자바스크립트를 사용해서 컴파일러를 만드는 방법을 소개하는 튜토리얼 기사
    • 정말 기발한 '컴파일러'를 만들어 볼 수 있는 기회를 제공, 강추!

    If you don’t really understand a piece of code or technology, it’s okay to just say “There is a thing, I know that much” and pass it on to next step. Don’t stress about it, you’ll get there eventually.

Python News

  • 6 Quick python debugging tips

    • 디버깅을 도와주는 6가지 팁을 소개하고 있는 기사
    • 중간에 pdb가 나오긴 하는데, 그냥 지나쳐도 좋을 팁이라 생각했고, import logging는 참 좋은 방법이라 생각했음
  • I don't understand Python's Asyncio

    • Flask, Jinja2, Werkzeug를 만들고 있는 Pocoo팀의 리더인 Armin Ronacher가 asyncio에 대해서 쓴 기사
    • asyncio의 기능을 하나씩 설명하고 있는데, 설명이 정말로 잘 되어 있으니 구글 번역이나 네이버 랩스의 도움을 받아서 꼼꼼하게 읽어보길 권함(Armin이 asyncio가 어렵다고 하는데... 이걸 누가 제대로 쓰고 있는걸까?!)

    Primarily what I learned from this exercise is that I it's a much more complex system than I expected and I am now at the point where I am very confident that I do not know how to use it properly.

  • Chat bots and how to build one on Alexa

    • 약간 복잡(AWS lambda?)하긴 하지만 'Alexa'에게 좀 더 다양한 일을 시킬 수 있음

Mobile Dev News

  • Designing something S.O.L.I.D

    • S.O.L.I.D를 시각적으로 학습 할 수 있는 방법을 재공하고 있는 기사
    • 시각적으로 이해시키기 위해서 놀랍도록 직관적인 이미지를 제공하고 있기 때문에 평소 S.O.L.I.D가 혼란스러웠던 자바 개발자 분들에게 추천
  • How to Deploy Vapor Apps to Heroku

    • Swift로 작성된 웹 프레임워크인 VaporHeroku에 배포하는 방법을 소개한 기사
    • git과 'heroku command line interface만 있으면 충분함!

    • {자바스크립트, 파이썬, 모바일} 형태로 재편성 하였습니다.