no desc
type me struct {
pronouns []string;
frontend []string;
backend []string;
// do you like to take a shit?
sukaBeol bool
}
// no longer active = currently dosent code at that language
var AboutMe = me{
pronouns:[]string{"he", "him"},
frontend: []string{"html", "css", "js (not really used that much)", "svelte (no longer active)"},
backend: []string{
"go", "dart", "c++", "rust (still learning)",
"sqlite", "pocketbase (still learning)",
"nodejs (no longer active)", "deno (no longer active)"
},
sukaBeol: true,
}
just those tbh