Skip to content
View 0Xsolcreator's full-sized avatar

Block or report 0Xsolcreator

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 100 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
0Xsolcreator/README.md

vector

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.

Snake animation

πŸ“ˆ Profile Stats

Top Langs GitHub Stats

πŸ‘¨πŸ»β€πŸ’» Specialized in

Python Typescript Rust React FastAPI Streamlit Web3 Solana AWS IPFS Postgres

πŸ‘¨πŸ»β€πŸ’» Β More About Me

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()

Popular repositories Loading

  1. SOLID-Score-module SOLID-Score-module Public

    Jupyter Notebook 2

  2. solana-python-examples solana-python-examples Public

    Python 1

  3. Guessing_missing_letters_using_ML Guessing_missing_letters_using_ML Public

    I have trained Seq2Seq and LSTM models to guess the missing letters from a word

    Jupyter Notebook

  4. Vehicle_Tracking Vehicle_Tracking Public

    JavaScript

  5. huddle-video-meet huddle-video-meet Public

    TypeScript

  6. solana-py solana-py Public

    Forked from michaelhly/solana-py

    Solana Python SDK

    Python