Educated and enthusiastic about Software Engineering and the challenges involved in its incredible evolutionary journey.
The followings are the stacks I had the chance to penetrate deep into them. So, I've been using these tools and technologies to make the projects serve best to their end users. My professional life has been affected by Django & Python for +5 years, and fascinated by Cloud for +3 years.
I have learned these skills on my own as self-taught skills. Being a quick learner, these skills are vast in range, from front-end development to the experience of managing teams and projects and the experience of working with AI tools to create high-tech projects.
me = 'Arman'
character = 'Optimizer and Problem Solver Geek, dreaming better life for all the people around the world'
top_skills = [
'Django Backend Development',
'Cloud Development'
]
complementary_skills = [
'Project Management',
'Front-end Development'
]
interests = [
'Software Engineering',
'People',
'Solving Problems',
'Silence'
]
work = 'Making `WebSties` and `Telegram Bots` alive as Django Backend Developer and Cloud Developer'
contact_me = {'Linkedin': 'https://www.linkedin.com/in/armanexplorer', 'Telegram': 'https://t.me/armanexplorer', 'Email': '[email protected]'}
# generate intro
intro = (
f'Hi, I’m `{me}`, an explorer one :) 👋\n'
f'Characteristically an {character}\n'
f'Experienced in `{"` , `".join(top_skills)}`\n'
f'Having also professional experiences in `{"` , `".join(complementary_skills)}`\n'
f'Currently working on {work}\n'
f'Fascinated by `{"` , `".join(interests)}`\n'
f'You can reach me by typing `armanexplorer` evereywhere\n'
)
for tool_name, tool_link in contact_me.items():
intro += f'* [{tool_name}]({tool_link})\n'
intro += 'Always happy to hear from you ;)'
print(intro)