Skip to content

evansims/evansims

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

91 Commits
Β 
Β 

Repository files navigation

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.