Maria Santos
Backend Developer
Hakkında
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 tarafından yazılar
Python'da json.dumps() ile JSON formatlama: pprint, orjson, sort_keys, ensure_ascii, json.tool CLI ve özel tipler. Python 3.8+ kod örnekleri.
Python base64.b64decode() ile Base64 çözme rehberi. URL-safe çözme, padding düzeltme, dosyalar, HTTP yanıtları ve yaygın hatalar. Python 3.8+ örnekleri.
Python'da Base64 encode etmeyi öğrenin. b64encode, urlsafe_b64encode, JWT segmentleri, büyük dosyalar ve pybase64 ile örnekler içeren kapsamlı kılavuz.
Python'da uuid.uuid4() ile UUID v4 oluşturun. UUID nitelikleri, doğrulama, JSON serileştirme, Pydantic, toplu üretim ve uuid-utils. Python 3.8+.
Python'da csv.DictWriter ve pandas json_normalize ile JSON'dan CSV'ye dönüştürme. İç içe JSON, ijson streaming, CLI komutları ve yaygın hatalar.