내 맘대로 위클리 뉴스 - 2024년 7주(2024.02.11 - 2024.02.17)
Python
-
Summary of Major Changes Between Python Versions
- 새로운 버전의 Python에 도입된 주요 변경 사항을 빠르게 참조할 수 있도록 도와주는 기사 입니다. 첫 번째 섹션에서는 실제 변경 사항을 다루고, 두 번째 섹션에서는 코드 베이스 업그레이드에 도움이 되는 유용한 도구, 링크 및 유틸리티를 소개합니다.
-
Django, SQLite, and the Database is Locked Error
- SQLite는 프로덕션 환경에서 웹 애플리케이션을 위한 실행 가능한 옵션으로 주목받고 있습니다만 안타깝게도 프로덕션 환경에서 SQLite를 사용하려는 Django 개발자는
Database is Locked
에 대해 알고 있어야 합니다. 이 기사는 해당 오류의 두 가지 원인을 설명하고 해결 방법을 제시합니다.
- SQLite는 프로덕션 환경에서 웹 애플리케이션을 위한 실행 가능한 옵션으로 주목받고 있습니다만 안타깝게도 프로덕션 환경에서 SQLite를 사용하려는 Django 개발자는
JS with TS
-
Sample repository showcasing how to create a Todo app with React and Google Sheets as the backend
- Google Sheets를 백엔드로 사용하는 방법을 소개합니다.
- 간단한 앱을 빠르게 만들어보고 싶을 때 참고할 수 있는 좋은 예제 입니다.
-
How to optimize the DOM size in React JS?
- 성능에 영향을 미치는 한 가지 핵심 요소는 DOM(문서 객체 모델)의 크기입니다. 이 기사는 React 애플리케이션에서 DOM 크기를 최적화하는 과정을 소개합니다.
JVM
- Hibernate StatelessSession JDBC Batching
- JDBC 일괄 처리를 활성화하기 위해 Hibernate StatelessSession을 사용하는 방법을 소개하는 기사입니다.
Etc
- What Every Android Developer Should Have in Their GitHub?
- My Top 10 NEW Visual Studio Features of 2023 for .NET Developers
- Discovering Swift Algorithms package
- visionOS ornaments in SwiftUI
- Create an animated transition with Matched Geometry Effect in SwiftUI
- A Better Guide To Forms in React
- Avoid using React’s
useFormStatus
- How to optimize the DOM size in React JS?
-Union, intersection, difference, and more are coming to JavaScript Sets - Immutable array updates with Array.prototype.with
- Python Debugging Handbook – How to Debug Your Python Code
- Handling Unset Values in Fastapi With Pydantic
- Microdot: Yet Another Python Web Framework
- Add Vue To Your Django Templates With Vite
- Graph neural networks in TensorFlow