내 맘대로 위클리 뉴스 - 2022년 15주(2022.04.10 - 2022.04.16)
Python
- Understanding Decorators in Python
- Python이 제공하는 기능 중에서 제가 가장 매력적이라 생각하는 데코레이션에 대해서 자세히 소개하는 기사입니다.
- Python f-strings Are More Powerful Than You Might Think
- 유명하지만, 그렇다고 적극적으로 사용하지 않는다고 느껴지는 f-string의 강력한 기능을 소개하는 기사입니다.
- string 처리가 많으시다면 이 기사를 꼭 참고하시면, 간단하지만 강력한 방법으로 성능을 조금이라도 향상 시킬 수 있습니다.
JavaScript
- Javascript testing best practices
- JS를 사용한 프로젝트에 테스트를 도입하거나 고민하신다면 이 기사를 활용해서 실습을 진행해보세요.
- 멋진 기사지만, 분량이 상당하고 연습을 요구하니 즐겨찾기에 등록해두시고 꾸준히 진행하시면 좋을 듯 합니다.
- TypeScript / How the compiler compiles
- TS는 어떻게 컴파일 될까요? 궁금하시다면 이 기사를 가볍게 참고해보세요!
Mobile
-
- 기존 Android 개발자분들 중에서 Compose가 어색한 분들을 위한 가이드!
-
- Stack Views의 '크기' 때문에 고민이셨다면 이 기사를 참고하세요!
OOP
- Does Java 18 finally have a better alternative to JNI?
- Java 18에서 JNI의 개선에 대한 내용을 담고 있습니다.
- 개인적으로 관심이 많은 기사이지만, 너무 먼 나라 소식일지도 모르겠네요.
Etc
- Slope-intercept library design
- How Big Should Touch Areas in Car Interfaces Be?
- Getting started with Canvas in Compose
- React Folder Structure in 5 Steps [2022]
- How to use type guards in TypeScript
- All React Hooks and Concepts In A Single Post!! 🤗
- react custom hooks - demystified in 5 simple steps ⚡️
- How to use a proxy in Next.js
- Writing Redux Reducers in Rust
- Python List sort(): An In-Depth Guide to Sorting Lists
- 20 Python Interview Questions To Challenge Your Knowledge
- Advanced exploratory data analysis (EDA) with Python
- Scaling our dependency graph
- Pre-allocated lists in Python
- Responsive table with Django and htmx
- Support Vector Machines (SVM) in Python with Sklearn
- Time Series Forecasting with Ploomber, Arima, Python, and Slurm
- Real-time Potholes Detection: An AIoT application facilitating road safety and city micro-mobility schemes
- Introduction to Streamlit and Streamlit Components
- Head-First Kubernetes