from dataclasses import dataclass
@dataclass
class SoftwareEngineer:
name: str = "Abunassyr"
role: str = "Software Engineer"
location: str = "Milky Way → Solar System → Earth → Asia → Kazakhstan → Almaty"
bio: str = (
"Yo, I'm Abunassyr. I'm a Software Engineer who builds, solves problems, "
"and turns ideas into reliable, working software."
)
contacts: dict[str, str] = {
"telegram": "https://t.me/itzddos",
"github": "https://github.com/itzddos",
"email": "mailto:ddosmukhambetov@gmail.com",
}
languages = ["Python", "Go", "SQL", "HTML", "CSS"]
frameworks = ["Django", "FastAPI"]
backend = ["REST APIs", "PostgreSQL", "MySQL", "Redis", "Celery"]
automation = ["RPA", "Selenium", "Workflow Automation", "Scripting"]
infrastructure = ["Git", "Docker", "Linux", "CI/CD", "Unit Testing"]
ai = ["PyTorch", "TensorFlow", "Machine Learning", "AI Engineering", "Prompt Engineering"]
networking = ["CCNA", "Routing & Switching", "VLANs", "Network Security"]
@property
def classified(self) -> dict[str, str | None]:
"""Internal information. Access is logged."""
return {
"coffee_level": "CRITICAL",
"sleep": None,
"bugs": "It's a feature.",
"salary": "********",
"production_secrets": "DM for details, XD",
}
engineer = SoftwareEngineer()
-
Python RPA
- Kazakhstan
-
08:18
(UTC +05:00) - https://t.me/itzddos
Pinned Loading
-
code-vulnerability-analysis
code-vulnerability-analysis PublicA project for analyzing source code vulnerabilities and errors, providing reports with suggestions for fixes and improvements. Python version is 3.12.5
Python 9
-
ecommerce-telegram-bot
ecommerce-telegram-bot PublicTelegram is a bot store written in Python with Django + Aiogram frameworks. There is a Django Admin Panel with the ability to create, edit, delete categories, subcategories, products. The bot itsel…
-
code-to-cv
code-to-cv Publiccode-to-cv is a pet project that generates professional resumes from GitHub profiles. Users can upload their GitHub link, apply filters, and create resumes showcasing their coding skills and projec…
-
itzddos
itzddos PublicYo, I'm Abunassyr — a Software Engineer from Almaty, Kazakhstan. I build backend systems, automate things, and occasionally convince bugs that they're features.
If the problem persists, check the GitHub status page or contact support.


