8000 evansims (Evan Sims) ยท GitHub
[go: up one dir, main page]

Skip to content
View evansims's full-sized avatar

Organizations

@momentful @auth0 @auth0-samples @openfga @psr-mock @psr-discovery

Block or report evansims

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
evansims/README.md

Howdy! Evan here. ๐Ÿ‘‹

Senior Engineer at Okta working on OpenFGA and Auth0 FGA. Previously built Auth0's SDKs and crisis-response tools at Ushahidi, where protecting user data in life-threatening situations shaped my focus on security engineering. Passionate about developer advocacy and helping developers build more secure software. Former video game designer.

const PRONOUNS: &[&str] = &["he", "him"];

struct Workplace {
    company: &'static str,
    team: &'static str,
    position: &'static str,
}

struct Evan;

impl Evan {
    fn workplace(&self) -> Workplace {
        Workplace {
            company: "Okta",
            team: "Fine Grain Authorization (FGA)",
            position: "Senior Software Engineer",
        }
    }

    fn experience(&self) -> Vec<&'static str> {
        vec![
            "aws", "docker", "github actions", "golang", "javascript",
            "kubernetes", "laravel", "nextjs", "nodejs", "php",
            "postgresql", "python", "react", "redis", "rust",
            "tailwind", "typescript", "vercel", "vue",
        ]
    }
}

๐ŸŒ Find me at evansims.com or LinkedIn.

Pinned Loading

  1. bnb/awesome-hyper bnb/awesome-hyper Public

    ๐Ÿ–ฅ Delightful Hyper plugins, themes, and resources

    10.9k 370

  2. openfga/openfga openfga/openfga Public

    A high performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar

    Go 3.9k 280

  3. auth0/auth0-PHP auth0/auth0-PHP Public

    PHP SDK for Auth0 Authentication and Management APIs.

    PHP 400 217

  4. auth0/laravel-auth0 auth0/laravel-auth0 Public

    Laravel SDK for Auth0 Authentication and Management APIs.

    PHP 265 141

  5. auth0/wordpress auth0/wordpress Public

    WordPress Plugin for Auth0 Authentication

    PHP 165 104

  6. auth0/symfony auth0/symfony Public

    Symfony SDK for Auth0 Authentication and Management APIs.

    PHP 126 76

0