Skip to content
View itzddos's full-sized avatar
💢
caffeine and chaos
💢
caffeine and chaos

Block or report itzddos

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
itzddos/README.md
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()

Pinned Loading

  1. code-vulnerability-analysis code-vulnerability-analysis Public

    A project for analyzing source code vulnerabilities and errors, providing reports with suggestions for fixes and improvements. Python version is 3.12.5

    Python 9

  2. ecommerce-telegram-bot ecommerce-telegram-bot Public

    Telegram 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…

    Python 34 5

  3. code-to-cv code-to-cv Public

    code-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…

    Python 9 1

  4. itzddos itzddos Public

    Yo, I'm Abunassyr — a Software Engineer from Almaty, Kazakhstan. I build backend systems, automate things, and occasionally convince bugs that they're features.