// Work Information
const PROFESSIONS = ["Software Engineer", "Fullstack Engineer", "Frontend Engineer", "Backend Developer"]
 
let experiences = [
  {
    companyName: "The Treedots",
    time: "March 2022 - Present"
  }
]
 
// Most important skills
let languages = ["CSS", "HTML", "JavaScript", "TypeScript", "NodeJS", "PostgreSQL", "OracleSQL"]
 
let JSFrameworks = [
  "QuasarJS", // Vue Framework
  "NuxtJS", // Vue Framework
  "NextJS", // I don't think I should put explanation in here, no?
  "SvelteKit",
  "RemixJS",
  "QwikCity", // Meta framework for QwikJS
]
 
let tools = [
  "GraphQL",
  "Tanstack Query",
  "Tanstack Table",
]
// Work Information
const PROFESSIONS = ["Software Engineer", "Fullstack Engineer", "Frontend Engineer", "Backend Developer"]
 
let experiences = [
  {
    companyName: "The Treedots",
    time: "March 2022 - Present"
  }
]
 
// Most important skills
let languages = ["CSS", "HTML", "JavaScript", "TypeScript", "NodeJS", "PostgreSQL", "OracleSQL"]
 
let JSFrameworks = [
  "QuasarJS", // Vue Framework
  "NuxtJS", // Vue Framework
  "NextJS", // I don't think I should put explanation in here, no?
  "SvelteKit",
  "RemixJS",
  "QwikCity", // Meta framework for QwikJS
]
 
let tools = [
  "GraphQL",
  "Tanstack Query",
  "Tanstack Table",
]