내 맘대로 위클리 뉴스 - 2021년 10주(2021.02.28 - 2021.03.06)
Python
-
Python Concurrency: The Tricky Bits
Python
의 스레드, 프로세스 및 코루틴에 대한 차이점을 설명하는 기사입니다. 무엇보다 '예제'를 제공하기 때문에 코드를 통해 확인할 수 있으니 꼭 참고해보자!
-
Abstract Syntax Trees in Python
Python
표준 라이브러리에서 제공하는 ast 모듈을 사용하는 방법에 대해 소개하는 기사 입니다.
JavaScript
-
Building a Real-Time Webapp with Node.js and Socket.io
Socket.io
를 사용하여 여러 컴퓨터에서 실시간 동기화를 수행하는Node.js
웹앱을 소개하는 기사입니다.
-
How to Fetch Data in React: Cheat Sheet + Examples
React
에서 외부 API에서 데이터를 가져 오는 방법을 소개하는 기사입니다.
Mobile
-
Get ahead using headers in RecyclerView
- RecyclerView를 많이 사용하신다면, 이 기사를 참고하시고 관련된 기사도 함께 찾아보시면 좋을 듯 합니다.
-
- SwiftUI를 사용해서 macOS 앱을 만드는 것에 관심이 있으시다면, 이 기사를 참고해보세요.
Etc
- Learn Elixir: The Ultimate Guide
- Algorithms Every Programmer Should Know
- The Ultimate CSS Grid Tutorial for Beginners (With Interactive Examples)
- React Component Tests for Humans
- Use CSS Variables instead of React Context
- React State Management Cheat Sheet
- Train your own object detector with Faster-RCNN & PyTorch
- Deploy a Python API With Docker and Kubernetes
- Improve your Django experience with IPython