I am a Systems Engineer. Currently studying AI/ML.
def get_current_status():
motto = "learning about cool things. creating while at it."
# tools I use and technologies I am learning
stack = [
"python",
"typescript",
"rust",
"vuejs",
"nuxt",
"supabase",
"proxmox",
"talos",
"cilium",
"longhorn",
"zitadel"
]
return motto, stack
if __name__ == "__main__":
get_current_status()
