Skip to content
View lcaso0's full-sized avatar

Highlights

  • Pro

Block or report lcaso0

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
lcaso0/README.md
Typing SVG

๐Ÿน main.go

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

  1. KFUPM_RESOURCES KFUPM_RESOURCES Public

    TypeScript