내 맘대로 위클리 뉴스 – 2019년 36주(2019.8.25 – 2019.8.31)
Python
- What’s up with Gunicorn
- WSGI(Web Server Gateway Interface) 구현 중 하나이며 일반적으로 Python 웹 응용 프로그램을 실행하는 데 사용되는 Gunicorn에 대해서 자세히 소개하는 기사
- Instagram과 대규모 서비스에서도 사용할만큼 유명한 제품이니 Python으로 웹 개발을 하신다면 꼭 읽어보자
- Typechecking Django and DRF
- Django와 DRF를 사용하면서 타입체킹을 사용하고 싶다면 이 기사를 참고해보자
- Improve your tests in Django with fakes and factories
- 테스트에 사용될 임의의 데이터를 쉽게 만들고 싶다면 이 기사를 참고하자
JVM
- DEFAULT MAP IN KOTLIN
- Kotlin에서 제공하는 default map을 쉽게 사용할 수 있도록 snippet을 제공
- Implementing Dark Mode
- 다크 모드를 적용하면서 겪는 몇 가지 장애의 원인, 방법 및 이유를 소개하는 기사
JavaScript
- Building a Node API with stateless authentication
- Node.js에서 JWT를 쉽게 구현하는 방법을 소개하는 튜토리얼 기사
- Vue.js Powered Data Model and Query Builder
- Vue.js에서 데이터 모델을 쉽게 생성하는 방법을 소개하는 튜토리얼 기사
Etc
- Your Guide to the CPython Source Code
- Refactoring to Multiple Exit Points
- Python 3 Readiness
- How to Use Python Lambda Functions
- Insider trading visualised with Python & sec-api.io
- Building an Image Hashing Search Engine with VP-Trees and OpenCV
- An Introduction to Memoization in JavaScript
- SQLDelight 1.x Quick Start Guide for Android
- All the New ES2019 Tips and Tricks
- A repository showcasing the new Vue 3.0 Composition API with simple examples
Array