Development Notes for Rust, AI Engineering, and DevOps

Archive of development posts covering Rust learning guides, AI Engineering, DevOps, and practical troubleshooting.

This section combines Rust learning guides with operational writing about AI Engineering and DevOps. The goal is to keep setup notes, language fundamentals, debugging guides, and system-design essays easy to discover by topic.

Core Topics

Suggested Reading

Threat modeling AI coding agents

3 minute read

Explains Threat modeling AI coding agents with official documentation, operational checks, and limitations.

What should an agent trace record?

3 minute read

Explains which inputs, permissions, tool calls, guardrails, approvals, and verification results an agent trace should record.

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.