Welcome to my GitHub profile! 👋
|
Software Engineering — University of Calgary
|
const luca: {
pronouns: string[];
currentWork: string[];
languages: string[];
frameworksAndLibraries: string[];
platformsAndTools: string[];
databases: string[];
focusAreas: string[];
goal: string;
} = {
pronouns: ["he", "him"],
currentWork: [
"Project Manager @ TechStart — Leading Networking Icebreaker application development",
"Full-stack Developer @ Code the Change YYC"
],
languages: [
"TypeScript", "JavaScript",
"Python", "C", "C++", "C#",
"Java", "RISC-V Assembly"
],
frameworksAndLibraries: [
"React", "Next.js", "Node.js",
"Express", "React Native", "Expo",
"TailwindCSS", "Flask", "Unity"
],
platformsAndTools: [
"Git", "GitHub", "Docker",
"Linux/Unix Shell", "Jira",
"CI/CD Workflows"
],
databases: ["PostgreSQL", "MySQL", "MongoDB", "pgAdmin", "Supabase"],
focusAreas: [
"Full-Stack Web Development",
"Technical Project Management",
"Product Scoping & Feature Definition",
"Accessible & User-Centered Design"
],
goal: `
Build meaningful software, lead impactful teams, and grow into
a strong full-stack engineer with product-driven thinking.
`,
};
