Engineer, Writer, and Bassist. Seeking my own path rather than following the crowd. I value deep reflection, playing the bass, and the cozy life with my wife and Leo(🐶).

Posts

14 Mar 2025

Defer doesn’t always reflect the latest value in Go

Learn common issues when using defer in Go.

13 Mar 2025

Goroutine Synchronization in Go

sync.Cond is a condition variable that helps synchronize multiple goroutines.

12 Mar 2025

How to track gas consumption in Cosmos SDK

Cosmos SDK provides a GasKVStore that tracks gas consumption in real-time during transaction execution.

9 Mar 2025

Comparison of Channel Iteration in Go

Let’s compare different methods for reading from channels in Go.

6 Mar 2025

The Power of Daily Plan

Yeah, I always try to plan my day, but failed to do so.

2 Mar 2025

Slice Initialization and Capacity in Go

This guide explains how length, capacity, and the append function work together when using slices in Go.

26 Dec 2024

DOG(Dynamic Optimal Graph) in CometBFT

DOG(Dynamic Optimal Graph) is a gossip protocol for CometBFT reducing bandwidth consumption.

17 Dec 2024

Narwhal: Scalable Blockchain Data Propagation with DAG-Based Design

Narwhal is a DAG-based mempool for faster and scalable BFT consensus.

2 Dec 2023

Importance of using interface while using go

Interface is the most fascinating feature of go.

22 Aug 2023

Custom Errors in Solidity: A Gas-Efficient Alternative

Custom errors are a new feature in Solidity v0.8.4 that allow developers to define custom error types.