내 맘대로 위클리 뉴스 - 2023년 07주(2023.02.12 - 2023.02.18)
Python
-
How to Securely Deploy a FastAPI app with NGINX and Gunicorn
- FastAPI 뿐만 아니라(Flask, Django 등) 웹 서비스 작성 후 배포 관련하여 참고하기 좋은 기사 입니다.
-
Pandas Illustrated: The Definitive Visual Guide to Pandas
- pandas 사용시 조금 애매한 부분을 시각적으로 잘 설명하는 기사 입니다.
- 그런데, 이번에 알게 된 사실인데
Pandas
가 아니라pandas
군요!
JavaScript
- How To Scale Node.js Applications with Clustering
- 이 기사는 CPU가 4개 이상인 시스템에서 클러스터 모듈을 사용하여 Node.js 애플리케이션을 확장하는 방법을 소개 합니다.
- 당장에 사용하지 않더라도, 한번쯤 읽어두시면 도움이 될 내용입니다.
- Writing Javascript without a build system
- 빌드 시스템 없이 프로젝트를 구성하는 방법을 소개하는 기사 입니다.
- 이 기사를 다 읽고 나서, 빌드 시스템의 중요성에 대해서 다시한번 생각할 수 있는 기회가 되었습니다.
OOP(C#
, JVM
, Etc...)
- .NET 7.0 - Facebook Authentication API Tutorial with Example
- .NET 7.0 기반의 FB OAuth를 사용하는 방법을 소개하는 기사입니다.
Mobile
- Timer in SwiftUI
- SwiftUI를 사용해서 Timer와 onReceive()를 활용하는 방법을 소개하는 기사 입니다.
Etc
- Using ChatGPT to Help Write SwiftUI Code in Streaks
- The evolution of Facebook’s iOS app architecture
- 5 Tips to creating a (good) pull request
- SwiftUI Multi data-type chart
- SwiftUI Environment Tips
- A Beginner’s Guide to Styling Components in SwiftUI
- Advanced IntelliJ debugger features you’re missing out on
- Update to the .NET language strategy
- Well-known Symbols
- Use Maps More and Objects Less
- Adopting React in the Early Days
- Standout Features in Django 4.2
- FUNCTIONAL PYTHON, PART II: DIAL M FOR MONOID
- Python Parquet and Arrow: Using PyArrow with Pandas
- Some reasons to avoid Cython