https://github.com/evansims/evansims
README for my GitHub
https://github.com/evansims/evansims
config github-config
Last synced: 5 months ago
JSON representation
README for my GitHub
- Host: GitHub
- URL: https://github.com/evansims/evansims
- Owner: evansims
- Created: 2021-04-01T01:48:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T02:29:59.000Z (over 1 year ago)
- Last Synced: 2025-03-21T23:43:31.485Z (about 1 year ago)
- Topics: config, github-config
- Homepage: https://evansims.com
- Size: 1.22 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Howdy! Evan here. ๐
Founder at [InferaDB](https://inferadb.com), a next-generation fine-grained authorization system inspired by Google Zanzibar and based on the emerging AuthZEN standard. InferaDB provides a strongly consistent, inference-driven policy engine designed for high scale, low latency, and developer-first integration. Our goal is to make authorization explainable, composable, and programmable - enabling developers to model complex relationships, define policies declaratively or via WASM modules, and deploy secure, auditable access control across distributed systems, APIs, and AI platforms.
Previously: Senior Engineer at [Okta](https://okta.com), where I led developer experience, authentication and authorization initiatives across [Auth0](https://auth0.com) and [OpenFGA](https://openfga.dev). Before that, I helped build developer tools and crisis-response systems at [Ushahidi](https://www.ushahidi.com), 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.
```rust
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](https://evansims.com/) ยท [LinkedIn](https://www.linkedin.com/in/evansims/) ยท [Bluesky](https://bsky.app/profile/evansims.com) ยท [X](https://x.com/evansims)