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
I'm currently working as an Engineer Trainee at Sun Life, Waterford!
If you're interested in reaching out, please connect with me via LinkedIn or send me an email!
class Jack(Person):
def __init__(self):
self.name = 'Jack Duggan'
self.age = 23
self.current_work = { 'Sun Life': 'Engineer Trainee' }
self.previous_work = { 'Unum': 'Linux Infrastructure Engineer Intern' }
self.education = { 'South East Technological University': 'Applied Computing (Cloud & Networks)'}
self.hobbies = ['Football/Soccer', 'Running', 'Gaming', 'Golf']
def current_location(self):
return 'Wexford, Ireland'
def currently(self):
return {
'studying': ['React', 'Java', 'Golang', 'Infrastructure as Code'],
'reading': ['Shoe Dog', 'Atomic Habits', 'A Game of Thrones'],
'watching': ['The Bear', 'The Office'],
}
Github Stats | Top Languages |
---|---|