Skip to content
View kayleriegerpatton's full-sized avatar

Block or report kayleriegerpatton

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

Kayle Rieger Patton

Full stack developer passionate about visual art, data, and accessibility

linkedin email portfolio


Codewars micro badge

Hi, I’m Kayle (KAY-lee). I'm a full stack software engineer and former arts accessibility specialist.

I took the leap into tech by leveraging my creativity, problem-solving, and adaptability. I've since developed desktop apps and cloud-based services using JavaScript, TypeScript, React, Node.js, GraphQL, Jest, and AWS. I'm also skilled in advocating for inclusive web design practices, such as WCAG, to enhance user experiences.

As a former artist and disability advocate, I bring unique perspectives and dedication to creating exceptional customer experiences. I'm eager to contribute to values-driven teams to further expand my skills and drive meaningful impact through cross-functional collaboration.

GitHub Stats

Kayles's GitHub stats Kayle's GitHub Top Languages

Tools & Technologies:

Languages:

Javascript Typescript

Front-End:

Digital Accessibility ReactJS Material UI Bootstrap HTML CSS Chart.js

UX/UI & Design:

Figma Adobe InDesign Canva

Back-End & Databases:

NodeJS GraphQL Apollo Graphql DynamoDB MongoDB MySQL

QA & Testing:

Jest React Testing Library Standard ESLint

Cloud Services:

AWS Certified Cloud Practitioner badge

AWS AWS Lambda AWS S3 AWS CloudWatch

  • CloudFormation, CodeBuild, CodePipeline, IAM, SNS

Dev Tools:

Postman VSCode Git GitHub npm Docker

Business & Collaboration:

Slack Jira Asana Miro Confluence

🌱 Looking to Learn/Improve:

Digital Accessibility Typescript React Testing Library Python

Visitor count badge Updated badge

Pinned Loading

  1. typescript-login typescript-login Public

    A GitHub-style login page built in TypeScript.

    TypeScript

  2. stockscape stockscape Public

    Forked from lianavaleria15/stockscape

    Full stack app which tests users’ skills as they build portfolios and compete for the highest year-end earnings.

    JavaScript

  3. peculiar-api peculiar-api Public

    Web app based on the Peculiar Children series by Ransom Riggs. Explore locations and characters from the books, even create your own.

    JavaScript

  4. peculiar-ui peculiar-ui Public

    Web app based on the Peculiar Children series by Ransom Riggs. Explore locations and characters from the books, even create your own.

    JavaScript

  5. Regex: Matching an Email.md Regex: Matching an Email.md
    1
    # Regex: Matching an Email
    2
    
                  
    3
    A **regular expression**, or **regex**, is a sequence of characters that defines a **search pattern**. What does this mean?
    4
    
                  
    5
    A regex searches a given text string for whether it matches a defined format. This can be as simple as "contains only lower-case letters" (`/^[a-z]$`) to "contains a phone number format allowing dashes, periods, or space separators" (`/^\b\d{3}[-.]?\d{3}[-.]?\d{4}\b$/`). They can be particularly useful for validating the format of string inputs such as passwords, usernames, and emails. And because they are **language-agnostic**, they can be used in any coding langauge, either built-in or via libraries, making them incredibly versatile and powerful tools. However, regexes look cryptic and, therefore, can be challenging to understand and write successfully.
  6. unified-client unified-client Public

    Forked from conorjkelly96/unified-client

    A one-stop-shop where university students can find career development opportunities, engage with and support each other, and make environmentally and financially sustainable choices.

    JavaScript