classAppSolves(metaclass=Singleton):
passclassAttributes(AppSolves):
@propertydefcontact(self) ->tuple[str, str, str]:
email="contact@appsolves.dev"stackoverflow="https://stackoverflow.com/users/19960585"instagram="https://www.instagram.com/appsolves.dev/"returnemail, stackoverflow, instagram@propertydefpersonal(self) ->tuple[list[str], int]:
languages= ['German', 'English', 'Turkish']
age=18returnlanguages, age@propertydefprofession(self) ->tuple[dict[str, list[str]], list[str], str]:
languages= {
'professional': ['python', 'dart'],
'intermediate': ['c++', 'javascript'],
'beginner' : ['c#']
}
specializations= ['ml/dl', 'pytorch/tensorflow', 'app development']
ide='vscode'returnlanguages, specializations, ide🕘
BUSY
Building the next generation of software infrastructure • Creator of Fidan — a high-performance, AI-native programming language • Focused on deep learning
- Germany
-
21:38
(UTC +02:00) - https://www.appsolves.dev
- @appsolvesdev
- appsolves.dev
- @AppSolves
- in/kaangoenueldinc
Pinned Loading
- fidan-lang/fidan
fidan-lang/fidan PublicFidan is the world's first AI-native next-generation language that lets you prototype like Python, run like C, and ship with Rust-level safety.
Rust 1
- rc522-mfc-recovery
rc522-mfc-recovery PublicA reproducible, read-only research toolkit for recovering MIFARE Classic 1K sector keys with a Raspberry Pi and an inexpensive MFRC522 / RC522 reader.
Python 1
- fastapi-users-db-dynamodb
fastapi-users-db-dynamodb PublicFastAPI Users - Database adapter for AWS DynamoDB
Python 2
- pylocalauth
pylocalauth PublicCross-platform local authentication library for Python applications.
Python 2
- captametropolis
captametropolis PublicForked from unconv/captacity
Add Automatic Captions to YouTube Shorts, Instagram Reels and TikToks with AI!
Python 3
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.


