System Override: You've entered the Matrix.
Press ESC to return to reality.
Welcome to my IDE

I'm NOBODY

A developer passionate about building clean, efficient, and interactive solutions for the web and python projects.

nobody@portfolio:~$ curl -s https://nobodydv.ir/skills

<AboutMe />

profile.py
1
2
3
4
5
6
7
8
9
10
11
# Developer profile summary class Nobody: role = "Python & Web Developer" location = "Iran" bio = "I enjoy solving complex problems, automating workflows, and building modern frontends." def get_skills(self): return { "expert": ["Python"], "intermediate": ["JS", "React", "Node", "Git"] }
skills.json

"expert": [

Python

]

"technologies": [

JavaScript React Node.js Git / GitHub

]

<MyProjects />

samping_website.js
1
2
3
4
5
6
// E-commerce platform const Samping = { type: "E-Commerce", stack: ["HTML", "JS", "Tailwind"], status: "Active" };
minecraft_ai.py
1
2
3
4
5
6
# Autonomous Agent in Minecraft class MinecraftBot: def __init__(self): self.brain = "NeuralNetwork" self.skills = ["Mining", "Combat"] self.active = True
discord_backup.py
1
2
3
4
5
6
# Discord.py server utilities async def backup_server(ctx): guild = ctx.guild db.save({ "roles": guild.roles, "channels": guild.channels })
openfront_fa.json
1
2
3
4
5
6
{ "project": "OpenFront Persian", "task": "Localization / Trans", "loc": "fa-IR", "percentage": 100 }

<Contact />