Skip to content
View manti-by's full-sized avatar
🚀
Waiting for spaceship
🚀
Waiting for spaceship

Block or report manti-by

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

Hi there 🤖

I am Alex, a Python Backend Engineer with 17+ years of experience designing and operating high‑availability systems in fintech, ad‑tech, and data‑intensive domains. Deep expertise in distributed architectures, AWS cloud, and data platforms. Recent focus on AI‑enabled services including RAG, vector search, and LLM integrations. Proven track record delivering scalable APIs, improving system reliability, and driving performance optimization in production.

Core technical stack: Python, Django/FastAPI, Postgres, AWS.

Contact me: manti.by@gmail.com

My Develpment workflow

Develpment workflow Diagram

Click to download my CV

Pinned Loading

  1. odin odin Public

    Home server with IoT dashboard

    Python

  2. coruscant coruscant Public

    Raspberry Pi IoT monitoring application.

    Python

  3. demetra demetra Public

    Coding workflow orchestration tool

    Python

  4. manti.by manti.by Public

    Blog engine using Rocket framework for music and photo publishing.

    Python 2

  5. Ubuntu installation Ubuntu installation
    1
    #!/bin/bash
    2
    echo "Add user and disable password prompt"
    3
    adduser manti
    4
    usermod -aG sudo manti
    5
    echo "manti   ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
  6. mtools mtools Public

    Useful bash shell scripts for updates, converting media files, etc.

    Python 1