Skip to content
View tmoroney's full-sized avatar
πŸ™ƒ
πŸ™ƒ

Highlights

  • Pro
Block or Report

Block or report tmoroney

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
tmoroney/README.md

Hi there

πŸ“š I'm a 4th year Computer Science student at Trinity College Dublin
⚑ My best languages are Javascript and Python
🌞 I recently completed a summer internship at ChannelSight (web crawling)
🏒 Starting 7-month internship at Workday in February 2024

Some of my Projects 🎨

For the 2023 Trinity College SWENG projects, I led a team of 10 people to develop a reimagined Architecture Portfolio Center for IBM. We created a fully customizable ReactJS web app, utilising SQLite and Kubernetes for our backend. Our application serves as a central information hub for all projects under an organisation. Quickly and easily find details about any project using text search and project tag filters. Short Demo Video + Read more

2. Proxy Server πŸ“‘

A web proxy server which fetches items from the Web on behalf of a Web client (i.e browser) instead of the client fetching them directly. Supports Caching and Access Control.

A secure application for encrypting files before they are uploaded to the cloud so that only users in the encryption group can decrypt the files. Uses a combination of symmetric and asymmetric encryption to ensure that files are completely secure, and to enable the adding and removing users from the encryption group so that files can be securely shared between multiple people.

For the 2022 Trinity College SWENG projects, my team developed a fully featured web-based UI (using the .Net framework), with supporting APIs on top of Dell’s existing database (using PostgreSQL). I built the frontend and connected it to the backend API using C#. The program allows for all analytical and management tasks of the dataset, increasing the visibility and productivity of all admin tasks related to the database.

πŸ”½ More projects below πŸ”½

Connect with me:

image

tmoroney

Pinned

  1. auto-subs auto-subs Public

    Generate subtitles using OpenAI Whisper in Davinci Resolve editing software.

    Python 208 13

  2. tcd-ibm/architecture-center-input-form tcd-ibm/architecture-center-input-form Public

    Input form for Red Hat Architecture Center

    JavaScript 1

  3. proxy-server proxy-server Public

    A web proxy server which fetches items from the Web on behalf of a Web client (i.e browser) instead of the client fetching them directly. Supports caching of pages and access control.

    Python

  4. Vue-Weather-App Vue-Weather-App Public

    Simple Vue.js weather app that uses APIs to retrieve the forecast for the next 5 days

    HTML

  5. Secure-Cloud-Encryption Secure-Cloud-Encryption Public

    A secure application for encrypting files before they are uploaded to the cloud and decrypting files that are in the encryption group.

    Python

  6. compnets-ass2 compnets-ass2 Public

    Understanding forwarding mechanisms in networking

    Java