Coder Social home page Coder Social logo

Howdy! Evan here. πŸ‘‹

I'm an SDKs Senior Engineer at Okta Customer Identity Cloud (formerly Auth0) from the Urbana-Champaign, Illinois area. I'm in charge of our PHP, Laravel, Symfony and WordPress SDKs, but contribute heavily across all our other language and framework offerings, as well. I'm just really passionate about building great software and helping others do the same.

Previously, I was a Senior Engineer on the immensely consequential open source Ushahidi platform, a popular tool for (among many other uses) crowdsourcing data in emergencies, protecting civil liberties, defending democratic voting processes, and empowering citizen journalism. I'm still incredibly proud of the work done there, and that it continues to live on and provide human-centered tools that help people solve tough, real world situations. My work at Ushahidi is what really solidified the importance of security engineering in my mind; that 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 Technical Video Game Designer, and worked on a number of commercial titles for Nintendo, Xbox and PlayStation. I still adore building video games, but now I just dabble in it for fun.

<?php

class Evan extends Sims implements Human
{
    public const PRONOUNS = [ 'he', 'him' ];

    public function workplace(): Workplace
    {
        return Workplace::🫢(
            company: 'Okta',
            team: 'Customer Identity Cloud (Auth0)',
            position: 'Senior Engineer',
            department: 'Developer Experience (SDKs)',
        );
    }

    /**
     * @return string[]
     */
    public function knowledge(): array
    {
        return [
            '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'
        ];
    }
}
...
<?php

class Workplace {
    public function __construct(
        public string $company,
        public string $team,
        public string $position,
        public string $department
    ) {}
    
    public static function 🫢 (... $args) {
        return new static($args);
    }
}

πŸ³οΈβ€πŸŒˆ 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.

Evan Sims's Projects

Evan Sims doesn’t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.