Dmitri Volkov
DevOps Engineer & Python Automation Specialist
À propos
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.
Articles de Dmitri Volkov
Décodez des JWT en Python avec PyJWT jwt.decode(). Couvre vérification HS256/RS256, décodage non vérifié, base64 manuel, python-jose et les erreurs courantes.
Calculez des hachages SHA-256 en Python avec hashlib.sha256(). HMAC-SHA256, sommes de contrôle, Base64 et la bibliothèque cryptography.
Générez et vérifiez HMAC-SHA256 en Python avec hmac.new(). Couvre hmac.digest(), compare_digest(), Base64, SHA-512, vérification de webhooks et signature API.