Skip to content
View 0xV8's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing

Block or report 0xV8

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
0xV8/README.md

0xV8

Typing SVG

GitHub followers Profile Views


$ whoami

#!/usr/bin/env python3

class Developer:
    def __init__(self):
        self.username = "0xV8"
        self.role = "Software Engineer | Open Source Enthusiast"
        self.code_style = "clean_code > clever_code"
        self.workspace = {
            "os": "Linux",
            "editor": "VSCode / Vim",
            "terminal": "Zsh + Tmux",
            "theme": "Dracula / Tokyo Night"
        }
        
    def current_status(self):
        return {
            "learning": ["System Design", "Cloud Native", "DevOps"],
            "building": "Scalable backend systems",
            "contributing": "Open Source Projects",
            "coffee_consumed": "∞"
        }
    
    def tech_stack(self):
        return {
            "backend": ["Node.js", "Python", "Go", "Java"],
            "frontend": ["React", "TypeScript", "Next.js"],
            "databases": ["PostgreSQL", "MongoDB", "Redis"],
            "devops": ["Docker", "Kubernetes", "CI/CD", "AWS"],
            "tools": ["Git", "Linux", "Bash", "Docker"]
        }

me = Developer()
print(f"Currently: {me.current_status()}")

> Initializing developer environment...

[β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ] 100% βœ“ Ready to code


$ cat tech_stack.json

{
  "languages": {
    "proficient": ["JavaScript", "TypeScript", "Python", "Java"],
    "learning": ["Go", "Rust", "C++"]
  },
  "frontend": {
    "frameworks": ["React", "Next.js", "Vue.js"],
    "styling": ["TailwindCSS", "CSS3", "Sass"],
    "tools": ["Webpack", "Vite", "Babel"]
  },
  "backend": {
    "runtime": ["Node.js", "Deno"],
    "frameworks": ["Express", "NestJS", "FastAPI", "Django"],
    "api": ["REST", "GraphQL", "gRPC"]
  },
  "database": {
    "sql": ["PostgreSQL", "MySQL"],
    "nosql": ["MongoDB", "Redis"],
    "orm": ["Prisma", "TypeORM", "Mongoose"]
  },
  "devops": {
    "containers": ["Docker", "Kubernetes"],
    "ci_cd": ["GitHub Actions", "Jenkins", "GitLab CI"],
    "cloud": ["AWS", "GCP", "Azure"],
    "monitoring": ["Prometheus", "Grafana"]
  }
}
πŸ”§ Tools & Environment

Linux Git Docker Kubernetes VS Code Vim Postman GitHub

πŸ’» Languages & Frameworks

JavaScript TypeScript Python Java Go React Next.js Node.js Express FastAPI

πŸ—„οΈ Databases & Cloud

PostgreSQL MongoDB Redis MySQL AWS GCP


$ git stats --user=0xV8

GitHub Stats GitHub Streak
Top Languages Productive Time

$ git log --graph --oneline --contributions

Activity Graph

πŸ† Achievement Unlocked

Trophies


$ ls -la ~/projects

πŸ“‚ Pinned Repositories

These will automatically show your pinned repos from your GitHub profile. To customize which repos appear here, go to your GitHub profile and pin your favorite repositories!

Alternatively, you can manually add specific repos by replacing REPO_NAME below with your actual repository names:

Repo 1


$ cat /var/log/activity.log

[INFO] 2025-10-23 | Status: Active Developer
[TASK] Building scalable applications
[GOAL] Contributing to open source
[STAT] Writing clean, maintainable code
[NOTE] Learning never stops...

🎯 Current Mission

  • πŸ”¨ Working on innovative projects
  • πŸ“š Deep diving into system design & architecture
  • 🌐 Contributing to open source community
  • πŸ’‘ Exploring new technologies & frameworks
  • 🀝 Collaborating with developers worldwide

$ echo "Let's connect!"

0xV8@github:~$ cat social_links.sh

GitHub LinkedIn Twitter Email Portfolio


╔═══════════════════════════════════════════════════════════╗
β•‘                                                           β•‘
β•‘  "Talk is cheap. Show me the code." - Linus Torvalds     β•‘
β•‘                                                           β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

> System Status: Online

> Mode: Building & Learning

> Coffee Level: β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘ 80%

0xV8@github:~$ exit

Wave

⚑ Powered by caffeine and curiosity | Made with πŸ’š by 0xV8

Popular repositories Loading

  1. Notify-fcm Notify-fcm Public

    Simple FCM Gem for sending Push Notifications to iOS as well as Android devices

    Ruby 18 6

  2. Python_fcm Python_fcm Public

    Simple FCM (Firebase Cloud Messaging) Gem for sending Push Notifications to iOS as well as Android devices

    Python 5 1

  3. signledger signledger Public

    SignLedger is a production-ready Python library for immutable audit logging with cryptographic verification. Built for compliance, security, and trust, SignLedger provides blockchain-inspired tampe…

    Python 5 1

  4. u_notify u_notify Public

    Universal Notification

    Ruby 4

  5. taskx taskx Public

    Stop fighting with Makefiles. taskx brings the simplicity of npm scripts to Python with the power you actually need.

    Python 4 1

  6. envwizard envwizard Public

    Smart environment setup tool for Python projects - One command to create virtual environments, install dependencies, and configure .env files intelligently.

    Python 3