Tag: rust
All the articles with the tag "rust".
Secure your rust code with Trivy: local scan and gitHub actions ci/cd
Published: at 03:00 PMLearn how to use Trivy to scan your tust project for vulnerabilities, from a quick local scan to a fully automated gitHub actions pipeline.
Optimizing docker images for Rust production ready deployment
Published: at 02:30 PMAfter migrating to self-hosted VPS with Kamal Deploy, my disk filled up fast. Here's how I optimized Rust docker images and automated cleanup.
ECDSA Signatures in Bitcoin
Published: at 02:27 PMLearn how ECDSA digital signatures secure Bitcoin transactions, with clear explanations and practical Rust code for key generation, signing, and verification.
Bitcoin & Elliptic Curves for Developers
Published: at 02:00 AMDiscover how secp256k1 elliptic curve secures Bitcoin transactions, with key generation, digital signatures, and verification