분류 전체보기190 github access token 으로 인증방식 변경 https://tomatohj.tistory.com/19 GITHUB Access Token을 이용하여 push 하기 나는 보통 git을 통해 github에 push를 할때, ID/PW 방식을 이용한 Basic authentication 방식을 사용하고 있었다. (보안상 매우 좋지 않습니다. 귀찮아서 계속 미루고 있던 상황) 오늘도 역시나 Basic authentica. tomatohj.tistory.com 얼마전 변경된 방식으로 인해 비밀번호에서 엑세스 토큰을 통한 푸시 등 방식이 수정되었습니다. 2021. 8. 18. Define and Access the Database(데이터베이스 정의와 접근) https://flask.palletsprojects.com/en/2.0.x/tutorial/database/ Define and Access the Database — Flask Documentation (2.0.x) Define and Access the Database The application will use a SQLite database to store users and posts. Python comes with built-in support for SQLite in the sqlite3 module. SQLite is convenient because it doesn’t require setting up a separate database server flask.palletsproject.. 2021. 8. 18. 플라스크 2.0 공식튜토리얼 번역- Blueprints and Views(청사진과 뷰) https://flask.palletsprojects.com/en/2.0.x/tutorial/views/ Blueprints and Views — Flask Documentation (2.0.x) Blueprints and Views A view function is the code you write to respond to requests to your application. Flask uses patterns to match the incoming request URL to the view that should handle it. The view returns data that Flask turns into an outgoing response flask.palletsprojects.com 청사진(B.. 2021. 8. 18. DDD - 도메인 주도 설계 https://www.youtube.com/watch?v=VIfNipL5KkU 도메인 전문가 + 개발자 - > 소프트웨어 개발 복잡한 도메인에서 서브도메인으로 복잡성을 분리 협업을 통한 문제 해결을 강조. https://www.youtube.com/watch?v=TdyOH1xZpT8 https://www.youtube.com/watch?v=U8DIk-AQlWY 도메인주도 설계란 무엇인가? - 아샬 https://www.youtube.com/watch?v=N3NSISzolSw 2021. 8. 15. 이전 1 ··· 35 36 37 38 39 40 41 ··· 48 다음