Skip to content

Instantly share code, notes, and snippets.

View baileyluTCD's full-sized avatar

Luke Bailey baileyluTCD

  • Dublin, Ireland
View GitHub Profile
@baileyluTCD
baileyluTCD / Resume Template.md
Last active October 16, 2025 10:36
TEU00311 What is the Internet doing to me? - Assignment 1

$NAME $SURNAME


Experience

Python Developer XYZ Tech Solutions, $CITY June 2024 – October 2025

  • Developed and maintained web applications using Django and Flask, enhancing user experiences and increasing the user base by 30%.
@baileyluTCD
baileyluTCD / Spec.hs
Created October 7, 2025 19:18
EX2 spec.hs
{-# LANGUAGE StandaloneDeriving #-}
module Main where
import Ex2
import Test.Framework as TF (
Test,
defaultMain,
testGroup,
)