All posts

#rust

5 posts
python||5 min read

Beyond the Panic: Hardening the Rust SDK

TL;DR Engineering is often the art of managing the "unhappy path." This week was a...

pythonrustrefactoring
Read
typescript||6 min read

Simulating P2P Attacks and Teaching AI to Resume Sessions

TL;DR It’s been one of those weeks where the terminal never really closed. I clocked 78...

typescriptrustp2p
Read
githubchallenge||16 min read

I Built a TUI That Makes Rust Code Inspection Feel Like Magic ✨

This is a submission for the GitHub Copilot CLI Challenge The "Why Did I Build This?"...

githubchallengegithubcopilottui
Read
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