내 맘대로 위클리 뉴스 - 2022년 24주(2022.06.12 - 2022.06.18)
Python
-
Design Patterns in Machine Learning Code and Systems
- 머신러닝 코드와 시스템을 위한 디자인 패턴에 관한 소개 입니다.
-
Pandas vectorization: faster code, slower code, bloated memory
- Pandas의 계산을 빠르게 하는 방법을 소개하는 기사입니다.
JavaScript
-
Two lines of CSS that boosts 7x rendering performance!
- 2줄로 CSS를 빠르게 작동하는 방법을 소개하는 기사입니다.
-
How We Reduced Bugs in Our React Codebase
- React의 버그를 줄였던 방법을 소개하는 기사 입니다.
-
Optimizing Performance in React Apps
- React의 속도를 개선하는 방법을 간단한 튜토리얼 형태로 소개하는 기사 입니다.
Mobile
-
- WWDC 2022를 요약한 내용을 정리한 기사입니다.
- 분량이 많으니 시간을 내서 읽어보세요.
OOP
-
Moving from mobile to backend development with Ktor
- Kotlin으로 백엔드 개발을 고민하신다면 이 기사를 읽어보세요.
-
The Best C# .NET Web Application Tech Stack: Choosing The Front End
- .NET에 적합한 프론트엔드 도구를 찾으시면 이 기사를 참고하세요.
Etc
- The State of Navigation in Jetpack Compose
- Build and style a chart with the new Swift Charts framework
- Stress Testing Concurrent Features in React 18: A Case Study of startTransition & 3D Rendering
- Code a Shopping Cart with JavaScript (no libraries)
- React Labs: What We've Been Working On – June 2022
- Notes on maintaining an internal React component library
- React Element vs Component
- React Labs: What We've Been Working On – June 2022
- Understanding Sampling With and Without Replacement (Python)
- Handling Concurrency Without Locks
- Caching connection objects in Python
- Memory Management in Python - Part 2: Equality
- Taking Datasets, DataLoaders, and PyTorch’s New DataPipes for a Spin
- compatlib or: what not to do in Python
- The Annotated Transformer