Skip to content
View ohhaus's full-sized avatar
  • Russia
  • 11:23 (UTC +03:00)

Block or report ohhaus

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
ohhaus/README.md

Typing SVG


$ whoami

Python backend developer. Строю backend-системы с упором на архитектуру и долгосрочную поддерживаемость. За основу беру подходы Netflix Dispatch: разделение слоёв ответственности, независимость доменов, предсказуемое поведение при масштабировании.

Contact: Telegram · Email


$ ls -la projects/

Проект Описание Стек Статус
orderly-ai SaaS-платформа управления заказами. Multi-tenant (schema-level isolation), AI-аналитика, clean architecture FastAPI · PostgreSQL · Redis · asyncio · Pydantic v2 🔨 В разработке
cafe-booking REST API бронирования столиков. Cache-aside с domain-aware инвалидацией, Celery-уведомления. Teamlead/Backend Developer FastAPI · PostgreSQL · Redis · Celery · Docker ✅ Завершён
foodgram Продуктовый помощник: публикация рецептов, умный список покупок, кастомный импорт данных. Задеплоен на сервер Django · DRF · Nginx · Gunicorn · Docker ✅ Завершён
url-shortener Сервис коротких ссылок с аналитикой. Redis-кэш сократил latency с 80мс до 3мс FastAPI · PostgreSQL · Redis · Alembic ✅ Завершён

$ cat stack.py

backend = {
    "languages":   ["Python", "SQL", "Bash"],
    "frameworks":  ["FastAPI", "Django", "DRF", "Flask"],
    "databases":   ["PostgreSQL", "Redis", "RabbitMQ"],
    "orm":         ["SQLAlchemy 2.0", "Alembic"],
    "infra":       ["Docker", "Nginx", "Gunicorn", "Linux", "CI/CD"],
    "testing":     ["pytest", "pytest-asyncio", "coverage"],
    "other":       ["Celery", "Pydantic v2", "REST API", "OpenAPI 3.0", arq],
}

principles = ["Clean Architecture", "Multi-tenancy", "Cache-aside pattern", "Domain-driven design"]

$ htop


$ docker ps

CONTAINER   IMAGE              STATUS        NOTES
orderly     fastapi            Building...   multi-tenant SaaS, clean arch
booking     fastapi            Up            cache-aside, celery, teamlead
foodgram    django:3.2         Up            deployed, nginx, gunicorn
shortener   fastapi            Up            redis cache, 80ms → 3ms

Python FastAPI Django PostgreSQL Redis Docker Linux Celery

Profile Views

Popular repositories Loading

  1. dotfiles dotfiles Public

    Michael's dotfiles

    1

  2. cat_charity_fund cat_charity_fund Public

    Сервис для сбора пожертвований на различные целевые проекты помощи котикам. Приложение позволяет создавать благотворительные проекты, принимать пожертвования от пользователей и автоматически распре…

    Python 1

  3. cafe-booking cafe-booking Public

    Python 1 1

  4. synthetic-data-factory synthetic-data-factory Public

    Веб-приложение для быстрой генерации больших наборов синтетических персональных данных. Построено на FastAPI и Dask, что обеспечивает высокую производительность за счёт параллельной обработки.

    Python

  5. ohhaus ohhaus Public

    Config files for my GitHub profile.

  6. air air Public

    Forked from feldroy/air

    The new Python web framework by the authors of Two Scoops of Django

    Python