"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",
};

