Python

celery 기초
Celery 첫 걸음마 떼기 (1/2)

celery와 rabbitmq 연동하기
Python Celery & RabbitMQ Tutorial

잘 사용하지 않아서 생소한 것들.. 정리해보자
슬기로운 파이썬 트릭 2 - 효과적인 함수

플라스크 성능에 관한 정리
A Flask Full of Whiskey (WSGI)

celery import 가 잘 안된다.
Django: ImportError: cannot import name ‘Celery’ from ‘celery’

Django, ImportError: cannot import name Celery, possible circular import?

提示

답은 celery.py 로 파일 명을 정하면 import 에러가 나는 문제였다…
Django - ImportError: cannot import name Celery

celery 돌릴때 import 에러
[파이썬 상대경로 import 에러] ImportError: attempted relative import with no known parent package

celery 모듈 경로
关于celery的bug解决方法:AttributeError: module ‘celery_tasks’ has no attribute ‘celery’

Android

다국어에 대한 처리
Styling internationalized text in Android

Gson 버리기?
Why I ditched beloved Gson for my Kotlin project

rxjava에서 coroutine으로 넘어가기
RxJava to Coroutines: end-to-end feature migration

recyclerview 모던하게 사용하기
RecyclerView 2020: a modern way of dealing with lists in Android using DataBinding — Part 2