All posts
#systems-programming
2 postsrust5python4ai3webdev3mcp2discuss2systems-programming2opensource2beginners2datascience2refactoring1consistency1typescript1p2p1backend1devchallenge1notionchallenge1githubchallenge1githubcopilot1tui1meta1writing1open-source1programming1agentaichallenge1career1motivation1codenewbie1cli1patterns1fastapi1api1automaton1discord1learning1community1
rust||2 min read
Building a CLI Tool in Rust
A deep dive into building command-line tools with Rust — from argument parsing with clap to colored output and error handling.
rustclisystems-programming
Read
rust||3 min read
Understanding Rust Error Handling
A practical guide to error handling in Rust — from Result and Option to anyhow and thiserror, with real-world patterns.
rustsystems-programmingpatterns
Read