내 맘대로 위클리 뉴스 - 2022년 8주(2022.02.20 - 2022.02.26)
Python
-
How we optimized Python API server code 100x
- Python의 API 호출 속도를 빠르게 방법을 소개하는 기사입니다.
- Web 애플리케이션을 활용하고 계시다면 참고해보시면 좋을 듯 합니다.
-
10 Tools I Wish I Knew When I Started Working with Python
- Python 개발을 도와주는 10가지 도구에 대해서 간략하게 소개하는 기사 입니다.
JavaScript
-
How to Build a COVID-19 Tracker in JavaScript
- COVID-19 관련 데이터를 활용해서 간단한 앱을 만드는 과정을 소개하는 기사 입니다.
- Javascript 기술을 '연마'하기 위한 프로젝트가 필요하시다면 이 기사를 참고하셔도 좋을 듯 합니다.
-
Deep dive into React Native’s New Architecture
- 2022년에 새롭게 변경될
React Native
의 아키텍처에 관한 소개 기사입니다. React Native
팀에서 공개한 기사는 이곳에서 확인하세요.
- 2022년에 새롭게 변경될
Mobile
- Android 13 and Text Rendering Algorithms
- 모두가 당연하다고 생각하는 텍스트 렌더링 방식의 알고리즘을 소개하는 재미있는 기사 입니다.
OOP
- The affair of the C# bang bang - !! - operator
C#
에 추가된 새로운 연산자인!!
에 관한 논의사항을 정리한 기사 입니다.
Etc
- How to use the Redacted View Modifier in SwiftUI with useful extensions
- An Introductory Guide To Concurrent Rendering
- REACT: USESTATE VS USEREDUCER
- system-design-react-code-examples
- Leoric
- monorepo.tools
- Peeking Into the Internals of Python's 'functools.wraps' Decorator
- Why Can't You Reverse A String With a Flag Emoji?
- Understanding Attributes, Dicts and Slots in Python
- A Tour of Python's itertools Library
- Futures and easy parallelisation
- Enumerate from first principles
- Python Project Setup – Virtual Environments and Package Management