ASAbhiram Satputeinabhiramsatpute.hashnode.dev·Apr 11 · 15 min readFrom Terraform to Traffic: A Full CI/CD Pipeline for Node.js on AWS with Docker and GitHub ActionsIntroduction "It works on my machine" is the most expensive sentence in software. The cure isn't more discipline — it's a pipeline that makes deployment so boring it can't fail interestingly. In this 00
ASAbhiram Satputeinabhiramsatpute.hashnode.dev·Apr 5 · 6 min readBonus Chapter : Building an IBC Bridge Monitor - Part 4: Production Best Practices and OperationsIntroduction In the first three parts of this series, we built a full-stack IBC Bridge Monitor from the ground up: Part 1: local multi-chain setup with wasmd and Hermes Part 2: Rust backend indexer 00
ASAbhiram Satputeinabhiramsatpute.hashnode.dev·Mar 7 · 6 min readBuilding an IBC Bridge Monitor - Part 3: Futuristic React FrontendIntroduction In the previous parts, we established the blockchain nodes and created a multi-threaded Rust backend to index the cross-chain data. Now we bring it all to life. In this final part, we con00
ASAbhiram Satputeinabhiramsatpute.hashnode.dev·Jan 26 · 6 min readBuilding an IBC Bridge Monitor - Part 2: A Multi-Threaded Rust & Axum BackendIntroduction In Part 1, we successfully deployed a cross-chain testnet using CosmWasm and the Hermes relayer. Now, we face an engineering challenge: how do we actively monitor the packets moving acros00
ASAbhiram Satputeinabhiramsatpute.hashnode.dev·Jan 8 · 8 min readBuilding an IBC Bridge Monitor - Part 1: Establishing the Cross-Chain TestnetIntroduction Interoperability is the frontier of blockchain infrastructure. The Inter-Blockchain Communication (IBC) protocol is widely considered the gold standard for secure, permissionless cross-ch00