내 맘대로 위클리 뉴스 - 2022년 26주(2022.06.26 - 2022.07.02)
Python
-
Don't let dicts spoil your code
- Python에서 가장 즐겨사용하는 딕셔너리 구조에 대한 기사 입니다. 이 기사가 적절한 데이터 구조를 선택하는데 작은 도움이 되셨기를 바랍니다.
-
Six things I do every time I start a Django project
- Django 프로젝트를 진행하면서 적용하는 6가지 작업을 소개하는 기사 입니다.
- Django 프포젝트를 처음 시작하신다면 이 기사를 참고해보세요!
JavaScript
-
Fetching data and creating a custom hook
- React의 Hook을 사용해서 HTTP GET 요청을 처리하는 방법을 소개하는 기사 입니다.
- 특정 Hook에 Data를 Fetch하는 경우가 많은 분들은 이 기사를 참고해보세요.
-
How to Build a Code Editor with React that Compiles and Executes in 40+ Languages
- React를 활용해서 40가지 언어를 컴파일하고 실행할 수 있는 작은 규모의 에디터를 제작하는 과정을 튜토리얼(혹은 Hands-on) 형식으로 진행합니다.
- 분량이 제법 많으니 천천히 읽어보시면 좋을 듯 하네요.
Mobile
-
- SwiftUI를 사용해서 macOS에서 실행 가능한 앱을 만드는 과정을 소개하는 튜토리얼 기사 입니다.
- 이 기사는 Swift를 사용해서 macOS 앱을 만드는 과정을 소개하는 흔하지 않은 기사이고, (방학이라) 시간이 넉넉해서 도전해보고 있습니다. 여러분도 고고!
-
Compose sample app: UI state with Flow, offline first
- Compose에 관심있으시면 이 튜토리얼 기사에 도전해보세요!
OOP
- Kotlin Coroutines — What, Why & How?
- Kotlin을 사용하면서 가장 많은 기사를 읽게 되는 그 'Coroutines'에 대한 짧은 기사 입니다.
- Coroutines에 관심이 있으시면 이 기사를 참고하세요.
Etc
- Feature Flags in .NET, from simple to more advanced
- Observing all http requests in a .NET application
- Model View Controller Store: Reinventing MVC for SwiftUI with Boutique
- Quick guide on the Grid container in SwiftUI
- SwiftUI 4 is killing my open-source projects
- Learn React: Build a Working File Tree and Manage State
- How to Make a Treemap Using JS
- Multiprocessing in Python: The Complete Guide
- 6 Usage Patterns for the ThreadPoolExecutor in Python
- A recipe recommendation system
- Reverse Engineering Google Colab
- Procedural music composition with Python
- Custom JSON encoder and decoder
- How to Run a Django Migration “By Hand”
- Should You Use AsyncIO for Your Next Python Web Application?