Security, Rust, AI Engineering, and DevOps Notes

This blog covers malware analysis, Rust, AI harness/tooling work, and DevOps. Posts are organized in Korean and English around document malware research, Rust learning guides, AI system operations, Docker, and operations automation.

Focus Areas

Recent posts

Rust 13. Build a Small CLI Project

5 minute read

Practical Rust guide to building a small word counter CLI by combining project structure, file input, collections, and tests.

Rust 10. Testing in Rust

4 minute read

Beginner-friendly Rust testing guide to cargo test, unit tests, integration tests, assert_eq!, and Result-based tests.