// Work Information
 
const PROFESSION = 'Fullstack Developer'
 
let employee = [
  'Circle IT Warehouse', // Freelance, Dec 2023 - present
  'Eduskill' // Part time, Aug 2023 - Jan 2024
  'Webcare.idn', // Internship, Jul 2023 - Dec 2023
]
 
// Most important skills
let languages = [
    'HTML', 
    'CSS', 
    'JavaScript', // still learning this...
    'Typescript', // still learning this...
    'PHP' // still learning this...
]
 
let frameworks = [
  'React',
  'Next.Js',
  'Tailwind CSS',
  'Strapi',
  'Laravel', // still learning this...
  'Codeigniter', // still learning this...
  'Bootstrap'
]
 
let runtime environment = [
    'Node.js' 
]
 
let rdbms = [
    'MySQL'.
    'PostgreSQL', // still learning this...
]
 
let orm = [
    'Prisma' // still learning this...
]
 
let anothers = [
    'Wordpress',
    'Figma'
]
// Work Information
 
const PROFESSION = 'Fullstack Developer'
 
let employee = [
  'Circle IT Warehouse', // Freelance, Dec 2023 - present
  'Eduskill' // Part time, Aug 2023 - Jan 2024
  'Webcare.idn', // Internship, Jul 2023 - Dec 2023
]
 
// Most important skills
let languages = [
    'HTML', 
    'CSS', 
    'JavaScript', // still learning this...
    'Typescript', // still learning this...
    'PHP' // still learning this...
]
 
let frameworks = [
  'React',
  'Next.Js',
  'Tailwind CSS',
  'Strapi',
  'Laravel', // still learning this...
  'Codeigniter', // still learning this...
  'Bootstrap'
]
 
let runtime environment = [
    'Node.js' 
]
 
let rdbms = [
    'MySQL'.
    'PostgreSQL', // still learning this...
]
 
let orm = [
    'Prisma' // still learning this...
]
 
let anothers = [
    'Wordpress',
    'Figma'
]