const alanJin = {
preferName: "Alan",
pronoun: "he/his/him",
interest: ["photography", "civil aviation"],
education: [
{
name: "University of Oxford",
degree: "Undergraduate Master of Computer Science",
},
{
name: "Shenzhen College of International Education",
degree: "GCSE and A-Level",
},
],
startDay: () => {
const coffee = new Coffee("mocha")
coffee.consume()
},
}
I love to turn ideas into products in less than a week. If you have any idea and want to work with me, feel free to contact me at [email protected] or book a meeting with me at https://cal.com/alanj/1h. Check my previous projects at Code Projects.
This website is built with Astro and hosted on Cloudflre Pages.