Hi!

글 글 글!

Posts

3 Apr 2025

(python) SQLAlchemy 알아보기 (2) Engine

engine / 생성(create_engine) / 주요 파라미터 / connect() / begin() / dispose()

18 Mar 2025

(python) SQLAlchemy 알아보기 (1) Dialect & Pool (connection pooling)

overview / core / dialect / connection pooling

10 Dec 2024

(python) DB API (PEP249)와 구현체들 (sqlite3, pymysql, mysqlclient)

DB API (PEP 249) / 주요 구현체 (Drivers)

19 Sep 2024

(setting) 맥북 초기 설정 기록하기 (homebrew, zsh, powerlevel10k, python)

homebrew / 터미널 관련 / 간단한 개발환경 세팅 /기타 맥북 설정

1 Sep 2024

(web) SPA에 대하여 (장단점, routing, 개선방법)

SPA란 / SPA의 단점을 개선하는 방법 / 정리

25 Aug 2024

(python) wsgi 웹 서버 직접 만들어보기

CGI를 pythonic하게 해석한 wsgi 인터페이스를 알아보고 wsgi 기반의 웹 어플리케이션과 서버를 구현해보자.

18 Aug 2024

어플리케이션이 웹 어플리케이션이 되는 방법(feat. cgi, wsgi, servlet)

우리가 작성한 어플리케이션(혹은 code/script)은 어떻게 HTTP 요청에 응답할 수 있을까?

13 Aug 2024

(python) poetry 입문과 사용법 (2)

pyenv와 조합 /poetry 기반 프로젝트 개발하기 / dependency-group

12 Aug 2024

(python) poetry 입문과 사용법 (1)

종속성 관리의 필요성 / poetry의 등장 / 주요 명령어 정리 / lock 파일

11 Aug 2024

(blog) hugo와 git submodule을 이용한 깃허브 블로그 구축기

hugo? / github pages / 블로그 초기화 과정