_ _ _____ _
| | ___ | |__ _ _|_ _| __ _ _ _ __ (_)_ __
_ | |/ _ \| '_ \| '_ \| || '__| | | | '_ \| \ \/ /
| |_| | (_) | | | | | | | || | | |_| | | | | |> <
\___/ \___/|_| |_|_| |_|_||_| \__,_|_| |_|_/_/\_\
const john = {
name: 'John Trunix',
origin: 'Switzerland',
languages: ['en_US', 'de_CH'],
code: {
lang: ['Python', 'JavaScript', 'Go', 'R'],
db: ['PostgreSQL', 'MongoDB'],
cloud: ['AWS', 'Terraform'],
other: ['Docker', 'Git', 'Gitlab', 'CI']
},
roles: ['Student', 'Working Student'],
interests: [
'Open Source',
'DevOps',
'Kubernetes',
'Containerization',
'Web Development'
]
};