내 맘대로 위클리 뉴스 - 2019년 25주(2019.6.17 - 2019.6.23)
Python
-
Loop Better: a deeper look at iteration in Python
- 파이썬의 반복문을 좀 더 효율적으로 사용하는 방법을 소개하는 기사
- 완전 강추!
-
Faster Docker builds with pipenv, poetry, or pip-tools
- 도커 이미지를 조금 빠르게 빌드하는 방법을 소개하는 기사
-
10 Simple hacks to speed up your Data Analysis in Python
- 데이터 분석에 유용한 10가지 팁을 소개하는 기사
JVM
-
- AndroidX를 사용해서 지문인식 기능을 구현하는 방법을 소개하는 기사
-
Creating Custom Views in Android
- 안드로이드에서 커스텀 뷰를 만드는 방법을 튜토리얼 형태로 소개하는 기사
-
Speed Up Your Android Project's Gradle Builds!
- 안드로이드 빌드 속도를 높이는 방법을 소개하는 기사
-
Testing Your Database Migrations With Flyway and Testcontainers
- 마이그레이션과 마이그레이션테스트를 수행하는 방법을 소개하는 기사
- 이번주 강추 기사!
JavaScript
-
Web Scraping using Puppeteer and Node
- Puppeteer와 Node를 사용해서 웹을 크롤링하는 방법을 소개하는 기사
-
How to Create a Secure Node.js GraphQL API
- TypeScript와 GraphQL API를 작성하는 튜토리얼 기사
-
Understanding Worker Threads in Node.js
- Node.js의 Worker Threads의 작동방법을 소개하는 짧은 기사
-
Array.prototype.flat and Array.prototype.flatMap
- 중복 배열을 float과 flatMap으로 처리하는 방법을 소개하는 기사
Etc
- So, You want to Contribute to Cpython : Gather here !!
- How to Build Command Line Interfaces in Python With argparse
- Scraping StackOverflow¶
- AI Paris 2019 in one picture
- 99 ways to extend the Jupyter ecosystem
- Long Short-Term Memory: From Zero to Hero with PyTorch
- How to Write a Simple, yet Extensible API
- Towards Better Serialization
- Micro Frontends
- Diving deeper into context-oriented programming in Kotlin
- Value Objects, Service Objects, and Glue
- Introducing Helios for Kotlin
- 20 Books to Learn Java and Related Technologies
- 25 Tips for New Developers: Advice from a (Mostly) Self-Taught Software Engineer
- Better logging with TinyLog 2
- List of (Advanced) JavaScript Questions
- Node.js memory management in container environments
- Intro to VuePress 1.x
- What's New in Mongoose 5.6.0: Immutable Properties
- Why (and how) I ported my iOS app to Vue.js