0xV8 - Overview


$ 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!"


╔═══════════════════════════════════════════════════════════╗
║                                                           ║
║  "Talk is cheap. Show me the code." - Linus Torvalds     ║
║                                                           ║
╚═══════════════════════════════════════════════════════════╝

> System Status: Online

> Mode: Building & Learning

> Coffee Level: ████████░░ 80%

Wave

⚡ Powered by caffeine and curiosity | Made with 💚 by 0xV8