- pt-online-schema-change 1년 사용 후기 (절망편) Review of pt-online-schema-change in last year (despair part)
- More Pythonic #3 - generator More Pythonic #3 - generator
- More Pythonic #2 - Duck Typing, iterator More Pythonic #2 - Duck Typing, iterator
- More Pythonic #1 - comprehension More Pythonic #1 - comprehension
- Polymorphic? Generic Relations with Django Polymorphic? Generic Relations! with Django
- Goodbye 2019. Hello 2020! Goodbye 2019. Hello 2020!
- Online Schema Change Online Schema Change
- Goodbye 2018. Hello 2019! Goodbye 2018. Hello 2019!
- Planet Hackathon 후기 Review of Planet Hackathon
- Django에서 DB 액세스 최적화하기 Optimize DB access in Django
- Django에서 F() 객체 알아보기 F expressions in Django
- Mocking 알아보기 with Python Mocking with Python
- Django view 안에서 쿼리 개수 확인하기 Get query count in Django view
- Goodbye 2017. Hello 2018! Goodbye 2017. Hello 2018!
- select related, prefetch related 그리고 debug toolbar select related, prefetch related and debug toolbar
- 테스트 초보의 테스트 삽질기 with Django Newbie’s test shovel with Django
- Django 나만의 Management Command 만들어보기 Make my management command in django
- django-allauth 소셜로그인 후의 redirect에 대해 About redirect after social auth at django-allauth
- Hackathon에 대한 회고 Review about Hack-a-thon
- Django 에서 ALLOWED_HOSTS 관련 문제 Problem about ALLOWED_HOSTS in django
- Goodbye 2016. Hello 2017! Goodbye 2016. Hello 2017!
- pyenv, virtualenv, autoenv 를 사용하여 Python 개발환경 구축하기 Building a develop environment using pyenv, virtualenv, autoenv
- Django Girls Seoul 11월 세미나 발표자 후기 Review about Django Girls Seoul Nov seminar
- Django Girls Seoul 11월 세미나 발표자를 맡게 되었습니다! I’m presenter at Django Girls Seoul Nov seminar
- Bootstrap 없이 Clipboard.js 적용하기 Applying Clipboard.js without Bootstrap
- django South에서 Migration으로 넘어가기 Moving from django South to Migration
- django 1.6에서 1.10(1.11)로 마이그레이션 할 때 막혔던 부분 정리 Cleanup when I migrated from django 1.6 to 1.10 (1.11)
- Django에서 SECRET_KEY 관리하기 Manage SECRET_KEY in Django
- Django에서 settings.py 여러 개로 분리하기 Splitting settings.py into mutiple pieces in Django
- TDD(Test-Driven Development) 알아보기 Studying TDD(Test-Driven Development)
- macOS 에서 oh my zsh와 iTerm2 사용하기 Using oh my zsh and iTerm2 in macOS
- macOS 에서 Sublime Text3 사용하기 Using Sublime Text3 in macOS
- Mac에서 Homebrew 설치하고 사용하기 Using Sublime Text3 in mac OS
- Ubuntu에서 virtualenv + virtualenvwrapper 사용해서 python 개발환경 세팅하기 Building a develop envrionment using virtualenv, virtualenvwrapper in Ubuntu
- EC2에서 Nginx + uWSGI로 python3로 작성한 django project 배포하기 Deploying django project made by python3 using Nginx + uWSGI
- django 에서 S3에 Static, media 파일 저장하고 사용하기 Serving media files in django using S3
- django 에서 PostgreSQL 사용하기 Using PostgreSQL in django
- Ubuntu에서 PostgreSQL 사용하기 Using PostgreSQL in Ubuntu
- Python 기초 문법 알아보기 - 2 Studying python basic grammer - 2
- Python 기초 문법 알아보기 - 1 Studying python basic grammer - 1
- Python 개발환경 세팅하기 Building a Python development environment