Hi, I'm Creator. I'm a blockchain dev and systems designer at heart, and a big fan of Python. These days, I'm mostly coding in TypeScript.
def github_profile():
skills = {
"languages": ["Python", "TypeScript", "Rust"],
"frameworks": ["React", "Node.js"],
"tools": ["FastAPI", "Git", "Docker", "AWS"]
}
return {
"name": name or 'Anonymous',
"title": "Blockchain Developer",
"bio": "Not Found",
"skills": skills,
"contact": None,
}
profile_data = github_profile()