내 맘대로 위클리 뉴스 - 2021년 38주(2021.09.05 - 2021.09.11)
Python
-
Parsing In Python: Tools And Libraries
- Python을 사용해서 Parser를 만드는 과정을 소개하는 튜토리얼 기사입니다.
- 기존에 잘 알려진 도구를 엮어서 사용하는 방법을 소개하기 때문에, Parsing 관련 기술을 학습해야 하는 분들에게 유용합니다.
-
Django React Boilerplate - With Free Samples
- Django와 React를 함께 사용할 예정이라면 이 기사를 참고해보세요.
- POSTMAN을 사용해서 API를 테스트 하는 방법도 함께 소개하고 있고, 튜토리얼 형식으로 진행되기 때문에 Django에 익숙하지 않은 프론트엔드 기반 개발자분들에게 좋을 기사입니다.
JavaScript
-
Best Practices for Logging in Node.js
- Node.js를 사용해서 Logging을 구성하는 좋은 방법을 소개하는 기사 입니다. - 서비스를 구성하는데 Logging 만큼 중요한게 있을까 싶은데, 많은 분들이 '아차!'하는 기능 중 하나입니다. Node.js를 사용하신다면 꼭 읽어보세요.
-
Tree data structure in JavaScript
- JS를 사용해서 Tree 데이터 구조를 활용하는 방법을 소개하는 기사 입니다.
- Tree 데이터 구조를 처음 접하신다면 추천합니다.
Mobile
-
Kotlin’s Flow in ViewModels: it’s complicated
- ViewModel과 LiveData를 튜토리얼 형식으로 소개하는 기사 입니다.
- ViewModel과 관련된 것으로 Jetpack Compose navigation architecture with ViewModels과 Coroutines under the hood를 참고하시면 좋을 듯 합니다.
-
Exploring SwiftUI map custom annotations
- SwiftUI를 사용해서 지도의 '핀' 또는 '표시'를 수정할 수 있는 방법을 튜토리얼 형식으로 제공합니다.
OOP
-
Challenges & Solutions for Migrating Java Apps to Reactive
- Spring Boot에서 작성한 애플리케이션을 WebFlux로 재작성한 경험을 소개하는 기사입니다.
-
- Kotlin의 Set 컬렉션을 소개하는 기사 입니다.
Etc
- It’s time to move your applications to Java 17. Here’s why—and how.
- Jetpack Compose: Building Grids
- How to build a React portfolio that gets you a job
- A Complete Beginner's Guide to GraphQL
- How to Persist JWT Tokens for Your SaaS Application
- Why Electron apps are fine
- Building reactive systems with Node.js
- Using Passport for authentication in Node.js
- Best Practices for Flask API Development
- A Streamlit Dashboard for the Alpaca API Algo Trading Platform
- Low-Level Cache API in Django
- Simulating a Direct Digital Frequency Synthesizer in Python