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 encoding सीखें। b64encode, urlsafe_b64encode, JWT सेगमेंट, बड़ी फाइलें, pybase64 और 4 सामान्य गलतियों के व्यावहारिक उदाहरण सहित।
Python में uuid.uuid4() से UUID v4 जेनरेट करें। UUID एट्रिब्यूट, validation, JSON serialization, Pydantic, bulk generation, और uuid-utils — Python 3.8+।
csv.DictWriter और pandas json_normalize से Python में JSON को CSV में बदलें। नेस्टेड JSON, ijson स्ट्रीमिंग, CLI कमांड और सामान्य गलतियाँ।