kyle@portfolio:~$
$ whoami
const developer = {
  name: "Kyle Minto",
  location: "Lancashire, UK",
  role: "Full Stack Web Developer",
  company: "Pick Media LTD",
  codingExperience: "Swearing at an IDE for 15 years...",
  industryExperience: "...getting paid for it for over 7"
};
$ cat expertise.json
{
  "languages": ["PHP", "JavaScript", "TypeScript", "SQL"],
  "frameworks": ["Laravel", "WordPress", "Vue", "Livewire", "Tailwind", "Alpine"],
  "tools": ["Git", "Composer", "NPM", "Vite"]
}
$ git log --oneline -5 career
2018 - Present # Full Stack Developer at Pick Media LTD
2018 # Full Stack Developer at ICG
2017 # BSc (Honours) Interactive Media - Lancaster University
2013 # Started web development journey with HTML, CSS and JavaScript
2010 # First exposure to programming (Call of Duty mods)
$ ls -la projects/recent/
phasmolab.co.uk // Challenge generator for Phasmophobia
tgtmoves.com // Vehicle transporting specialists
h2m.kyleminto.co.uk // Profile editing tool for H2M
[ REDACTED ] // Private Blood Test Management and Reporting System
$ echo $CONTACT_EMAIL
📧 // Feel free to reach out!
$ curl -s socials.json | jq
{
  "github": {
    "url": ,
    "handle": "@kyleminto"
  },
  "linkedin": {
    "url": ,
    "handle": "kyle-minto"
  },
  "instagram": {
    "url": ,
    "handle": "@m25nto"
  },
  "facebook": {
    "url": ,
    "handle": "kyleminto97"
  }
}
$ ./check-website-health.sh
# Have you got a website?
# Something wrong that you can't quite figure out?
# Need a professional audit?

$ _