I'm a Systems Architect, Platform Engineer, & lifelong hacker from Edmonton🇨🇦.
I care about open-source, developer tools, AI orchestration, and doing things right.
class About extends Me {
const myTools = {
ProgramingLanguages: ["JavaScript", "TypeScript", "Python", "Rust", "Go", "C"],
OtherLanguages: ["HTML", "CSS", "Bash", "JSON", "Markdown"],
Databases: ["Postgres", "SQLite"],
Editors: ["WebStorm", "RustRover", "GoLand", "VS Code"],
Platforms: ["macOS", "Linux", "Unix", "Windows"],
OtherTools: ["Git", "Docker", "Cursor", "DevTools"]
};
}