const chris = {
degree: { name: "Software Engineering", year: 5, completed: false },
enjoysSideProjects: true,
openToCollaboration: true,
askMeAbout: ["gaming", "tech", "the universe", "ai", "something random"],
endGoal: "Make the world a better & safer place",
website: { url: "chrishuk.dev", status: "Probably outdated" },
status: "Always learning, always exploring 🌱"
};
More
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."
- Martin Golding