Skip to content
View Xevion's full-sized avatar
⚜️
Noblesse Oblige
⚜️
Noblesse Oblige

Organizations

@acmutsa
Block or Report

Block or report Xevion

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
Xevion/README.md

me . blog . projects . status

from life.species import Human
from skills import python, java, javascript, csharp, html, css, other
from datetime import date
from random import choices
from os import getenv

class RyanWalters(Human):
    def __init__(self, username='xevion'):
        self.name = f'Ryan {0} Walters'.format(choices([getenv('MIDDLE_NAME'), 'C', '']))
        self.pronouns = ['he' and 'him'],
        self.description = '''
            A junior full-stack software developer working their way through the world.
            With an attention to detail, I enjoy building projects that are elegant, robust, and resilient.
            While I specialize in Web Development, my skills reach broadly, and there's nothing I can't learn.
        '''
        self.recent_projects = [
            "https://github.com/Xevion/v6-place",
            "https://github.com/acmutsa/Portal",
            "https://github.com/Xevion/grain"
        ]
        self.endpoints = {
            "discord": ".xevion",
            "email": "xevion@xevion.dev"
        }

Pinned

  1. acmutsa/Portal acmutsa/Portal Public

    ACM UTSA's in-house Membership Portal and Database

    TypeScript 5 1

  2. phototag phototag Public

    Rich tagging in the Terminal via Google Vision API

    Python 9 1

  3. the-office the-office Public

    A serverless Vue.js application for viewing all the quotes and scenes from The Office

    Python

  4. Boids Boids Public

    A project dedicated to presenting Boids, a computed flocking mechanism, to users in a beautiful format.

    C# 1 1

  5. Paths Paths Public

    A pathfinding visualization project in Unity

    C# 6 2

  6. grain grain Public

    A simple demonstration of dynamically scaled SVG-based noise & stacked radial gradients.

    TypeScript 1