Skip to content
View nurzhanova2's full-sized avatar
❤️‍🔥
Focusing
❤️‍🔥
Focusing
  • Google
  • Astana
  • 05:44 (UTC +05:00)

Block or report nurzhanova2

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.

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
nurzhanova2/README.md

> whoami

class ZarinaNurzhanova:
    
    def __init__(self):
        self.role = ["Backend Developer", "Data Engineer", "ML Engineer"]
        self.location = "Kazakhstan 🇰🇿"
        self.languages = ["Python", "SQL", "Bash"]
        self.currently = "Building scalable data pipelines & ML systems"
    
    def daily_stack(self):
        return {
            "backend":  ["FastAPI", "Django", "Flask", "asyncio"],
            "data":     ["Apache Airflow", "Spark", "Kafka", "dbt"],
            "ml":       ["PyTorch", "scikit-learn", "MLflow", "Hugging Face"],
            "storage":  ["PostgreSQL", "ClickHouse", "Redis", "S3"],
            "devops":   ["Docker", "Kubernetes", "GitHub Actions", "Terraform"],
        }
    
    def motto(self):
        return "Clean data → smart models → reliable systems 🚀"

Pinned Loading

  1. gpu_flow gpu_flow Public

    GPUFlow is a full-stack system for managing GPU resource queues and JupyterHub sessions, built with FastAPI, PostgreSQL, and async workers. It provides role-based access (user/admin), real-time upd…

    Python