Skip to content
View Raxev's full-sized avatar
👨‍💻
Always Learning
👨‍💻
Always Learning

Block or report Raxev

Report abuse

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

Report abuse
Raxev/README.md

Hi, I'm Alex

Django/Python backend developer · ~7 years building production systems

I spend most of my time building APIs, optimizing queries, and wiring up integrations. Currently at ONeil Interactive working on a multi-tenant Django platform for home-builder marketing.

What I'm comfortable with

Django & databases

  • Django ORM (select_related, prefetch_related, annotations, subqueries)
  • PostgreSQL (schema design, migrations, query optimization)
  • Writing raw SQL when the ORM doesn't fit

APIs & integrations

  • Django REST Framework
  • Building and maintaining integrations (Stripe, HubSpot, Klaviyo, OAuth, etc.)
  • Handling webhooks, idempotency, retries

Async work

  • Celery for background jobs
  • Task scheduling and multi-step workflows
  • Keeping track of state across distributed calls

Stack

Languages: Python, JavaScript, SQL
Web: Django, Django REST Framework
Data: PostgreSQL, Celery, RabbitMQ
Testing: pytest, manual testing across dev/staging/prod

Learning

Currently exploring JavaScript, FastAPI, django-ninja, and AI-augmented workflows in Django.

Open to senior backend roles.

Pinned Loading

  1. capstone-movie-ticketing capstone-movie-ticketing Public

    Programming Capstone Project - Movie Ticketing Web App to reserve tickets online.

    Python 1

  2. datastructures1 datastructures1 Public

    Object-oriented program that implements several sorting algorithms of different algorithm complexities. Differently ordered files are then sorted using several algorithms and the number of comparis…

    Python 1

  3. datastructures2 datastructures2 Public

    Program that simulates playing a solitaire card game that has a special mathematical feature of being able to find the longest increasing or decreasing subsequences of the shuffled cards. This prog…

    Python 1

  4. datastructures3 datastructures3 Public

    Encryption/Compression Project. Object-Oriented program that encrypts a message, compresses the message, decompresses the message, and decrypts the message. Uses the Vigenere encryption/decryption …

    Python 1

  5. datastructures4 datastructures4 Public

    Object-oriented program that maps out 52 NC cities with roads that connect them and the distances between the cities along the road. Uses four graph traversal algorithms, depth-first search, breadt…

    Python 1

  6. research_recurrences research_recurrences Public

    JavaScript 1