Skip to content
View jackjduggan's full-sized avatar

Block or report jackjduggan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jackjduggan/README.md

πŸ‘‹ 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
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!

Linkedin Badge Gmail Badge Twitter Badge

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'],
        }

Tools & Technologies I'm Familiar With

Operating Systems

Linux Badge Ubuntu Badge Fedora Badge RHEL Badge CentOS Badge Raspbian Badge Kali Badge Cisco IOS Badge

Programming/Scripting Languages

BASH Badge Python Badge Java Badge JavaScript Badge HTML Badge CSS Badge R Badge

Cloud Providers

AWS Badge GCP Badge

Infrastructure as Code

Terraform Badge Ansible Badge Puppet Badge

Virtualization

VMWare Badge

Databases

MySQL Badge MongoDB Badge

Other (Design, Productivity, VCS)

GitHub Badge GitHub Actions Badge Figma Badge Canva Badge Tableau Badge

Quick stats about me

Github Stats Top Languages
Jack's GitHub Stats Jack's Top Languages

Pinned Loading

  1. rainbow-playlists rainbow-playlists Public

    ⬜πŸŸ₯🟧🟨🟩🟦πŸŸͺπŸŸ«β¬› 🎡 - Orders your Spotify playlists based on the colour of the album art.

    Python

  2. jd-fyp-backend jd-fyp-backend Public

    The backend repository for InProv: Automated Server Provisioning and Configuration using Infrastructure as Code

    Python

  3. jd-fyp-frontend jd-fyp-frontend Public

    The frontend repository for InProv: Automated Server Provisioning and Configuration using Infrastructure as Code

    JavaScript

  4. cc2-terraform-ansible cc2-terraform-ansible Public

    An automated AWS cloud infrastructure project leveraging Terraform for provisioning and Ansible for configuration of a HAProxy load balancer and Nginx webservers

    HCL

  5. ds-eda-ca2 ds-eda-ca2 Public

    An application for managing a photo album using an Event Driven Architecture (EDA) on AWS using Infrastructure as Code.

    TypeScript

  6. cc1-terraform-cloud-init cc1-terraform-cloud-init Public

    An exploration of cloud-init and its various server initialization features, with Terraform provisioning

    HCL