Skip to content

HoseiinTech/HoseiinTech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 

Repository files navigation

Typing SVG

class BackEndDeveloper:

    def __init__(self):
        self.name = "Mohammad Hossein Mahmoudian"
        self.role = "Junior Back-End Developer"
        self.skills = ["Python", "Django & DRF", "MySQL", "Linux", "Git&GitHub", "Basics Network&Security"]
        
        self.social = {
          "Email": "mahmodian8713@gmail.com",
          "Telegram": "https://t.me/mahmodian8713",
          "Instagram": "https://www.instagram.com/mhmdhosin.mahmodian/"
        }
        
    def say_hi(self):
        print("Thank you for your time, I will be happy to work with you")
        
me = BackEndDeveloper()
me.say_hi()

More about me in your terminal :

npx hoseiintech

buy me a coffee

Releases

No releases published

Packages

No packages published