Skip to content
View HaranK007's full-sized avatar

Block or report HaranK007

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
HaranK007/README.md


👨🏻‍💻  More About Me

def github_profile():
    name = "HaranK007"
    title = "Systems and Web Application Engineer"
    bio = """Enthusiastic about the intersection of blockchain, web development, and systems engineering. Proficient in designing and deploying web applications, managing cloud     
             infrastructure, and exploring Web3 Techs."""

    skills = {
        "languages": ["Python", "TypeScript"],
        "frameworks": ["React", "Node.js"],
        "tools": ["FastAPI", "Git", "Docker", "AWS"]
    }

    return {
        "name": name,
        "title": title,
        "bio": bio,
        "skills": skills,
        "contact": contact
    }

profile_data = github_profile()

Tech Stack

python logo javascript logo typescript logo nodejs logo react logo postgresql logo rust logo firebase logo linux logo


Snake animation

Popular repositories Loading

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

    Jupyter Notebook 2

  2. HaranK007 HaranK007 Public

    Config files for my GitHub profile.

    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