fromdataclassesimportdataclassfromtypingimportTupleclassMeta(type):
def__new__(cls, name, bases, attrs):
new_cls=super().__new__(cls, name, bases, attrs)
returndataclass(unsafe_hash=True, frozen=True)(new_cls)
classBio(metaclass=Meta):
name : str="Nibaldo Chavez"designation : str="Full Stack Programmer"portfolio : str="https://niba291.github.io/"classStack(metaclass=Meta):
languages : Tuple[str, ...] = ("Python", "PHP", "Java", "C#", "Node", "JavaScript", "TypeScript")
databases : Tuple[str, ...] = ("MySQL", "MariaDB", "SQL Server", "MongoDB", "NoSql", "SqlLite") misc : Tuple[str, ...] = ("GIT", "React", "React-Native", "Next.js", "Jquery", "DJango", "Flask", "Bootstrap",
"Electron.js", "Apache cordova", "Laravel", "Codeigniter", "Symfony", "TailwindsCss",
"Astro", "Docker", "Django", "Selenium", ".Net", "Redux", "Zustand")
classLanguages(metaclass=Meta):
languages : Tuple[str, ...] = ("Spanish Native", "English B1-B2")🙀
pensanding
Developer Full Stack
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
Uh oh!
There was an error while loading. Please reload this page.




