내 맘대로 위클리 뉴스 - 2022년 36주(2022.09.04 - 2022.09.10)
Python
- Python String Methods to Know\
- Python에서 가장 자주 활용되는 String과 관련된 메소드를 소개하는 기사입니다.
- 항상 잘 알고 있다고 믿지만, 사용하려고 하면 어색한 그런 메소드 입니다. :D
- 자매품으로 Python List Comprehensions Are More Powerful Than You Might Think 기사도 읽어보세요 :D
JavaScript
-
3 Design Patterns Every Developer Should Learn
- 알아두면 유익한 3가지 디자인 패턴을 소개합니다.
-
An overview of Node.js: architecture, APIs, event loop, concurrency
Deno
,Bun
등 많은 JS 엔진이 소개되고 있지만, 여전히 강력한 Node에 대한 소개입니다.
Mobile
-
Testing Composable in Jetpack Compose Android - Testing Fundamentals
- Jetpack Compose를 사용해서 테스트를 진행하는 과정을 간략하게 소개하는 기사입니다.
- 새로운 Android Studio에 Jetpack과 관련된 내용들이 많이 업데이트 될 것으로 예상됩니다. Jetpack Compose를 공부하신다면 읽어보시길 권합니다.
-
- UIKit을 사용하실 때 도움이될 몇가지 팁을 제공하는 기사입니다.
OOP
-
Strongly Typed Middleware in ASP.NET Core
ASP.NET Core
에 타입 기반의 미들웨어를 소개하는 기사 입니다.
-
Should You Choose Java or Python for Your Next Project?
- Java와 Python으로 고민하신다면 이 기사를 참고해보세요.
Etc
- Dragon Curve in Python
- gevent For the Working Python Developer
- WHY YOUR WEBSITE SHOULD BE UNDER 14KB IN SIZE
- Using a Raspberry Pi as a Bluetooth speaker with PipeWire
- Python Package Manager Shootout
- Making a Morphing 3D Sphere in Javascript with Three.js
- React Error Boundaries: A Complete Guide
- 5 Ways To Write Clean JavaScript Code
- How to Use JavaScript's Map() Method to Solve Breadth-First and Depth-First Search Problems
- How to Memoize Functions and Values in JavaScript and React
- Why Storybook in 2022?
- Building an aircraft radar system in JavaScript
- Useful JavaScript Data Grid Libraries
- JSON Crack
- Default Exports in JavaScript Modules Are Terrible
- Implementing Promisable setTimeout
- Sourcery Swift Package command plugin
- Xcode's refactoring options for async/await
- Sharing cross-platform code in SwiftUI apps
- Exploring Data Store — A New Way of Storing Data in Android.
- Top-notch stateful testing in Android
- Blazor Best Practices: Loading Data
- Let’s Learn Blazor: Fluxor App State for Blazor
- Async/Await — What Happens Under The Hood
- Enhanced Switch Statement in Java