#!/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()}")[ββββββββββββββββββββββββββββ] 100%
β Ready to code
{
"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"]
}
}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:
[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...
- π¨ Working on innovative projects
- π Deep diving into system design & architecture
- π Contributing to open source community
- π‘ Exploring new technologies & frameworks
- π€ Collaborating with developers worldwide
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β "Talk is cheap. Show me the code." - Linus Torvalds β
β β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ0xV8@github:~$ exitβ‘ Powered by caffeine and curiosity | Made with π by 0xV8

