Writing
Thoughts on Go, blockchain development, Hedera, and the occasional deep dive into distributed systems.
Hedera Token Service: Fungible Tokens, Stablecoins, and Governance
The Hedera Token Service handles fungible tokens natively – no Solidity required. MrBns explains how to issue, distribute, and manage tokens on Hedera.
Building NFTs on Hedera: A Complete Guide Using the Token Services
Hedera's Token Service (HTS) lets you mint NFTs without deploying a smart contract. MrBns walks you through the entire flow – from account setup to minting to transfer.
Go Error Handling: Writing Robust Blockchain Services
Go's explicit error handling looks verbose at first, but it forces you to think about failures upfront – exactly what you need when building financial-grade blockchain backends.
Go Concurrency: Goroutines and Channels Explained
Goroutines are Go's superpower. Learn how MrBns uses them to build high-throughput blockchain data pipelines and real-time services.
Getting Started with Go: A Practical Introduction for Web Developers
Go (Golang) combines the simplicity of a scripted language with the performance of a compiled one. Here is why MrBns uses it for backend systems.