"In Rust we trust."
Pharmacist by day. Rustacean by passion.
I write safe, fast, concurrent code β and occasionally dispense medication.
- π₯ Hospital pharmacy meets systems programming
- π¦ Rust is home β ownership model clicks with my brain
- π± Also vibing with Haskell and functional paradigms
- π» Building healthcare tools with Vue.js + a Rust backend someday
- β‘ The borrow checker has never been wrong. I have.
[dependencies]
primary = "Rust π¦"
frontend = ["Vue.js", "Astro", "TypeScript"]
styling = ["TailwindCSS", "Pinia"]
also_love = ["Haskell"]
tools = ["Vite", "Vercel", "Git"]struct CurrentFocus {
deep_dive: &'static str,
building: &'static str,
reading: &'static str,
}
const ME: CurrentFocus = CurrentFocus {
deep_dive: "Rust Systems Programming",
building: "Healthcare Tools (Rust backend, someday)",
reading: "The Rustonomicon",
};

