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. πŸ‘‹

I'm a Senior Engineer at Okta in the Urbana-Champaign, Illinois area. I work on OpenFGA and Okta FGA, and I previously worked on Auth0's extensive collection of open source SDK libraries. I'm passionate about open-source software development and communities and about helping developers build more secure software.

Previously, I was a Senior Engineer on the immensely consequential open source Ushahidi platform, a powerful tool for (among many other uses) crowdsourcing data in life-threatening emergencies, protecting civil liberties, defending democratic voting processes, and empowering citizen journalism. I'm still incredibly proud of the work done there. My work at Ushahidi is what solidified the importance of security engineering in my mind; the protection of personal data you're entrusted with is an incredible responsibility that can truly mean the difference between life and death for people in some dangerous situations. These learnings are what have driven my career toward the security and privacy space ever since, and what I continue to make an absolute priority in all my work.

In what now feels like a previous life, I was a Video Game Designer and worked on several commercial titles for Nintendo, Xbox, and PlayStation. I still adore building video games, but now I just dabble in them for fun.

var Pronouns = []string{"he", "him"}

type Workplace struct {
	Company    string
	Team       string
	Position   string
}

type Evan struct{}

func (e Evan) Workplace() Workplace {
	return Workplace(
		Company: "Okta",
		Team: "Fine Grain Authorization (FGA)",
		Position: "Senior Engineer",
	)
}

func (e Evan) Experience() []string {
	return []string{
		"golang", "python", "typescript", "java", "kotlin", "swift",
		"php", "laravel", "symfony", "slim", "wordpress", "pest", "phpunit",
		"javascript", "node", "nextjs", "react", "ember", "vue", "svelte",
		"github actions", "circleci", "webpack", "grunt", "gulp", "babel",
		"npm", "packagist", "rubygems", "pypi", "sonatype", "maven",
		"css", "tailwind", "sass", "styled-components", "shadow-dom",
		"vercel", "aws", "digitalocean", "snyk", "semgrep", "dependabot",
	}
}

πŸ³οΈβ€πŸŒˆ If you find my contributions useful, please consider making a donation to Out in Tech.

🀝 If you'd like to connect, you can find my socials on my site.

Pinned Loading

  1. auth0/auth0-PHP auth0/auth0-PHP Public

    PHP SDK for Auth0 Authentication and Management APIs.

    PHP 381 212

  2. auth0/laravel-auth0 auth0/laravel-auth0 Public

    Laravel SDK for Auth0 Authentication and Management APIs.

    PHP 245 132

  3. auth0/wordpress auth0/wordpress Public

    WordPress Plugin for Auth0 Authentication

    PHP 152 96

  4. auth0/symfony auth0/symfony Public

    Symfony SDK for Auth0 Authentication and Management APIs.

    PHP 124 74

  5. psr-mock/all psr-mock/all Public

    Collection of svelte PSR implementation providers.

  6. psr-discovery/discovery psr-discovery/discovery Public

    Lightweight library that discovers available PSR implementations by searching for a list of well-known classes that implement the relevant interfaces, and returning an instance of the first one tha…

    PHP 6 2