Backend developer Hongreat's blog, built with Next.js and Tailwind.css, contributing to AI and MLOps while sharing insights on modern development practices.
Popular Posts
These are the most popular posts.
Latest Posts
- Published on
Celery Beat와 django-celery-beat 간에 변수들을 보고 느낀 궁금증들을 푸는 과정에서 배운점들을 기록합니다.- Published on
이 글에서는 불필요한 중복 쿼리를 최대한 효율적으로 개선하여 Serializer를 커스텀하고 쿼리를 덜 낭비하는 방법을 기록합니다.- Published on
Django admin JSONField를 개선한 과정을 기록합니다.- Published on
Python 3.7 버전 세팅과정에서 설정하면서, conda 가상환경 생성 에러를 만났습니다. 잘못되어 있었던 condarc 설정을 수정한 과정을 기록합니다.- Published on
PR을 실수로 승인 처리 했을 때 깔끔하게 되돌리는 과정을 알아봅니다.- Published on
SerializerMethodField로 작성된 API 스키마를 유지하면서 성능 문제를 해결한 과정을 기록했습니다.- Published on
Django에서 401 Unauthorized 오류를 일으키는 곳을 알아보고 그것을 통제하는 방법을 기록합니다.- Published on
Serializer를 사용하는 기본적인 방법부터, JSONField와 JSONObject를 활용해 복잡한 구조를 효율적으로 다루는 방법을 기록합니다.