conor placeholder image

About

I am 22 year old student at IT Tallaght studying Computing. Currently in 4th year hoping to graduate with a level 2:1 honours degree. I love music and football and enjoy playing and watching sports.

View More About Me »

Skills placeholder image

Technical Skills

Over the last 4 years I have developed my Software Development skills, I have become familiar and am condident in my skills at developing in languages such as Java, C#, .NET, PowerShell, C++.

Technical Skills »

Skills placeholder image

Soft Skills

Over the last 4 years I have developed my personal and soft skills through group projects, making friends, joining societies and interacting with other students in class.

Soft Skills »

Education placeholder image

College Results

I have studied modules from Software Development to Database, Web Design, Mathematics, Networking etc. Take a look at the modules I have studied and been examined on.

View Results »



Description

Year

it tallaght image

Institute Of Technology Tallaght

I studied Computer Science at IT Tallaght for 4 years. I graduated with a 1.1 Bachelor Honours Degree and throughout the years I studied many modules to do with computer science such as Software Development, Database Technologies, Algorithms and Computation, Software Testing, Object Oriented Analysis and have gained many technical skills. I also gained a lot of soft skills from taking part in group projects and joining societies such as football and table tennis society.

September 2014 - June 2018





it tallaght image

St Mac Daras Community College

I attended St Mac Daras Community College for 5 years and got 410 points in my Leaving Certificate. There I studied subjects such as History, Geography, Music, Italian, Maths and Irish. I made a lot of life long friends there and played sports such as football and GAA.

September 2008 - June 2013



GPA = 3.27

Semester 1
# Module Name Grade
1 Enterprise Application Development 1 B-
2 Enterprise Performance Architecture B
3 Interactive Media Design A
4 Information Management B
5 Social Media Analysis B+
6 Project B+
Semester 2
# Module Name Grade
1 Enterprise App Development 2 C
2 Algorithms & Computation B+
3 Enterprise Database Technologies B+
4 Computational Theory A
5 Project B+


GPA = 3.07

Semester 1
# Module Name Grade
1 Algorithms & Data Structures B-
2 Cloud Services and Distributed Computing B+
3 Web Application Development B
4 Operating Systems B+
5 Innovation & Entrepreneurship B
6 Advanced Databases B+
Semester 2
# Module Name Grade
1 Project B
2 Work Experience B+


GPA = 3.33

Semester 1
# Module Name Grade
1 Web Design and Development B+
2 Software Development 3 (Java) B+
3 Discrete Maths 2 B+
4 Database Design and Programming B
5 Networking 1 B+
6 Software Quality Assurance & Testing B
Semester 2
# Module Name Grade
1 Information Security C+
2 Software Development 4 (Java) B
3 Object Oriented Analysis & Design C+
4 Management Science A
5 Networking 2 B+
6 Project B


GPA = 3.21

Semester 1
# Module Name Grade
1 Learning to Learn B
2 Discrete Maths 1 A
3 Business & Information Systems B
4 Fundamentals of Interface & Web Design B+
5 Computer Architecture B
6 Software Development 1 (Java) B+
Semester 2
# Module Name Grade
1 Software Development 2 (Java) B
2 Operating System Fundamentals B
3 Database Fundamentals A
4 Statistics B+
5 Social Media Communications B
6 Object Oriented System Analysis B





Description

Position

Year

Deloitte image

Deloitte

I started working for Deloitte in June 2018. I am working as a Tech Consultant in Systems Integration for Deloitte. At the moment the client I am working with is the Department of Social Protection, I am working in the Development Operations team and assisting the teams with day to day technical tasks such as the build and deployments of the Departments digital services.

Tech Consultant

June 5th 2018 – Current Position





it tallaght image

Department of Social Protection

From January to July 2017 I worked as an intern for the Department of Social Protection (DSP) as part of my course at IT Tallaght. During that period I worked in Development Operations and for the Release Environment Management Team (REM), helping the team with monthly software releases.

Executive Officer

January 31st 2017 – July 31st 2017



it tallaght image

SuperValu Walkinstown

I worked part-time in SuperValu. I worked mainly as a butcher’s assistant within the meat & fish counter involving customer service, stock control, meat & fish display and storage.

Sales Assistant

December 2013 - December 2016



Here are just some of the projects I have completed over the last 3 years.



4th Year Project - Cloud Web App

Grade: B+

Technologies Used

Entity Framework version 6.2.0, MVC 5, Azure Server, Azure SQL Database, App Service, Storage Account, Media Services (Streaming) , Media Services SDK and REST API.

About

The project consists of various aspects of a media streaming application. Users that register for the app are able to upload video that is then streamed to all other users. Using Media Services SDK and a storage connection string files are ingested into an asset, the asset can be video, images, audio and other media formats. The content is stored securely in the cloud for further processing. Video assets are encoded into a set of adaptive bitrate MP4 files and a URL is produced for that asset, the content is then ready for Steady Streaming which is used for playback by the application.

The app was programmed in C# using Entity Framework version 6, it was written as an MVC 5 code first application. The App is hosted in Azure App Service, the Database an Azure SQL database. Media is uploaded to Azure Media Services using the SDK and REST API and stored in Azure Storage Service. Uploaded media is encoded using the Azure Media Encoder.

Content is shared with all other users of the app (unless a user specifies privacy on the video). They can view other user’s content, like their videos, subscribe to their channel, comment on videos and reply to others using the comment forum and also search and filter for certain videos using built in functionality. Users are also able to perform all of the necessary CRUD functionality on their own content. One dynamic feature in the application is using the data in the database users are given a recommended list of videos based off their searches.

3rd Year Project - CI Platform 2.0

Project was completed at the Department of Social Protection during my work experience period. During my internship at the Department of Social Protection (DSP) I worked on a team called REM CI 2.0, the team are working on the development of a new Continuous Integration (CI) platform.

The new CI platform 2.0 aims to support multiple apps, each of which is made up of multiple components, modules, clusters, generally known as “artifacts”, all of which are in their own git repository, this when finished will leave a much finer grained view of handling the company’s codebases. The new architecture when completed will essentially allow any automated tests to run a lot faster, at the moment it takes too long (12-24 hours). It is not feasible to force developers to wait and check that a previous check-in/commit does not “break the build”.

The new platform will have separate apps in their own git repositories, thus: if code has not changed, then is no real reason to re-test that code. If an app hasn’t been redeployed in a given month then no manual regression testing is required. I was working with the team on the development of this platform for a few months. I used this project as my 3rd year project with IT Tallaght.

2nd Year Project - CRUD Web App

Project was completed in scala and the java play framework. In 2nd year we were tasked to make a MVC web app using java play framework and scala in teams of 3. For this project we had to come up with an idea using basic CRUD functionality, the site would also have a database, we used a built in H2 local database file which stored customer and admin information, product objects and order information.

It was my job to work on back end functionality. Users were able to login and add different items to a shopping cart. A user was able to have many different products from different or the same category. A user was able to then checkout and proceed to make a payment.

The functionality to the site was around 80% there. We got most of the security complete but were missing some functionality here. This was due to lack of team effort but I was very happy with the work I done and learned a lot about scala and play framework in the process.

Sandcastle Scripting Project

Project was completed at the DSP using PowerShell and Microsoft Visual Studio Code. Sandcastle is an IDE used to create project files that build help documentation in various formats with Microsoft’s Sandcastle tools. It produces accurate, MSDN style, comprehensive documentation by reflecting over the source assemblies and optionally integrating XML Documentation Comments. It converts XML-based documentation into help topics that are fit for viewing in a help system.

The project idea was to use the Microsoft extension tool Sandcastle to build/create documentation on old projects stored in the system codebases. Using visual studio code I automated the process by writing simple but effective PowerShell scripts. The script when compiled ran against a C# or VB project and added a template sandcastle project to the project and ran against its solution extracting all information in the project.

This script was then added to a Jenkins job to run as part of a pipeline.

Music

I have always loved music since I was a kid. Music is actually what got me into computing. I grew up listening to disco and electronic music and from there got into making my own mudic using software such as Ableton Live and playing instruments such as guitar and piano.

music placeholder image

cherryfield placeholder image

Football

I love to watch football. My favourite team is Leeds United. I also play for a local football team called Cherryfield United, we play in the leinster senior football league, premier saturday.


Holidays

I like to go on holidays every year. I try to go away at least 2 times a year when I get the time off and am able to do so. I like to travel with friends and family and have visited many city.

I really like to ski, I have been skiing many times and try to go once a year with friends and family.

ski placeholder image

mma placeholder image

Combat Sports

I have a massive interest in the sport of Mixed Martial Arts (MMA) and love to watch the Ultimate Fighting Championship (UFC). I have grown up wathing Boxing and MMA, some of my favourite fighters over the years have been Anderson Silva, Roy Jones Jr, Mike Tyson, Muhammad Ali, Rampage Jackson.

I know watch Boxing and MMA as much as possible, my favourite fighters today include Conor McGregor, Nate Diaz, Rory Macdonald, Anthony Joshua, Gennady Golovkin (GGG).




Conor Griffin

13 Tamarisk Walk Kilnamanagh, D24 · 0851470074 · conorgriffin1995@gmail.com

Send Email

Enter Name:

Enter Email:

Send Message