Skip to content
View mcraeteisha's full-sized avatar
🤓
hacking the mainframe
🤓
hacking the mainframe

Block or report mcraeteisha

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mcraeteisha/README.md

Hi, I'm Teisha 👋🏽

Software Engineer with 4+ years of experience building enterprise web applications using Vue, Laravel, JavaScript, and MySQL.

I enjoy building user-focused tools, simplifying complex workflows, and creating intuitive product experiences.

Outside of work, you'll usually find me reading fantasy novels, escaping into life sims, or spending time with my cat, Zuko.

<?php

namespace TeishaMcRae;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'Decisions (formerly known as ProcessMaker)',
                'position' => 'Software Engineer'         
            ]
        ];
    }
    
    public function getMoreInfo(): array
    {
        return [
            'fun_facts' => [
                'pronouns' => 'she, her',
                'book_lover' => true,
                'cat_mom' => true,
                'cozy_gamer' => true,
                'constantly_curious' => true,         
            ]
        ];
    }

    public function getCodingKnowledge(): array
    {
        return [
            Php::class,
            Javascript::class,
            Laravel::class,
            Vuejs::class,
            React::class,
        ];
    }
}

Pinned Loading

  1. ProcessMaker/processmaker ProcessMaker/processmaker Public

    ProcessMaker BPM Core

    PHP 534 243

  2. ProcessMaker/screen-builder ProcessMaker/screen-builder Public

    A VueJS powered Form Builder that produces compatible JSON for our vue-form-renderer

    JavaScript 46 32

  3. ProcessMaker/modeler ProcessMaker/modeler Public

    A vue.js based BPMN modeler

    JavaScript 94 51