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 في Python باستخدام json.dumps(indent=4). يغطي pprint وorjson وsort_keys وensure_ascii وjson.tool CLI والبث. أمثلة Python 3.8+.
فك ترميز Base64 في Python باستخدام base64.b64decode(). URL-safe، إصلاح padding، الملفات، استجابات HTTP والأخطاء الشائعة. أمثلة Python 3.8+.
تعلّم ترميز Base64 في Python مع أمثلة عملية. يشمل b64encode وurlsafe_b64encode وJWT والملفات الكبيرة والأخطاء الشائعة وبديل pybase64 عالي الأداء.
توليد UUID v4 في Python باستخدام uuid.uuid4(). يشمل خصائص UUID، التحقق من الصحة، تسلسل JSON، Pydantic، التوليد الجماعي، وuuid-utils. Python 3.8+.
تحويل JSON إلى CSV في Python باستخدام csv.DictWriter و pandas json_normalize. يغطي JSON المتداخل والبث مع ijson وأوامر CLI والأخطاء الشائعة.