• 공부할 것들

    Udemy – React, Redux, React-Native, GraphQL, Webpack 2 ES6 in Practice: https://www.udemy.com/es6-in-practice-including-es2016-es2017/learn/v4/ ES6 Javascript: The Complete Developer's Guide: https://www.udemy.com/javascript-es6-tutorial/learn/v4/ Modern React with Redux: https://www.udemy.com/react-redux/learn/v4/ Advanced React with Redux: https://www.udemy.com/react-redux-tutorial/learn/v4/ Webpack 2: The Complete Developer's Guide: https://www.udemy.com/webpack-2-the-complete-developers-guide/learn/v4/ GraphQL with React: The Complete Developer's Guide: https://www.udemy.com/graphql-with-react-course/learn/v4/ Learn by Example: Scala: https://www.udemy.com/learn-by-example-scala/learn/v4/ Learn To Build Apps Using Play Framework: https://www.udemy.com/learn-to-build-apps-using-play-framework/learn/v4/ Coursera ...

    Read More
  • [Scala] Coursera – Functional Programming in Scala 강의 후기

    드디어 다 들었다. 지난 2월 첫째주부터 듣기 시작했던 Coursera 의 Functional Programming Principles in Scala. 목표는 1주일에 듣는 것이었는데 한달이 넘었다. 솔직히 말해 내가 게으른 것도 있었고, 영어의 문제도 있었고..(Martin Odersky의 약간 느린 유럽식 발음..) 가장 중요한건 개념이 도통 잘 이해가 안가는 것이 가장 컸다. JavaScript를 할 줄 안답시고 함수형 ...

    Read More
  • 4/24 지수형과의 최신 개발자 토킹(?) 정리.

    (지수형과 즉석해서 본격 자바개발자의 스칼라 코드 튜닝하기.) REACTJS : 페이스북 자바스크립트 라이브러리. view 만 virtual dom 을 사용해서 빠름. http://facebook.github.io/react/ REACTJS + SCALA CHAT : http://matthiasnehlsen.com/blog/2014/01/24/scala-dot-js-and-reactjs/ spray+akka https://github.com/eigengo/spray-akka/tree/master/jvm activator akka spray : Actor 모델 참고하기 좋음. https://github.com/eigengo/activator-akka-spray/blob/master/src/main/scala/core/email.scala play랑은 독립적으로 돌아가는 akka+spray https://github.com/eigengo/phillyete2014/blob/master/src/main/scala/org/eigengo/phillyete/helloworld.scala shapeless https://github.com/milessabin/shapeless – lens 라는 것을 통해 여러 ...

    Read More