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 के लेख
PyJWT jwt.decode() से Python में JWT डीकोड करें। HS256/RS256 वेरिफिकेशन, अनवेरिफाइड डीकोड, मैनुअल base64, python-jose और सामान्य गलतियाँ।
Python में hashlib.sha256() से स्ट्रिंग और फ़ाइलें SHA-256 हैश करें। HMAC-SHA256, फ़ाइल चेकसम, Base64 डाइजेस्ट, और cryptography लाइब्रेरी शामिल।
Python में hmac.new() से HMAC-SHA256 जनरेट और वेरीफाई करें। hmac.digest(), compare_digest(), Base64, SHA-512, webhook वेरीफिकेशन और API साइनिंग शामिल।