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 />
1
2
3
4
5
6
7
8
9
10
11
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"]
}
"expert": [
Python
]
"technologies": [
JavaScript
React
Node.js
Git / GitHub
]
<MyProjects />
1
2
3
4
5
6
2
3
4
5
6
// E-commerce platform
const Samping = {
type: "E-Commerce",
stack: ["HTML", "JS", "Tailwind"],
status: "Active"
};
1
2
3
4
5
6
2
3
4
5
6
# Autonomous Agent in Minecraft
class MinecraftBot:
def __init__(self):
self.brain = "NeuralNetwork"
self.skills = ["Mining", "Combat"]
self.active = True
1
2
3
4
5
6
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
})
1
2
3
4
5
6
2
3
4
5
6
{
"project": "OpenFront Persian",
"task": "Localization / Trans",
"loc": "fa-IR",
"percentage": 100
}