type Developer struct {
Role, Focus, Challenge string
Learning []string
TechStack map[string][]string
}
type Project struct {
Name, Stack, Status string
}
var lcaso0 = Developer{
Role: "Software Engineering Student @ KFUPM ๐ธ๐ฆ",
Focus: "Advanced Data Structures & Algorithms ๐ง ",
Learning: []string{"Go ๐น", "Rust ๐ฆ"},
Languages: []string{"TypeScript", "JavaScript", "Python", "Java"},
Quest_Log: []Project{
{
Name: "English Vocab App",
Stack: "Nextjs, Clerk, TypeScript, Authjs, Tailwind, Prisma",
Status: "โ
Completed (Legacy)",
},
{
Name: "Students' Document and Resources Manager",
Stack: "Nextjs, TypeScript, Tailwind, Shadcn, Drizzle, Supabase",
Status: "๐ง In Progress (Building)",
},
},
Challenge: "I genuinely love coding and problem-solving",
}
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.