Skip to content
View JM1k1's full-sized avatar

Organizations

@Studio-Yandex-Practicum

Block or report JM1k1

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
JM1k1/README.md
#!/usr/bin/python
class SoftwareEngineer:
    def __init__(self):
        self.name = "Yuliy Mitryashkin"
        self.role = "Backend Software Engineer"
        self.language_spoken = ["ru_RU", "en_US"]
    def __str__(self):
        return "Thanks for dropping by, hope you find some of my work interesting."
me = SoftwareEngineer()
print(me)

Skills

💻 OS

📝 Editors

👨‍💻 Programming languages

🏗️ Web Design Languages

🧰 Frameworks and libraries

🗄️ Databases

☁️ Hosting

⚙️ Tools

Contact

Pinned Loading

  1. MessageGuardianBot MessageGuardianBot Public

    🛡️✉️ Message Guardian Bot is a Telegram bot that safeguards group messages by tracking edits and deletions, ensuring no message is lost. Built with telethon and SQLAlchemy, it offers seamless manag…

    Python