Skip to content
View n05tr0m0's full-sized avatar
:electron:
My life is based on true story.
:electron:
My life is based on true story.

Highlights

  • Pro

Organizations

@moscow-python-beer

Block or report n05tr0m0

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

Hello everyone!

I'm a Team Lead and Senior Python Developer specializing in AI-powered healthcare backend systems

I design and build integration platforms that connect medical organizations with diagnostic AI vendors,
focusing on reliable data routing, vendor onboarding, and production readiness.
My work combines system architecture (DDD/EDA, microservices), strong engineering practices (CI/CD, observability, testing),
and hands-on leadership.

My core stack: Python, Apache Kafka, FastAPI, Stream Processing, Docker, PostgreSQL, DICOM, Linux and more.

📬 Reach me: LinkedIn
🏍 Hobby: Motorcycles

Pinned Loading

  1. A simple password generator for CLI ... A simple password generator for CLI with automatic copying of the generated password to clipboard. Don't forget to give the rights to execute.
    1
    #!/usr/bin/env python3
    2
    import argparse
    3
    import platform
    4
    import random
    5
    import subprocess