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 の記事
Pythonで json.dumps(indent=4) を使って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 セグメント生成、大容量ファイルのチャンク処理、よくある 4 つのミスと修正方法を網羅。
PythonでUUID v4を生成。uuid.uuid4()の使い方、UUID属性、JSON直列化、Pydantic連携、uuid-utils活用。3.8+。
Python で csv.DictWriter と pandas を使い JSON を CSV に変換。ネスト JSON、ijson、CLI コマンドを解説。