Skip to content
View MK-444's full-sized avatar
:shipit:
:shipit:

Organizations

@MaKosTechAI

Block or report MK-444

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.

Content in all repositories owned by your account will be closed.
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
MK-444/README.md

Hello there πŸ‘‹

class Software Engineer:
    """
    πŸ‘©β€πŸ’» Just like the Singleton pattern ensures a single, unique instance, 
    each of us is a singular, irreplaceable individual in this world.
    """
    _instance = None

    def __new__(cls, *args, **kwargs):
        """ πŸ‘Ά We create ourselves, and everything depends solely on us. """
        if cls._instance is None:
            cls._instance = super().__new__(cls)
        return cls._instance

    def __init__(self):
        self.name: str = "πŸ‘© Marie Kostenkova"
        self.role: str = "πŸš€πŸ DevOps Engineer/Python developer"
        self.language_spoken: set[str] = {"πŸ‡¨πŸ‡Ώ cs_CZ", "πŸ‡ΊπŸ‡Έ en_US", "πŸ‡ΊπŸ‡¦ uk", "πŸ‡·πŸ‡Ί ru-RU"}

    def say_hi(self) -> str:
        """ Return my greeting message."""
        return "πŸ˜€ Thanks for dropping by, hope you find some of my work interesting."


me = PythonDeveloper()
greeting = me.say_hi()
print(greeting)

My stack

Python Django Django Rest Framework Django Ninja FastAPI Flask Celery Postgresql Redis React HTML5 CSS3 Docker Postman Linux Git

Popular repositories Loading

  1. context-advertising context-advertising Public

    πŸ“° πŸ’° Ads by keywords

    Python 2 1

  2. HandTrackingProject HandTrackingProject Public

    πŸ–οΈ 🀏 ✌️ πŸ‘

    Python 1

  3. spotify-downloader spotify-downloader Public

    πŸ“² Download music to your device

    Python 1 1

  4. WebsiteColor WebsiteColor Public

    🎨 ✨

    CSS

  5. Registration Registration Public

    πŸ—οΈ Form registration

    CSS

  6. Excel Excel Public

    πŸ“„ πŸ’Ή πŸ“Š πŸ’»

    Python