Skip to content
View gblackard-gvtx's full-sized avatar

Block or report gblackard-gvtx

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

Hello I'm Adam Blackard

class DeveloperProfile:
    def __init__(self):
        self.name = "Adam Blackard"
        self.role = "Software Engineer"
        self.bio = ("I'm a Software Engineer with a passion for developing innovative applications "
                    "and automating business processes. My expertise spans application development, "
                    "web technologies, and DevOps, with a strong foundation in Agile methodologies "
                    "and soft skills that enhance team collaboration and project success.")
        self.skills = {
            "Programming Languages and Technologies": {
                "Application Development": ["Java", "Python", "TypeScript"],
                "Web Technologies": ["HTML", "CSS", "JavaScript", "FastAPI"],
                "Database Management": ["MongoDB", "PostgreSQL", "SQLite"],
                "DevOps & Cloud Services": ["AWS (Lambda, S3, EC2, ECS, RDS)", "Terraform", "GitLab CI/CD"]
            },
            "Methodologies": ["Agile Software Development"],
            "Soft Skills": ["Strong Communication", "Problem Solving", "Time Management"]
        }
        self.projects = {
            "Clint": "A tool for Twitch streamers to clip and mint livestream footage as NFTs on the Rarible Platform.",
            "DealsBot": "A tool that aggregates sale items from retailers into a single platform for ease of access"
        }

Pinned Loading

  1. TwitchNFTBot TwitchNFTBot Public

    Python 2 2

  2. Data_Structures_and_Algs Data_Structures_and_Algs Public

    This is the git repository for the class COSC-2436-86001

    Java

  3. Cplusplus-projects Cplusplus-projects Public

    Projects from my programming fundementals class.

    C++

  4. diff-tooling diff-tooling Public

    This repository is for custom set of diff tooling I am looking to build

    Python

  5. python-utils python-utils Public

    A set of utilities I use often for work or personal Projects.

    Python