I fell in love with programming and anime and am fluent in Typescript and Python.
My field of interest are building new web applications and also in areas related to Artificial Intelligence.
Whatever possible, I try to contribute to the open-source community with Next.js and Machine Learning projects.
class Tiesen {
constructor() {
this.name = "Tran Tien";
this.pronouns = "He/Him";
this.dateOfBirth = "2004-06-22";
this.languages = ["Vietnamese", "English"];
this.programmingLanguages = ["TypeScript", "Python"];
this.hobbies = ["Watching anime", "Playing video games", "Reading manga"];
}
}
I write about my journey as a developer and my love for anime on my blog. You can check it out here.
- Yuki - An e-commerce website built with Turborepo, Next.js, Tailwind CSS, Prisma, and tRPC.
- Egg Community - A community website built with Next.js, Tailwind CSS, and ElysiaJS.
- CNN - CNN model to predict MNIST dataset built with PyTorch and Vue.
- Create Yuki App - A Next.js template with configurations for ESLint, Prettier, and Tailwind CSS.
- Create Yuki Turbo - A Turborepo template with configurations for ESLint, Prettier, Tailwind CSS, tRPC, and Prisma for building full-stack applications.