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,
};
-
Notifications
You must be signed in to change notification settings - Fork 1
kyleratti/kyleratti
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|