shruticodes.hashnode.devBitcoin Transactions Made SimpleBitcoin transactions are often described using technical terms like inputs, outputs, UTXOs, and outpoints. The documentation is accurate but it skips over the intuition that beginners actually need. This post explains Bitcoin transactions from the gr...Jan 15·4 min read
shruticodes.hashnode.devAsync in Rust Explained: How It WorksIn this article, we'll explore async programming in Rust from a practical angle. Not the "here's how to use Tokio" basics, but the conceptual understanding you need to confidently work with async code in production. We'll cover what futures are, how ...Dec 16, 2025·9 min read