class dtoxvanilla1991():
def __init__(self):
super(dtoxvanilla1991, self).__init__()
self.name = "dtoxvanilla1991"
self.pronouns = "He/Him"
self.projects = [
"Coello One - commercial online store for one sleeve shirt",
"StormGuard - weather app using capacitor for both iOS, Android and web support",
"CS50-AI - a bunch of advanced solutions to the CS50 AI course",
]
self.learning = [
"10000+ hrs of online learning, courses, certifications, schools and hackathons",
]
self.collaborate_on = ["KINDE jt-utils", "KINDE node-express SDK"]
self.ask_me_about = [
"Python backend solutions with Flask on DBMSs",
"TypeScript and React development with Vite",
"AI RAG solution integration to enabling smart contracts in SecuriGroup",
"Smart AI-based form suggestions for Lavanda UK"
]
self.reach_me = "[email protected]"
self.love = [
"Leetcode",
"Trying new languages I've never used before",
"Publishing interesting projects"
]
self.fun_facts = [
"I am writing this README.md at 03:54 AM 🤔",
"I am a fitness enthusiast, love outdoors as much as games, innovation and dogs"
]
def forward(self, input):
return input
profile = dtoxvanilla1991()|
|
|


