내 맘대로 위클리 뉴스 2017년 28주
Python
-
Python에서 제공하는 놀라운 기능/기술을 소개하는 기사
-
Python의 여러 분야나 카테고리에 해당하는 추천 서적을 소개하는 곳
-
Django project optimization guide (part 2)
Django최적화와 관련된 내용을 가이드하는 기사
-
Datashader를 사용해서 식료품 배달과 관련된 데이터를 시각화 하는 방법을 소개하는 기사- 기존의 시각화와 달리 지도를 사용해서 방법을 자세히 소개하고 있기 때문에 관심 있으신 분들은 눈여겨 볼 기사!
iOS, Android and Windows Mobile News
-
WWDC 2017에 소개된 새로운 기능을 정리한 기사- 강추!
-
iOS에서 더 이상 사용하지 않는topLayoutGuide,bottomLayoutGuide을 대체할 수 있는 가이드 라인을 제공하는 기사
-
RxSwift등을 사용하지 않고 상태 변경을 처리하는 방법, 팁을 코드와 함께 소개하는 기사
-
- 상태 변경을 비동기로 처리하는 유용한 방법인
Reducer를 작성하는 방법을 소개하는 기사
- 상태 변경을 비동기로 처리하는 유용한 방법인
-
Displaying HTML tags on TextView the right way
Android에서HTML을 제대로 표시하는 방법을 소개하는 기사
-
Beginning Android Development Part Two: Using Android Studio
Android개발에 필수적인Android Studio튜토리얼 기사
-
Learn how to refactor an app with Kotlin
Java로 만들어진 앱을Kotlin으로 리팩토링하면서 알게된 내용을 설명하는 기사- 요즘 대세는
Android O가 아니라Kotlin!
-
Distraction-Free Reading for your Android app — Part I
Pocket앱과 유사한 앱을 만드는 과정을 소개하는 기사Part II에 해당 앱의 전체 소스를 확인할 수 있으니 코드가 궁금하시다면Part II를 확인하자!
-
analyzing AndroidWeekly data: Part One
AndroidWeekly를 분석해서 영향력 있는 안드로이드 개발 블로그를 소개하는 기사- 뒷부분에서
AndroidWeekly데이터를 분석하는 방법을 소개하고 있으니, 해당 데이터 분석 방법이 궁금하다면 기사의 끝 부분을 확인해보자!
JavaScript
-
‘Redux Isn’t Slow, You’re Just Doing It Wrong’
React와Redux를 함께 사용할 때 도움이되는 몇가지 팁을 소개하는 기사- 코드를 사용해서 설명하는 부분이 많기 때문에 실용적임!
-
- This is quite vague, so let’s elaborate with a bunch of practical examples.
-
Five Tips for Working with Redux in Large Applications
Redux를 대규모의 데이터를 처리하는 애플리케이션에 적용할 때 도움이 되는 내용을 소개하는 기사-
- […] In order to scale out our Redux application, it may help to create one top level reducer per page. Each page and top level reducer corresponds to one view in our application. For example, the users screen will fetch users from our API and store them in the users reducer, and another page which tracks the domains for the current user will fetch and store data from our domain API.
-
7 Ways To Define A Component Template in Vue.js
Vue.js에서 제공하는 컴포넌트 템플릿을 소개하고, 가장 적합한 컴포넌트 템플릿 방법을 소개하는 기사-
- The most controversial template option in Vue is JSX. Some developers see JSX as ugly, unintuitive and as a betrayal to the Vue ethos.
-
Augmented Reality Tetris made with ARKit and SceneKit
ARKit테트리스 예제
-
Tic-Tac-Toe implemented using ARKit+Scenekit
ARKit예제
-
Building a realtime dashboard powered by Laravel and Vue (2017 edition)
Laravel과Vue를 사용한 대쉬보드 예제
Written on July 15, 2017