Skip to content
View JacobCallahan's full-sized avatar
🧐
🥓
🧐
🥓

Organizations

@SatelliteQE
Block or Report

Block or report JacobCallahan

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

About

class SoftwareQualityEngineer:
    """We write software that tests other software"""

    def __init__(self):
        self.name = "Jake Callahan"
        self.position = "Technical Lead"
        self.team = "Satellite QE"
        self.company = "Red Hat"
        self.title_modifier = "Principal"

    def __repr__(self):
        return " - ".join((self.name, self.position, self.team, self.company))

    @property
    def social(self):
        """Contact me easily here:"""
        return {
            "Twitter": "https://twitter.com/JakeJCallahan",
            "YouTube": "https://youtube.com/c/JakeCallahan",
        }

GitHub Jake YouTube Channel Subscribers YouTube Channel Views Twitter Follow

GitHub Stats

Jake's GitHub Stats

Pinned

  1. Hussh Hussh Public

    SSH for Humans

    Rust 12

  2. Understanding Understanding Public

    A repository to hold all code/scripts made in my YouTube series.

    Python 19 13