8000 GitHub - kyleratti/kyleratti
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kyleratti/kyleratti

Repository files navigation

const about = {
  name: "Kyle Ratti",
  location: "Maryland",
  intro: "Building something cool for you to use!",
};

const skills = {
  languages: ["C#", "F#", "TypeScript", "JavaScript", "HTML", "CSS", "PowerShell", "Lua"],
  databases: ["SQL Server", "SQLite", "Postgres", "CosmosDB"],
  operatingSystems: {
    server: ["Ubuntu Server", "Windows Server"],
    desktop: ["Windows", "Ubuntu"],
  },
  tools: ["GitHub Actions", "Docker", "Hyper-V", "VS Code", "Rider", "Visual Studio"],
};

const hobbies = ["Biking", "Cars", "Gaming", "Photography", "Programming", "RC Cars"];

export const kyleRatti = {
  about,
  skills,
  hobbies,
};
0