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() দিয়ে স্ট্রিং ও ফাইল হ্যাশ করুন। HMAC-SHA256, ফাইল চেকসাম, Base64 ডাইজেস্ট এবং cryptography লাইব্রেরি কভার করা হয়েছে।
Python-এ hmac.new() দিয়ে HMAC-SHA256 তৈরি ও যাচাই করুন। hmac.digest(), compare_digest(), Base64, SHA-512, webhook যাচাই এবং API সাইনিং কভার করা হয়েছে।