Dmitri Volkov
DevOps Engineer & Python Automation Specialist
نبذة
Dmitri is a DevOps engineer who relies on Python as his primary scripting and automation language. He builds internal tooling, CI/CD pipelines, and infrastructure automation scripts that run in production across distributed teams. He writes about the Python standard library, subprocess management, file processing, encoding utilities, and the practical shell-adjacent Python that DevOps engineers use every day.
مقالات Dmitri Volkov
فك تشفير JWT في Python باستخدام PyJWT jwt.decode(). يغطي التحقق من HS256/RS256، فك التشفير بدون تحقق، base64 اليدوي، python-jose والأخطاء الشائعة.
جزّئ النصوص والملفات بـ SHA-256 في Python باستخدام hashlib.sha256(). يشمل HMAC-SHA256 وفحص صحة الملفات وتشفير Base64 ومكتبة cryptography.
توليد والتحقق من HMAC-SHA256 في Python باستخدام hmac.new(). يشمل hmac.digest()، compare_digest()، Base64، SHA-512، التحقق من الـwebhooks، وتوقيع API.