내 맘대로 위클리 뉴스 - 2022년 3주(2022.01.16 - 2022.01.22)
Python
-
- Python을 사용해서 소켓 프로그래밍(socket programming)을 경험해 볼 수 있는 기사 입니다.
- 경험이 전혀 없어도 충분히 도전해보실 수 있으니, 가볍게 시작해보시길 추천드립니다.
-
Analyzing stock data near events with pandas
- Pandas를 사용해서 주식 시장의 일일 수익률과 몇몇 이벤트가 어떻게 수익률에 영향을 주는지 분석하는 과정을 소개하는 기사 입니다.
JavaScript
-
How to Set Up a Node.js Project with TypeScript
- TS를 처음 시작하신다면 이 기사로 시작해보세요 :D
-
- React를 처음 배우는 분들을 위한 좋은 가이드 기사 입니다.
- 기사 말미에 위치한
Notes, Tips & Tricks
는 지나치지 말고 한번씩 확인해보세요!
Mobile
-
Use a Swift command-line tool in a GitHub workflow
- Swift를 사용해서 Github workflow를 활용하는 방법을 소개하는 기사 입니다.
-
- SwiftUI로 몇가지 작업을 하면서
Preview
기능을 잘 활용했던 경험이 있어서 기대하고 있는, Compose의Preview
관련 기사 입니다. - Compose에 관심이 있으시면 Exploring Material You for Jetpack Compose 기사도 참고하시면 좋을 듯 하네요 :D
- SwiftUI로 몇가지 작업을 하면서
OOP
-
Using Kotlin in a Java project: 10 lessons learned
- Java와 Kotlin을 함께 사용할 때 도움이 되는 몇가지를 소개하는 기사 입니다.
- Kotlin을 공부해서 실무에서 사용하실 수 있다면, 기존 코드를 개선하실 때 적용해보시면 좋을 듯 하네요.
Etc
- 7 steps to increase your ASP.NET website performance
- Type-safe DI composition
- Replacing logging APIs with the Java System Logger
- Reading Source Code - Redux
- Publishing and consuming ECMAScript modules via packages – the big picture
- How not to learn TypeScript
- Ace, CodeMirror, and Monaco: A Comparison of the Code Editors You Use in the Browser
- How to write performant React code: rules, patterns, do's and don'ts
- 10 Must-Have React Developer Tools To Write Clean Code
- 5 Ways To Use Python On An iPad
- An introduction to Pydbantic — a single model solution to Data Verification & Storage
- Go Fast With Django
- How vectorization speeds up your Python code