내 맘대로 위클리 뉴스 - 2021년 41주(2021.09.26 - 2021.10.02)
Python
-
Structural pattern matching in Python 3.10
- Python v3.10에 추가되는 '패턴 매칭'을 소개하는 기사 입니다.
- 실제 코드를 기반으로 한 예제를 함께 제공하고 있으니 참고해보세요.
-
- Mutable Value를 사용해서 발생한 버그를 디버깅하는 과정을 소개하고 있는 기사입니다.
- 어떤 참조변수를 Immutable로 사용해야 할지 궁금하시다면 이 기사를 참고해보세요.
JavaScript
-
- React 18에 추가될 새로운 기능을 소개하는 기사 입니다.
-
React is Declarative - What Does it Mean?
- 선언적이란 무엇일까요? 여전히 아리송하시면, 이 기사를 읽어보시면 약간의 힌트를 얻을 수 있습니다.
Mobile
-
- Swift 5.5가 출시되었습니다. 새롭게 추가된 async/await 부터 확인해 볼까요?!
-
Linting vs Formatting: A Swift Guide — Part 2
- Swift 코드를 깔끔하게 정리하는 방법이 궁금하시다면 이 기사를 참고하세요. Part1 부터 읽어보세요!
OOP
- How to use C#'s Parallel.ForEach
- C#에서 컬렉션을 손쉽게 활용할 수 있는 방법 중 하나인 Parallel에 대한 내용을 소개합니다.
Etc
- HTTP Refresher: Things You Should Know About HTTP
- Disclosure Group in SwiftUI
- Animals detection using the Vision framework
- Explore SplashScreen API, Android 12, Kotlin
- What’s new In Xcode 13 Source Editor?
- 7 things you may not know about useState
- 6 use cases of the useEffect ReactJS hook
- How to use React Context effectively
- React antipatterns to avoid
- Level Up: Introduction to TypeScript
- Index Signatures in TypeScript
- Fixed #33012 -- Added Redis cache backend. #14437
- Programming languages: Python is on the verge of another big step forward
- Improving Python Dependency Management With pipx and Poetry