Skip to content
View JacobCallahan's full-sized avatar
🎧
Bringing back pet projects!
🎧
Bringing back pet projects!

Organizations

@SatelliteQE

Block or report JacobCallahan

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 {
            "X": "https://x.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 Loading

  1. Hussh Hussh Public

    SSH for Humans

    Rust 19 1

  2. Understanding Understanding Public

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

    Python 38 18

  3. SatelliteQE/broker SatelliteQE/broker Public

    The infrastructure middleman

    Python 21 49