내 맘대로 위클리 뉴스 - 2019년 51주(2019.12.08 - 2019.12.14)
Python
-
Learn all About Installing & Updating Packages in Python
- Python에서 pip를 사용해서 패키지를 사용하는 기본적인 방법을 소개하는 기사입니다.
- Python을 사용하실 때 pip에 대해서 궁금하셨다면 가볍게 읽어보시면 좋을 기사입니다.
-
Multithreading vs Multiprocessing in Python
- 멀티스레딩에 대한 몇 가지 오해를 실험을 사용해서 설명합니다. 이번주 강추 기사입니다.
JavaScript
- Learning Modern JavaScript with Tetris
- ES6를 테트리스 게임을 만들면서 가볍게 소개하는 기사 입니다. 내용은 많지만, 코드를 함께 제공하고 있기 떄문에 코드를 중심으로 기사를 읽어보시면 좋습니다.
Swift
- On-device training with Core ML
- CoreML을 사용해서 기계에서 학습하는 과정을 소개하는 튜토리얼 기사 입니다.
JVM
- Understanding the JDK’s New Superfast Garbage Collectors
- 새로운 GC에 대해서 소개하는 기사입니다. 내용이 쉽진 않지만, GC 변경에 따른 문제를 미리 파악하실때 참고하기 좋은 기사입니다.
Etc
- Monads aren't as hard as you think
- JavaScript Promises: 9 Questions
- An Easy Way to Build a Tree in JavaScript Using Object References
- Building an Infinite Scroll Component using VueJS and GraphQL
- Manage Global State with Context API and Hooks
- React is a state manager too, ya know!
- Mongoose 101
- Quick Start: Node.js & MongoDB - How to Implement Transactions
- How does the 2PL (Two-Phase Locking) algorithm work
- Kotlin: Serialization
- How to Read Java Bytecode (with examples)
- Don’t expose your JPA entities in your REST API