type Profile struct {
Pronouns string
Code []string
Technologies map[string][]string
Architecture []string
CurrentFocus string
FunFact string
}
var cerebrux = Profile{
Pronouns: "he/him",
Code: []string{"Linux Shell Scripting", "Python", "Go", "Arduino Programming Language(C/C++)"},
Technologies: map[string][]string{
"databases": {"PostgreSQL", "MariaDB/MySQL", "SQLite"},
"devOps": {"Docker", "LXC", "Virtualization", "Kubernetes", "Cloud OCC,AWS,GCP,Azure", "CI/CD"},
"tools": {"Ubuntu", "macOS", "Proxmox", "Git", "VS Code", "Github", "TinkerCad"},
},
Architecture: []string{"LXC servers", "Containarized Apps"},
CurrentFocus: "Building tools and teaching materials for my students and exploring new tech stacks",
FunFact: "I almost, always misstype sudo as sduo and I am not ashamed! π",
}- π§ Diving deep into Arduino Development
- π Contributing to open-source projects
- π Writing technical blogs and tutorials
- π Learning APL and systems programming
---
I'm always excited to collaborate on interesting projects or discuss technology!
Feel free to reach out if you want to talk about tech, open source, or just want to connect.





