내 맘대로 위클리 뉴스 - 2022년 44주(2022.10.30 - 2022.11.05)
Python
-
Generating memes and infographics with Pillow
- Pillow를 사용해서 간단한 이미지 합성 및 밈 등을 생성하는 방법을 소개하는 기사 입니다.
-
Improving code quality with linting in Python
- Pylint를 사용해서 자신의 코드에 PEP8 스타일 가이드를 적용하는 간단한 방법을 소개합니다.
JavaScript
- How to write your first unit test in JavaScript
- Unit test 코드를 작성하는 방법을 소개하는 기사입니다.
- 관련 기사는 항상 다루고 있는데, 계속해서 해당 기사를 소개하는 이유는 개발자 테스트에 대한 기술은 좋은 서비스를 지탱하는 기술이기 때문입니다. 가볍게 읽어보세요 :D
- How We Improved React Loading Times by 70% with Next.js
- Next.js를 사용하신다면 이 기사를 참고해보세요!
Mobile
-
Hello Swift Charts - WWDC 2022
- SwiftUI를 사용해서 Charts를 그리는 방법을 간략하게 소개하는 기사 입니다.
-
From zero to 10 million lines of Kotlin
- Java에서 Kotlin으로 전환하는 과정을 소개하는 기사입니다.
- 전 Java에서 Kotlin으로 전환하는게 여전히 쉽지 않은데, 이런 기사를 보면 꾸준히 해야겠다는 생각이 드네요. 여러분은 잘 되고 계신가요?
OOP
-
Concurrency vs. Parallelism Using Kotlin
- Concurrency와 Parallelism을 Kotiln의 관점에서 소개하는 기사입니다.
-
A Quick Guide to Learn ASP.NET Core Web API
- ASP.NET Core를 학습하신다면 이 기사를 참고해보세요.
Etc
- Dotnet (.NET) Performance Tracing for WinUI, Uno and Maui Applications
- Presenting Sheets: Item, or a Boolean Binding?
- Swift Concurrency – Things They Don’t Tell You
- Create a Swifty Command-Line Tool With ArgumentParser
- Mastering NavigationSplitView in SwiftUI
- Create a Card with an Image Outside its Bounds in SwiftUI
- Flutter vs. React Native: Which is the right cross-platform framework for you?
- Pokemon Cards Holo effect v2
- Implementing 3D Graphics In React
- How to implement a “dry run mode” for data imports in Django
- 5 techniques to Idiomatic Python (Loops)
- Matplotlib Coordinates: Graphing Math Functions in Python
- Python CLI Tricks That Don’t Require Any Code Whatsoever
- A new way of drawing boxes in the terminal (possibly)
- Buffers on the edge: Python and Rust
- Migrate PostgreSQL ID’s from serial to identity after upgrading to Django 4.1
- Allocation Removal in the Toy Optimizer
- Building the Future of TensorFlow
- Django Performance Improvements - Part 4: Caching in Django Applications