Maria Santos
Backend Developer
소개
Maria is a backend developer specialising in Python and API integration. She has broad experience with data pipelines, serialisation formats, and building reliable server-side services. She is an active member of the Python community and enjoys writing practical, example-driven guides that help developers solve real problems without unnecessary theory.
Maria Santos의 글
json.dumps(indent=4)로 Python에서 JSON 포매팅하기. pprint, orjson, sort_keys, ensure_ascii, json.tool CLI, 커스텀 타입, 대용량 파일 스트리밍 완벽 가이드. Python 3.8+ 코드 예제.
Python base64.b64decode()로 Base64 디코딩하기. URL-safe 디코딩, padding 수정, 파일 처리, HTTP 응답, 흔한 실수까지 완벽 정리. Python 3.8+ 예제.
Python base64 모듈 심층 분석: b64encode, urlsafe_b64encode, encodebytes 차이점, JWT 세그먼트 인코딩, 대용량 파일 청크 처리, 그리고 가장 흔한 네 가지 실수와 해결 방법.
uuid.uuid4()로 UUID v4 생성. UUID 속성, JSON 직렬화, Pydantic, uuid-utils. Python 3.8+.
Python에서 csv.DictWriter와 pandas로 JSON을 CSV로 변환. 중첩 JSON, ijson, CLI 포함.