Founder and engineer at Principle Alchemy — a new development agency focused on creating impactful services that make a meaningful difference in the everyday lives of real people.
Previously: Senior Engineer at Okta, where I led developer experience, authentication and authorization initiatives across Auth0 and OpenFGA. Before that, I helped build developer tools and crisis-response systems at Ushahidi, an experience that shaped my focus on security, privacy, and human-centered engineering.
Passionate about open source, digital wellbeing, and designing systems that last. Former game designer turned builder of better worlds — one product at a time.
const PRONOUNS: &[&str] = &["he", "him"];
struct Evan;
impl Evan {
fn languages(&self) -> Vec<&'static str> {
vec![
"rust", "go", "typescript", "python", "php",
"react", "svelte", "next.js", "tailwind",
"postgresql", "docker", "kubernetes",
]
}
fn philosophy(&self) -> &str {
"Craft with purpose. Build with empathy. Leave things better than you found them."
}
}🌐 evansims.com · LinkedIn · Bluesky · X






