내 맘대로 위클리 뉴스 - 2022년 22주(2022.05.29 - 2022.06.04)
Python
-
Callables: Python's "functions" are sometimes classes
- Python에서 함수와 클래스에 대한 조금 깊은 논의와 설명을 하는 기사 입니다.
-
All you need to know about Asterisks in Python
- 외부에 공개되는 매개변수로 선호하지 않지만, 내부함수 작성시 밥먹듯이 사용하는
*args
와**kwargs
에 대한 간단한 설명입니다. - 배워두면 요긴하게 사용할 때가 많지만, 남용하면 외부에 노출되는 함수를 이해하기 쉽지 않으니 이 기사를 통해서 적절하게 사용하는 방법을 고민해보는 좋은 계기가 되었으면 합니다.
- 외부에 공개되는 매개변수로 선호하지 않지만, 내부함수 작성시 밥먹듯이 사용하는
JavaScript
-
Star Wars Scene Transition Effects in CSS
- 스타워즈에 사용된 화면 전환 효과를 CSS로 구현하는 과정을 소개하는 튜토리얼 형식의 기사입니다.
- CSS에 대해서 전혀 모르지만, 스타워즈라서 열심히 연습해봤습니다.
-
Reading Source Code: React-Query
- React-Query의 소스코드를 읽어보는 과정을 소개하는 기사입니다.
Mobile
- Parallax Effect with SensorManager using Jetpack Compose
- Android에서 센서를 활용해서 Parallax를 구현하는 과정을 소개하는 튜토리얼 예제입니다.
OOP
- Why Kotlin does not have “void” return type?
- "void" 타입이 왜 없을까요? 어찌보면 너무 단순한 질문이지만, 한편으로는 심도깊은 이해를 요구합니다. 이 질문에 답이 궁금하시면 이 기사로 시작해보세요.
- It’s good to bet on .NET
- .NET Core 이후의 .NET 환경을 간략하게 소개하는 기사 입니다.
Etc
- Waiting to never happen
- Why most design systems implode
- Stress Testing Concurrent Features in React 18: A Case Study of startTransition & 3D Rendering
- React Components and Props
- Tutorial on how to set up with Flask & Redis
- Django: How to send email without Celery
- Deploying 5G Around Trees
- 8 surprising ways how to use Jupyter Notebook
- Peeking and backtracking Python generators
- Knowledge Bits — Python Asynchronous Programming Fundamentals
- Compiling Black with mypyc, Pt. 1 - Initial Steps
- Underscoring (or dunder-scoring) the importance of native type methods in Python
- The unreasonable effectiveness of f-strings and re.VERBOSE
- What’s in which Python
- Build a CRUD application using Django, React & Docker]
- Django Friday Tips: Less known builtin commands
- Probably The Easiest Way To Animate Your Python Plots
- How to Create a Command-line Application with argparse