Posts

12 Sep 2025

Is it possible for a stablecoin to be the next big thing in Korea?

I am not sure stablecoin will be a game changer in Korea if they deal with stablecoin traditionally.

14 Aug 2025

Context Engineering: How to Use AI Effectively

This post introduces the concept of ‘Context Engineering’—beyond ‘Prompt Engineering’—to fully leverage AI’s potential and optimal AI utilization methods based on it.

7 Aug 2025

The Current State of Stablecoins: Market Structure and Key Players

This post analyzes and tracks the current state of stablecoins, including their market structure, key players, and future prospects.

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.

19 Mar 2025

Should You Really Get a MacBook?

This post explores whether a MacBook truly fits your needs, budget, and lifestyle — especially if you’re a student or aspiring developer.

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