profile
Backend Developer

Python lambda binding to local variables problem

lambda binding & functools.partial

2021년 6월 3일
·
0개의 댓글
·
post-thumbnail

Linux Environment Variable setting

파이썬 패키지 모듈을 인식하지 못하는 오류가 생겼다.파이썬 스크립트에 sys.path.append 를 추가해주는 방법도 있지만,환경변수 추가를 함으로써 스크립트를 깔끔하게 유지하기로 했다.

2021년 5월 26일
·
0개의 댓글
·

Python replace method with immutable object

Python string -> Immutable object

2021년 5월 20일
·
0개의 댓글
·

Django ORM query Error solve

orm error solve

2021년 5월 2일
·
0개의 댓글
·
post-thumbnail

TIL DAY 44 || Stock Candle Chart on DB Level Optimizing

Candle Chart with DB level, 16 times faster than APP level

2021년 5월 2일
·
0개의 댓글
·

TIL DAY 43 || Django Standalone file settings

Django standalone file settings

2021년 4월 30일
·
0개의 댓글
·
post-thumbnail

TIL DAY 42 || Django Channels with Redis

Redis get all keys

2021년 4월 25일
·
0개의 댓글
·
post-thumbnail

TIL DAY 41 || SQL JOIN + GROUP BY Practice

INNER JOIN? OUTER JOIN? Let's rock it

2021년 4월 22일
·
0개의 댓글
·
post-thumbnail

TIL DAY 39 || SQL index

sql indexing, why do we use it ?

2021년 4월 18일
·
0개의 댓글
·
post-thumbnail

TIL DAY 38 || Cookie? JWT? What's your choice

what are the vulnerabilities of using cookie for auth?

2021년 4월 18일
·
0개의 댓글
·

[2차 프로젝트 먹방 21.03.29 ~ 04.09] Project Retrospective

2nd Project MUKBANG, Retrospective

2021년 4월 10일
·
4개의 댓글
·

TIL DAY 37 || Python Django select_related, prefetch_related

How to use select_related, prefetch _related with query logging ? Let's take a look to see how many queries have decreased.

2021년 4월 10일
·
0개의 댓글
·
post-thumbnail

TIL DAY 36 || Python Unittest on Django, How to Mock data

How to mock requests.get?

2021년 4월 10일
·
0개의 댓글
·

TIL DAY 35 || Map range depending on DPI

프론트 단에서 카카오 map 에 가게 마커를 표시하는 과정에서 벌어진 문제였다. 프론트에서는 카카오 map api 로 가게가 영역 내에 있을 때 백엔드로 부터 가게 좌표와 정보를 받아와 해당 좌표에 마커를 표시한다.

2021년 4월 6일
·
0개의 댓글
·

TIL DAY 34 || How to validate input data with Enum Class

How to validate input data with Enum class

2021년 4월 4일
·
0개의 댓글
·

TIL DAY 33 || Postman 으로 API 예제 공유하기

1. Postman 으로 API 요청 테스트 2. 성공하면 해당 API 요청을 save 하기 3. 공유하기 스크럼 작업 스케줄 관리 공간인 Trello 에 프론트 팀원들이 키값을 알 수 있도록 공유했다.

2021년 4월 4일
·
0개의 댓글
·

TIL DAY 32-2 || Kakao Login API with Django

Python Django Kakao API Login Only Backend side Without Frontend

2021년 4월 4일
·
0개의 댓글
·

TIL DAY 32 || [2차프로젝트 먹방 21.03.31]

stuffs I went through

2021년 4월 4일
·
0개의 댓글
·