Skip to content
View bradyscode's full-sized avatar
Block or Report

Block or report bradyscode

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

Hi, I'm Brady! πŸ‘‹

public class MyProfile
{
    public static string WhoAmI()
    {
        return "Hello! I'm Brady Stohler.";
    }

    public static string[] WhatIDo()
    {
        return new string[]
        {
            "Website Development",
            "Software Engineering"
        };
    }

    public static string[] MySocial()
    {
        return new string[]
        {
            "https://bradystohler.com",
            "https://www.linkedin.com/in/bradystohler",
            "https://x.com/BradysCode"
        };
    }
}

πŸ’» Tech Stack:

C# JavaScript AWS Azure GithubPages .Net Angular Angular.js Blazor Electron.js Express.js JWT NPM Next JS NodeJS React Vue.js TailwindCSS Postgres Redis MongoDB MySQL MicrosoftSQLServer AZUREDEVOPS Terraform Docker Jira Cisco Confluence ESLint Swagger

πŸ“Š GitHub Stats:

Pinned

  1. authentication-api authentication-api Public

    An API that handles authentication

    C#

  2. placeholder-image-api placeholder-image-api Public

    C#