Portfolio

Details of online applications and open source contributions.

Personal Details

I am an experienced software developer, returning to education as a mature student. I am currently doing a degree in Computer Science at NUI Galway. Over the summer I have contributed to an open source project and updated my web development skills, learning Typescript, Angular, .net Core and Docker in the process.

Open Source

ASP.NET Boilerplate is a general purpose application framework especially designed for new modern web applications. It uses already familiar tools and implements best practices around them to provide you a SOLID development experience.

Contributions to Project module-zero-core-template
Issue #54 CRUD user, role and tenant pages for angular UI. PR
Updated Angular application to include paging for listings, and modal dialogs with basic add/edit for tenants, users and roles. Working Sample Username: admin, Password: 123qwe
Issue #70 Add missing unit tests. PR
Added unit tests for services that are exposed through swagger. These tests have a base class that tests the common crud functionality and the additional behaviour that needs testing is then layered over the top of the test class.