위코드 부트캠프 첫 번째 날
레이아웃을 담당하는 속성 : position, display, float 에 대해 알아보자.
웹페이지에 이미지를 넣을 때, <img> 태그를 사용하는 것과 <div> 태그에 background-image 속성을 추가하는 것 중 뭐가 더 나을까?
Python의 Data types, Math Operators, Print 방법들에 대해 알아보자.
위치인수, 가변인수의 종류와 위치에 대해 알아보자.
Python 자료형 중, set 과 dictionary / list 와 tuple 의 공통점 및 차이점을 알아보자
python 의 import 가 어떻게 패키지와 모듈을 찾는지 그 과정에 대해 알아보자.
__init__.py 의 역할에 대해 알아보자.
Python 의 Decorator 에 대해 알아보자. Decorator 는 chain of functions 즉, 여러개의 함수가 자동으로 연속적으로 호출되게하는 기능을 한다.
chrome 개발자도구 (DevTools) 에 대해 알아보자.
RDBMS 관계형 데이터베이스 관계형 데이터베이스란 테이블(table)로 이루어져 있으며, 이 테이블은 키(key)와 값(value)의 관계를 나타낸다. 데이터의 종속성을 관계(relationship)로 표현하는 것이 관계형 데이터베이스의 특징이다.
Starbucks drinks Page Modeling Review
stateless 한 service 에 대해 알아보자.
쿠키와 토큰의 개념에 대해 간단히 알아보자.
How to handle Django Secret Key?
How to use Django models.ManyToManyField properly? and how to access two different models respectively?
What to consider before choosing between websocket vs ajax?
How the Web works?
How to use RegEx for validating email and password.
How do we manage errors with logger? Make your custom Debugger !
how to remove ignored files on Github repository?
What is 'related_name' and how to use this in ManyToManyField? + naming convention for 'related_name'
How to use django orm Q object ? Let's take a look at usage with login logic.
Django user Authentication using one-way encryption with Bcrypt
JWT Authorization, Pros and Cons and how to use it in Django. + concept of session/cookie
How to make and use Login Auth Check Decorator properly?
When to use Shallow Copy in python?
How to use Setdefault() , sorted() methods and when ?
How to set attributes to certain object and how to check those?
THINGS TO REMEMBER WHEN USING HAVING CLAUSE
Python Django, How to make a recursive model(self-referencing model)? Let's take an example of the idea of instagram follower- followee system.
How to manage Django migration conflicts?
Django save() didn't work because ...
분명 {'message': 'SUCCESS'} 라는 메시지와 status=204 라는 메시지를 return 했는데 프론트에서는 No Content 라는 메시지만 오고, message 내용이 절대 안온다는 것이였다.
How to push data to db server in a decent manner?
Django get_or_create() error, why it happens and how to solve it ?
Unknown collation "utf8mb40900_ai_ci"
When does the transaction.atomic rollback logic works and when does not?
Python Django Kakao API Login Only Backend side Without Frontend
1. Postman 으로 API 요청 테스트 2. 성공하면 해당 API 요청을 save 하기 3. 공유하기 스크럼 작업 스케줄 관리 공간인 Trello 에 프론트 팀원들이 키값을 알 수 있도록 공유했다.
프론트 단에서 카카오 map 에 가게 마커를 표시하는 과정에서 벌어진 문제였다. 프론트에서는 카카오 map api 로 가게가 영역 내에 있을 때 백엔드로 부터 가게 좌표와 정보를 받아와 해당 좌표에 마커를 표시한다.
How to mock requests.get?
How to use select_related, prefetch _related with query logging ? Let's take a look to see how many queries have decreased.
what are the vulnerabilities of using cookie for auth?
sql indexing, why do we use it ?
Programmers - SQL JOIN PROBLEM
INNER JOIN? OUTER JOIN? Let's rock it
Programmers INNER JOIN, OUTER JOIN PROBLEM
Redis get all keys
Django standalone file settings
Candle Chart with DB level, 16 times faster than APP level
orm error solve
Python string -> Immutable object
파이썬 패키지 모듈을 인식하지 못하는 오류가 생겼다.파이썬 스크립트에 sys.path.append 를 추가해주는 방법도 있지만,환경변수 추가를 함으로써 스크립트를 깔끔하게 유지하기로 했다.
lambda binding & functools.partial