Skip to content

SanjaySunil/SanjaySunil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

import Profile from "SanjaySunil"

class Bio extends Profile {
  name    = "Sanjay Sunil";
  email   = "contact@sanjaysunil.net";
  website = "https://sanjaysunil.net";
}

class Skills extends Profile {
  languages        = ["JavaScript", "TypeScript", "Python", "C++"];
  frontend         = ["React", "Gatsby", "Next.js"];
  backend          = ["Node", "Express"];
  desktop          = ["Electron"];
  databases        = ["Firebase", "MongoDB"];
  devOps           = ["Git", "GitHub Actions"];
  toolchains       = ["npm", "Yarn", "Chocolatey"];
  hosting          = ["Netlify", "Firebase", "Heroku"];
  operatingSystems = ["macOS", "GNU/Linux", "Windows"];
  iot              = ["Raspberry Pi", "Arduino"];
  editors          = ["Visual Studio Code"];
}