내 맘대로 위클리 뉴스 - 2022년 25주(2022.06.19 - 2022.06.25)
Python
-
Python logging: do’s and don’ts
- 언제나 중요한 로깅에 관한 기사 입니다.
- Getting the Stack Trace of a Running Python Program과 함께 읽어보세요!
-
How to create a dashboard in Python with Jupyter Notebook?
- Jupyter Notebook으로 간단한 대쉬보드를 만드는 방법을 소개하는 기사 입니다.
- 좀 더 그럴싸한 대쉬보드가 필요하시면 'streamlit'을 검색해보세요!
JavaScript
- Notes on maintaining an internal React component library
- React를 사용해서 디자인 시스템을 구축하고자 한다면 이 기사를 꼭 참고하자.
- 컴포넌트 구성에 관한 실용적인 방법을 배울 수 있으니, React 사용자라면 읽어보길 권한다.
Mobile
-
Xcode integration of Swift Package Plugins in Xcode 14
- Swift 5.6에 도입된 Swfit 패키지 관리자에 대한 내용을 다루고 있습니다.
-
Things you can do in Android Studio
- Android Studio의 TODO 메모에 관한 간단한 팁이지만, 생산성을 높일 수 있는 방법을 제공합니다. 읽어보세요!
OOP
- New Resources to Get Started with .NET MAUI
- .NET의 MAUI에 관심있으신가요? 이 기사를 참고해서 시작해보세요!
Etc
- React Element vs Component
- How We Reduced Bugs in Our React Codebase
- Utilising caching in your applications
- Data and System Visualization Tools That Will Boost Your Productivity
- Illustrating the duality of closures and objects
- How to optimize PostgreSQL queries from Django using pgMustard
- Appreciating Python's match-case by parsing Python code