👋 Hey! I’m Jack Duggan
I’m a recent graduate of the Applied Computing degree course at SETU Waterford, Ireland. I specialized in ‘Cloud & Networks’, and achieved a First Class Honours / 1.1
About Me
class Jack(Person):
def __init__(self):
self.name = 'Jack Duggan'
self.age = 23
self.previous_work = { 'Unum': 'Linux Infrastructure Engineer Intern' }
self.education = { 'South East Technological University': 'Applied Computing (Cloud & Networks)'}
self.hobbies = ['Football/Soccer', 'Running', 'Gaming']
def current_location(self):
return 'Wexford, Ireland'
def currently(self):
return {
'studying': ['Python', 'Golang', 'Infrastructure as Code'],
'reading': ['Atomic Habits', 'A Game of Thrones'],
'watching': ['The Bear'],
}
Contact me
Email Me 📨
Connect with me on LinkedIn 💼
Check out my GitHub 🧑💻