Skip to content
View Kirill-maker's full-sized avatar

Highlights

  • Pro

Block or report Kirill-maker

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

💫 About Me

package main

type Student struct {
    Name       string
    Status     string
    Education  string
    Learning   []string
    AskMeAbout []string
}

func main() {
    kirill := Student{
        Name:      "Kirill Lukin",
        Status:    "CS Student → Backend Developer",
        Education: "🎓 HSE University — Applied Data Analysis & AI (2024–present)",
        Learning:  []string{"Go concurrency (goroutines, channels)", "Modern DL architectures"},
        AskMeAbout: []string{
            "Data preprocessing (Pandas / NumPy)",
            "Training neural networks (PyTorch)",
            "REST APIs & microservices in Go",
        },
    }
    kirill.KeepLearning()
}
  • 🎓 Студент НИУ ВШЭ (Higher School of Economics), направление «Прикладной анализ данных и искусственный интеллект»2024 года)
  • 💼 Развиваюсь как backend-разработчик: пишу RESTful-микросервисы на Go для сервинга ML-моделей
  • 👯 Открыт к Open Source проектам на стыке Data Science и Backend (data-пайплайны на Go)
  • 🤝 Ищу менторства и опыта в MLOps: оптимизация PyTorch-моделей для продакшена
  • 🌱 Изучаю продвинутые паттерны конкурентности в Go и современные Deep Learning архитектуры

🛠️ Tech Stack

🧠 Machine Learning & Data Science

Python PyTorch Pandas NumPy scikit-learn SciPy CUDA Matplotlib Plotly Anaconda

⚙️ Backend & Languages

Go C++ C C# FastAPI Django RabbitMQ Elasticsearch MySQL Nginx

🚀 DevOps & Cloud

Docker Jenkins GitLab CI GitHub Actions Google Cloud Gunicorn Git CMake

🌐 Frontend & Tools

JavaScript React Next JS NodeJS HTML5 CSS3 LaTeX Figma Unity Notion


⏳ Coding Activity (WakaTime)

From: 06 July 2026 - To: 13 July 2026

No activity tracked

📊 GitHub Stats

stats languages
streak
activity graph

🐍 Contribution Snake

github-snake

📝 Latest Posts & Videos

🎬 Контент в разработке — скоро здесь появятся видео о Go, PyTorch и MLOps. А пока — подписывайся на YouTube-канал, чтобы не пропустить первый выпуск!


🏆 GitHub Trophies

trophies

🌐 Connect With Me

LinkedIn Stack Overflow X YouTube Discord Email


✍️ Random Dev Quote

Pinned Loading

  1. pril pril Public

    Python