Hey,
I'm Stellan, a photographer based in Hamburg who entered the world of coding by completing the web development bootcamp at neuefische GmbH.
class WhoAmI:
user = 'Stellan'
current_work = 'photographer and still improving my code skills'
tech_skills = [
'mac user for 14 years',
'adobe photoshop',
'adobe lightroom',
'capture one',
'javascript',
'react',
'next.js',
'node.js',
'css',
'html',
]
hobbies = [
'photography',
'my dog',
'spending time with family and friends',
'video games',
'different creative things',
'DIY',
'tattoo myself or others',
'many more...',
]
def getCity():
return Hamburg_Germany()
def Ambitions():
LearnCoding()
CreateWebsite()
GetInteresstingWebDevJob()
# Assume 10 more awesome ambitions here ;)