Skip to content
Avatar

Achievements

Achievements

Organizations

@momentful @auth0
Block or Report

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.

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 Full-Stack Developer living near Champaign-Urbana, Illinois.

<?php

namespace EvanSims;

class About extends Me
{
    public const pronouns = [ 'he', 'him' ];
    
    public function getWorkplace(): array
    {
        return [
            'company'    => 'Auth0',
            'position'   => 'Senior Engineer',
            'department' => 'Developer Experience SDKs',
        ];
    }

    public function getKnowledge(): array
    {
        return [
            Php::class,
            Laravel::class,
            Symfony::class,
            WordPress::class,
            Javascript::class,
            Ember::class,
            React::class,
            TailwindCss::class,
            Aws::class,
        ];
    }
}

If you find my contributions useful, please consider making a donation to Out in Tech.

📨 Feel free to reach me on Twitter or LinkedIn.

Pinned

  1. Straight-forward and tested methods for accessing Auth0 Authentication and Management API endpoints.

    PHP 305 185

  2. Effortless Auth0 integration for Laravel authentication and authorization

    PHP 174 93

  3. Adds an Ember tab to the browser's Developer Tools that allows you to inspect Ember objects in your application.

    JavaScript 945 284

  4. An Ember CLI addon which allows you to specify styles for individual components

    JavaScript 535 120

  5. A PHP library for determining the popularity of a URL across social networks.

    PHP 121 28

  6. Forked from benadamstyles/hyperterm-firewatch

    A dark Hyper theme inspired by Campo Santo's Firewatch video game.

    JavaScript 14 3

1,204 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Mon Wed Fri
Activity overview
Contributed to auth0/auth0-PHP, auth0/docs, auth0-samples/auth0-php-web-app and 5 other repositories

Contribution activity

March 2022

Created a pull request in auth0/auth0-cli that received 8 comments

Add JSON config reader

@Widcket Took a stab at adding the config reader, although my inexperience with Golang is showing, and I'm not quite sure how to invoke it from wit…

+35 −12 8 comments
Reviewed 18 pull requests in 13 repositories
auth0/auth0-PHP 3 pull requests
auth0/auth0-python 3 pull requests
auth0/auth0-angular 2 pull requests
auth0-samples/auth0-python-api-samples 1 pull request
auth0/node-auth0 1 pull request
auth0-samples/auth0-angular-samples 1 pull request
auth0-samples/auth0-rubyonrails-sample 1 pull request
auth0/react-native-auth0 1 pull request
auth0/auth0-react 1 pull request
auth0/auth0-vue 1 pull request
auth0/Auth0.swift 1 pull request
auth0-samples/auth0-laravel-php-web-app 1 pull request
auth0/laravel-auth0 1 pull request

Seeing something unexpected? Take a look at the GitHub profile guide.