dev

11 Nov 2025

Comparison of Go HTTP Libraries: fasthttp vs net/http

Which one is better: fasthttp vs net/http?

21 Sep 2025

Automatically Switch to English When Pressing ESC in Vim with Hammerspoon

Sharing my experience of improving productivity by creating a custom script using Hammerspoon

17 Sep 2025

Creating a Vim Cheatsheet VSCode Extension Using Claude Code

Sharing my experience of building a VSCode extension using Claude Code.

15 Sep 2025

Tiny dApp without Frontend knowledge, using only AI

Created a new dApp, without knowledge of frontend, using only AI.

25 Mar 2025

Loop Labels in Rust

Learn how to avoid confusion in complex loop structures with labels.

22 Mar 2025

Difference of Blocks vs Closures in Rust

This post breaks down their differences, when to use each, and how they compare to Go’s func().

20 Mar 2025

Comparison of String in Rust and Go

Let’s compare how strings work in Rust and Go.

18 Mar 2025

Error Handling in Rust

Learn how to handle errors in Rust using unwrap, expect, and unwrap_or.

17 Mar 2025

Macros in Rust

Let’s understading How macros in Rust work and comparing with C language

16 Mar 2025

Inline Functions in C

Inline function is used for performance optimization, encapsulation, and reduced stack usage