내 맘대로 위클리 뉴스 - 2019년 24주(2019.6.10 - 2019.6.16)
Python
-
Improve Serialization Performance in Django Rest Framework
- Django의 DRF를 사용하시는 분들에게 추천하고 싶은 기사로 작은 몇가지 변화로 큰 성능을 얻을 수 있는 방법을 소개하는 기사
-
Solving Programming Puzzles without using your Brain
- 파이썬을 사용해서 프로그래밍 문제를 해결하는 과정을 자세히 소개하는 기사
JVM
-
Immutable Collections In Java – Not Now, Not Ever
- JDK에서 Immutable을 고민하셨다면 이 기사를 참고해보자!
-
A Short History of Android and Reactive Programming: Coroutines Edition
- 안드로이드와 반응형 프로그래밍의 짧은 역사를 되돌아보는 기사
JavaScript
-
Building a Dynamic Tree Diagram with SVG and Vue.js
- Vue.js와 SVG를 사용해서 트리 형태로 데이터를 표현하는 과정을 자세히 소개하는 기사
-
How to Build a Group Chat App with Vue.js
- Vue.js로 채팅앱을 만드는 과정을 소개하는 기사
Etc
- Optimizing Postgres full text search in Django
- Writing a Toy Backend Compiler for PyTorch
- Docker demystified
- Building a Image Endpoint for Geo Markers in Spring Boot
- Exercises in Programming Style, recursion
- Top 20 String Coding Problems from Programming Job Interviews
- #HOWTO: CRUD APPLICATION WITH SPRING BOOT 2.2, JAVA 11 AND H2
- 10 Data Structure and Algorithms Articles Beginners Should Read this Weekend
- An introduction to the MediaRecorder API