Maria Santos
Backend Developer
Om
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.
Artiklar av Maria Santos
Formatera JSON i Python med json.dumps(indent=4). Täcker pprint, orjson, sort_keys, ensure_ascii, json.tool CLI och streaming. Python 3.8+.
Avkoda Base64 i Python med base64.b64decode(). URL-säker avkodning, paddingfel, filer, HTTP-svar och vanliga misstag. Python 3.8+-exempel.
Lär dig base64.b64encode(), urlsafe_b64encode() och encodebytes() i Python. Med exempel för filer, JWT:er, HTTP-headers och vanliga misstag.
Generera UUID v4 i Python med uuid.uuid4(). Täcker UUID-attribut, validering, JSON-serialisering, Pydantic, massgenerering och uuid-utils. Python 3.8+.
Konvertera JSON till CSV i Python med csv.DictWriter och pandas json_normalize. Täcker nästlad JSON, streaming med ijson, CLI-kommandon och vanliga misstag.