Skip to content
View armanexplorer's full-sized avatar
😉
😉

Highlights

  • Pro
Block or Report

Block or report armanexplorer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
armanexplorer/README.md

armanexplorer ⚡

Educated and enthusiastic about Software Engineering and the challenges involved in its incredible evolutionary journey.

Berlin in MoneyHeist
 
image source: EastMojo

Top Skills 💣

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.

github-contributions-snake

Backend 🧊


Django Python Redis RabbitMQ Postgres MongoDB MySQL SQLite Celery Swagger curl Postman Selenium


Cloud 🔮


GitHub Actions GitLab CI CircleCI Vercel Heroku SemaphoreCI Azure DevOps Azure Pipelines Gunicorn pm2 Nginx Apache Linux Cent OS Debian Ubuntu Docker Kubernetes Vagrant Shell Script

Complementary Skills 🎈

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.


Front-end 🪩


JavaScript TypeScript jQuery HTML5 CSS3 Bootstrap React Next JS Figma Material Design


Project & Team Management 🥸


Scrum Alliance Slack Trello Jira Azure

Intro Code 👨‍💻

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)  

Output 🥤

0️⃣: Hi, I’m Arman, an explorer one :) 👋

1️⃣: Characteristically an Optimizer and Problem Solver Geek, dreaming better life for the people

2️⃣: Experienced in Django Backend Development , Cloud Development

3️⃣: Having also professional experiences in Project & Team Management and Front-end Development

4️⃣: Currently working on Developing and Maintaining WebSties and Telegram Bots as Django Backend Developer and Cloud Developer

5️⃣: Fascinated by Software Engineering, People , Solving Problems, Silence

6️⃣: You can reach me by typing armanexplorer evereywhere

7️⃣: Always happy to hear from you ;)


The End!


Popular repositories Loading

  1. nlp-kohan nlp-kohan Public

    Pre-processing of Kohan Persian texts

    Python 1

  2. sshuttle sshuttle Public

    Make use of sshuttle to tunnel system

    Shell 1

  3. django-markdown-editor django-markdown-editor Public

    Forked from agusmakmun/django-markdown-editor

    Markdown Editor plugin for Django (great to use outside default django admin)

    JavaScript

  4. chatroom chatroom Public

    a simple chatroom

    HTML

  5. network network Public

    Multi-Player Network Project

    CSS 1

  6. jDateTime jDateTime Public

    Forked from sallar/jDateTime

    [UNMAINTAINED] Jalali DateTime Class for PHP

    PHP