내 맘대로 위클리 뉴스 - 2023년 09주(2023.02.26 - 2023.03.04)
Python
-
One Does Not Simply 'pip install'
- 프로젝트를 격리하는 몇가지 방법을 간략하게 소개하는 기사입니다.
- Python을 사용해서 새로운 프로젝트를 진행하신다면 이 기사를 참고하세요.
-
Build a CRUD Rest API in Python using Flask, SQLAlchemy, Postgres, Docker
- Flask, SQLAlchemy와 Docker를 사용해서 간단한 CRUD 프로그램을 작성하는 방법을 소개하는 기사 입니다.
JavaScript
- Tutorial: Tic-Tac-Toe
- React에서 제공하는 Tic-Tac-Toe 튜토리얼 문서입니다.
- 코드 구성 및 개발 과정을 함께 배울 수 있으니 참고해보세요!
Mobile
-
SwiftUI Design: Create a card view
- SwiftUI를 사용해서 Card View를 만드는 방법을 소개하는 기사입니다.
-
Convert Android App to Use Material 3 Design
- Material 3 기반으로 디자인을 변경하는 방법을 소개하는 기사입니다.
OOP
- C# "var" with a Reference Type is Always Nullable
- C#에서 var를 사용할 때 주의해야 할 점을 소개하는 기사 입니다.
Etc
- The making of Ice Cubes, an open source, SwiftUI Mastodon client.
- SwiftUI views versus modifiers
- The case for frameworks
- Convert XML to YAML in Python
- Top 6 Text Annotation Tools - NewsCatcher
- Understanding Python metaclasses
- GPT in 60 Lines of NumPy
- devdata - Improving developer velocity and experience
- Python’s multiprocessing performance problem