Passionate Full-Stack Developer and AI Engineer focused on bridging the gap between intelligent LLM-powered systems and elegant web applications. Always eager to build scalable architectures and craft exceptional user experiences.
// steven.profile.ts
export const developerProfile = {
name: "Steven Tanardi",
pronouns: ["he", "him"],
location: "Kinmen, Taiwan 🇹🇼",
origin: "Indonesia 🇮🇩",
education: {
degree: "Master's in Computer Science",
university: "National Quemoy University (NQU)",
},
techFocus: [
"Advanced LLM Orchestration & RAG Pipelines",
"Scalable Next.js Architectures",
"Vector Database Integration",
],
activeProjects: {
"🎵 Adagio": "AI-powered music platform",
"🌐 Kinyan": "Full-stack web ecosystem",
"💼 JobFair": "Career tech platform",
},
contact: "stevntbankk77@gmail.com",
};