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"
};
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"]
}
"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)
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
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
📧
kyleminto1997@gmail.com
// Feel free to reach out!
$
curl -s socials.json | jq
{
"github": {
"url": "https://github.com/kyleminto",
"handle": "@kyleminto"
},
"linkedin": {
"url": "https://www.linkedin.com/in/kyle-minto-aa5425122",
"handle": "kyle-minto"
},
"instagram": {
"url": "https://www.instagram.com/m25nto/",
"handle": "@m25nto"
},
"facebook": {
"url": "https://www.facebook.com/kyleminto97",
"handle": "kyleminto97"
}
}
"github": {
"url": "https://github.com/kyleminto",
"handle": "@kyleminto"
},
"linkedin": {
"url": "https://www.linkedin.com/in/kyle-minto-aa5425122",
"handle": "kyle-minto"
},
"instagram": {
"url": "https://www.instagram.com/m25nto/",
"handle": "@m25nto"
},
"facebook": {
"url": "https://www.facebook.com/kyleminto97",
"handle": "kyleminto97"
}
}
$
./check-website-health.sh
✓
# Have you got a website?
✓ # Something wrong that you can't quite figure out?
✓ # Need a professional audit?
→ CodeExposed - Professional Website Auditing ←
✓ # Something wrong that you can't quite figure out?
✓ # Need a professional audit?
→ CodeExposed - Professional Website Auditing ←
$
_