Skip to content
View bizoxe's full-sized avatar

Block or report bizoxe

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

Alexander Matveev

Python Backend Engineer | Focus on Async Systems & Scalable Architecture


Backend Development

  • Core: Python (Asyncio), Pydantic v2, Static Typing (Mypy).
  • Frameworks: FastAPI.
  • Data Access: SQLAlchemy v2.0 & Advanced Alchemy (Repository & Service patterns).
  • Data Layer: PostgreSQL (Query Optimization), PgBouncer, Alembic, Valkey (Redis fork).

Infrastructure & Quality

  • Environment: Linux (Debian 12), Angie (Nginx fork).
  • DevOps & CI/CD: Docker & Docker Compose, GitHub Actions, Bash, Dependabot.
  • Standards & Tooling: Pytest, Ruff, Conventional Commits, ADR.

Projects in Focus

  • IronTrack — Experimental async sandbox for evaluating architectural patterns under hardware constraints.

  • Optimization Context: Conducted on constrained HDD-based storage and Piledriver-based architecture to simulate high-latency, resource-limited environments.

  • Key Improvements:

    • Migrated JWT signing (RSA-2048 to Ed25519) and offloaded Argon2id hashing to ThreadPoolExecutor to prevent Event Loop starvation.
    • Implemented local JTI caching for Access Tokens and native msgspec.json serialization for latency-critical paths.
  • Results: Achieved up to 39% latency reduction across key authentication endpoints, verified through iterative load testing.

  • Documentation: Detailed methodology, flame graphs, and performance metrics are available in the Load Testing Report.


Endpoint Mean Latency Change Primary Factor
/signup -9.26% Argon2id offloading
/signin -39.2% Ed25519 + ORM tuning
/me -36.5% JTI Caching

GitHub Metrics

GitHub Metrics


Contact Details

Telegram LinkedIn

Pinned Loading

  1. iron-track iron-track Public

    Experimental async sandbox exploring backend patterns and concurrency under hardware constraints.

    Python