const PROFESSION = 'Software Engineer'
const LOCATION = 'Chennai, India'
// Employers
const employers = [
{ name: 'Maxsoft AG', role: 'Software Engineer', type: 'Part-time' },
]
// Top Skills
const skills = {
languages: ['TypeScript', 'Go', 'Java', 'Python'],
frameworks: [
'React',
'Next.js',
'Tailwind CSS',
'Node.js',
'Express'
'GSAP' // still learning this...
],
databases: ['PostgreSQL', 'MongoDB'],
tools: ['Figma', 'Version Control', 'AWS', 'Docker', 'Kubernetes']
}
// Fun Facts
const interests = [
'Programming',
'Books',
'Video Games',
'Music',
'Movies'
]
Beny Dishon K
Loading Spotify...