< I use Arch btw />
I'm a passionate developer currently honing my skills in Next.js. My ultimate goal is to become a well-rounded full-stack developer.
I'm actively engaged in learning and expanding my knowledge base in both Next.js and Machine Learning. This combination is particularly exciting to me as it unlocks possibilities for creating dynamic and intelligent web applications.
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.
- Digit Recognition - CNN model to predict MNIST dataset from scratch.
- 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.