const nova = {
pronouns: "he/him",
code: ["JavaScript", "TypeScript", "Python", "Bash"],
focus: ["backend systems", "automation", "infrastructure"],
philosophy: "if it can be automated, it should be",
currentObsession: "building tools that build things",
};- Automation-first. I don't do the same thing twice. If a workflow exists, it gets codified.
- Systems over scripts. I build platforms, not one-offs. Everything connects.
- Ship > perfect. Working software beats perfect plans. Iterate in production.
- Open by default. Knowledge compounds when shared.
