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",
}
🧐
🥓
Principal Software Quality Engineer, Tech Lead, Red Hat Satellite.
Python - Containers - Machine Learning
-
Red Hat @SatelliteQE
- Raleigh, NC
-
20:47
(UTC -04:00) - @JakeJCallahan
- c/JakeCallahan
Pinned Loading
-
Understanding
Understanding PublicA repository to hold all code/scripts made in my YouTube series.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.