Skip to content

JacobCallahan/jacobcallahan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

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

About

Some things about me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published