Skip to content
View ClassyAJ's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report ClassyAJ

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 250 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
ClassyAJ/README.md

MasterHead

ClassyAJ's GitHub stats

Linkedin: Aaron Joshua Beglau Vegpur Website

My mom said to introduce myself

from typing import Self


class ClassyAJ:
    _instance = None

    def __new__(cls) -> Self:
        if cls._instance is None:
            cls._instance: Self = super().__new__(cls)
            cls._instance.name = "AJ"
            cls._instance.role = "Cloud Compute Engineer"
            cls._instance.employer = "STACKIT"
            cls._instance.the_not_so_important_languages = ["de", "en"]
            cls._instance.languages = ["python", "typescript", "go"]
            cls._instance.specialities = ["FastAPI🧡", "cli ui/ux", "pandas", "design patterns", "backend"]
            cls._instance.about_me = {
                "what_i_enjoy": "playing catch with my son",
                "what_else": "professionally enjoying memes",
                "favourite_color": "orange, duh",
                "cant_live_without": "hot chocolate + coffee",
            }
        return cls._instance

    def moin(self) -> None:
        print(f"Hallo! I'm {self._instance.name}, your friendly {self._instance.role}.")


me = ClassyAJ()
me.moin()

batman = ClassyAJ()
print(me is batman)
> True

whatamidoing

yes. these rare pepes are mine

Pinned Loading

  1. py-jpg-compressor py-jpg-compressor Public

    Python 1