내 맘대로 위클리 뉴스 - 2022년 21주(2022.05.22 - 2022.05.28)
Python
-
Python Standard Library changes in recent years
- Python 3.8 ~ 3.10 사이에 추가된 새로운 모듈(혹은 기능)에 대해서 짧고 간략하게 소개하는 기사입니다.
-
The overengineered Solution to my Pigeon Problem
- OpenCV와 Python을 활용해서 비둘기를 쫓아내는 도구를 만드는 과정을 소개하는 기사입니다.
- 읽어보시면 생각보다 많이 재미있고, 진지한 탐구의 결과를 느낄 수 있습니다.
JavaScript
-
Building an animated piano keyboard with JavaScript and MIDI
- MIDI와 JS를 사용해서 피아노 애니메이션과 함께 간단한 데모가 가능한 사이트를 만드는 과정을 소개하는 기사입니다.
-
What’s New in React 18.0 Release – The Biggest Yet
- React v18의 간단한 기능을 소개하는 기사 입니다.
- React v16.8(Hook) 정도의 강렬함은 아니지만, 나름 변경사항이 많으니 이런 기사는 시간되실 때 참고하시면 좋을 듯 합니다.
Mobile
- Jetpack Compose Canvas API Tutorial
- 현재 Kotlin을 사용하는 분들에게 UI 관련해서는 가장 많은 관심을 받고 있는 Compose를 사용해서 Canvas API를 활용하는 방법을 간단한 튜토리얼을 통해서 소개하는 기사입니다.
OOP
-
- Spring Boot 3.0과 관련된 소식입니다. Java 17을 지원 시작으로 몇가지 변경사항에 대한 논의가 진행됩니다. 미리 체크해두세요!
Etc
- Preparing for Spring Boot 3.0
- Mastering TimelineView in SwiftUI
- Google I/O 2022 Recap: Top 5 Takeaways for Android Devs
- React Core and Components
- You don't need void 0 in JavaScript
- Detecting UI components with TypeScript Compiler API
- Layouts RFC
- React state management libraries in 2022
- Forget about Jupyter Notebooks — showcase your research using Dashboards
- Contributing to open source: rich 2073
- Useful Python decorators for Data Scientists
- Automate All the Boring Kubernetes Operations With Python
- Pandas Tutor: Using Pyodide to Teach Data Science at Scale
- A dev's thoughts on developer productivity
- Adding GraphQL to your Django App
- If Programming Languages Were Futurama Characters
- Multitenancy with FastAPI, SQLAlchemy and PostgreSQL
- Memory Management in Python - Part 1: What Are Pointers?
- TDD Practice: Time API with Django
- The Python GIL: Past, Present, and Future